<html>
<body>
<font face="Arial, Helvetica" size=2>I have been operating a functional
asterisk system using Fedora in a 500 MHz Pentium III<br>
Stations are Cisco 7960s and Grandstream 102s. We needed to
identify a software based phone<br>
to handle traveling users, so we tried IAXPHONE's latest
version.<br><br>
Interestingly, calls from the IAX client to 7960 phones fail. going right
to voicemail. The following<br>
lists the console messages from one such attempt. [Note the
Response 400 "Bad request.]:<br><br>
-- Accepting AUTHENTICATED call from 68.106.146.79, requested format = 2,
actual format = 2<br>
-- Executing Macro("IAX2[6419@6419]/9",
"exten-vm|6410|6410") in new stack<br>
-- Executing
SetMusicOnHold("IAX2[6419@6419]/9", "default") in new
stack<br>
-- Executing Dial("IAX2[6419@6419]/9",
"SIP/6410|20|tr") in new stack<br>
-- Called 6410<br>
-- Got SIP response 400 "Bad Request" back
from 68.106.146.79<br>
== No one is available to answer at this time<br>
-- Executing VoiceMail2("IAX2[6419@6419]/9",
"u6410") in new stack<br>
-- Playing 'vm-theperson' (language 'en')<br>
-- Playing 'digits/6' (language 'en')<br>
-- Playing 'digits/4' (language 'en')<br>
-- Playing 'digits/1' (language 'en')<br>
-- Playing 'digits/0' (language 'en')<br>
-- Playing 'vm-isunavail' (language 'en')<br>
-- Playing 'vm-intro' (language 'en')<br>
-- Playing 'beep' (language 'en')<br><br>
If, however, we use the IAX client to call a Grandstream phone, the call
works. Here are the<br>
coinsole message from such a call:<br><br>
<br>
-- Accepting AUTHENTICATED call from 68.106.146.79, requested
format = 2, actual format = 2<br>
-- Executing Macro("IAX2[6419@6419]/3",
"exten-vm|6413|6413") in new stack<br>
-- Executing
SetMusicOnHold("IAX2[6419@6419]/3", "default") in new
stack<br>
-- Executing Dial("IAX2[6419@6419]/3",
"SIP/6413|20|tr") in new stack<br>
-- Called 6413<br>
-- SIP/6413-9405 is ringing<br>
-- SIP/6413-9405 answered IAX2[6419@6419]/3<br>
== Spawn extension (macro-exten-vm, s, 2) exited non-zero on
'IAX2[6419@6419]/3' in macro 'exten-vm'<br>
== Spawn extension (from-iaxphone, 6413, 1) exited non-zero on
'IAX2[6419@6419]/3'<br>
-- Hungup 'IAX2[6419@6419]/3'<br><br>
The strange thing is, that both extensions are defined identically in
"extensions.conf" file:<br><br>
; User Name<br>
exten => 6410,1,Macro(exten-vm,6410,6410)<br>
exten => 6411,1,Macro(exten-vm,6411,6411)<br>
exten => 6412,1,Macro(exten-vm,6412,6412)<br>
exten => 6413,1,Macro(exten-vm,6413,6413)<br>
exten => 6666,1,Macro(exten-vm,6666,6666)<br><br>
Has anyone else experienced this, or does anyone have idea what's
wrong?<br><br>
Many thanks!</font></body>
</html>