[asterisk-users] Issues running Asterisk + Iaxmodem + Hylafax on same machine

Doug Lytle support at drdos.info
Mon Jun 14 04:41:42 CDT 2010


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."




More information about the asterisk-users mailing list