Andrew Joakimsen wrote:
> I'm running into a strange issue with Asterisk + Iaxmodem + hylafax on
> the same machine. After rebooting the iaxmodems don't register to
> asterisk. Stoping and starting the relevant services gets it working,
>
>    

I'm using init to spawn a script that kicks off iaxmodem.  I don't know 
if this is the difference, but it's working fine that way for me.

cat start.iaxmodem
#!/bin/sh

/usr/local/bin/iaxmodem

sleep 3

/usr/local/sbin/faxgetty ttyIAX01 &
/usr/local/sbin/faxgetty ttyIAX02 &
/usr/local/sbin/faxgetty ttyIAX03 &
/usr/local/sbin/faxgetty ttyIAX04 &


Doug


-- 
Ben Franklin quote:

"Those who would give up Essential Liberty to purchase a little Temporary 
Safety, deserve neither Liberty nor Safety."


-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to