Displaying 1 result from an estimated 1 matches for "fmel3myz".
2010 Sep 10
1
problem with iax call (chan unavailable)
...not remember the
name... I also have the sources of iaxComm (an open source softphone from
iaxclient project), do you think it could be a softphone problem, and if i can
do something to change the code....
To illustrate my problem, here is the full output of a failed call-back:
http://pastebin.com/FMeL3mYz
For this test, the extensions.conf was really minimum :
[default]
exten => 222,1,Dial(IAX2/bob.test.org)
exten => 222,2,Hangup()
exten => 111,1,Dial(IAX2/alice.test.org)
exten => 111,2,Hangup()
I use Asterisk 1.6.2.11 (i had the same problem with 1.6.2.6).
Thanks for you help.