On Jan 23, 2005, at 9:11 AM, Bruno Hertz wrote:
On Sat, 2005-01-22 at 23:56 -0800, Kenneth Long wrote:
seem like some kind of port issue...
Actually, the fatal issue is that asterisk's chan_oss or chan_alsa grabs the sound device, so iaxclient can't do so.
Probably. Both try to set up listeners on the IAX port (4569 for IAX2). Disable or reconfigure one of them to bind to a different port, whichever you want to answer on it.
In the normal case, asterisk will start first, and get the port, then iaxclient will grab a transient port. This all works out OK, since the port that iaxclient uses doesn't matter unless you want to receive calls on it without registration.
Also, don't forget to disable chan_alsa and chan_oss in modules.conf. When running another client you won't want the * console hogging your soundcard.
Right, that's the thing that will make it work.
-SteveK
_______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
