<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.&nbsp; 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.&nbsp; The following<br>
lists the console messages from one such attempt.&nbsp; [Note the
Response 400 &quot;Bad request.]:<br><br>
-- Accepting AUTHENTICATED call from 68.106.146.79, requested format = 2,
actual format = 2<br>
&nbsp;&nbsp;&nbsp; -- Executing Macro(&quot;IAX2[6419@6419]/9&quot;,
&quot;exten-vm|6410|6410&quot;) in new stack<br>
&nbsp;&nbsp;&nbsp; -- Executing
SetMusicOnHold(&quot;IAX2[6419@6419]/9&quot;, &quot;default&quot;) in new
stack<br>
&nbsp;&nbsp;&nbsp; -- Executing Dial(&quot;IAX2[6419@6419]/9&quot;,
&quot;SIP/6410|20|tr&quot;) in new stack<br>
&nbsp;&nbsp;&nbsp; -- Called 6410<br>
&nbsp;&nbsp;&nbsp; -- Got SIP response 400 &quot;Bad Request&quot; back
from 68.106.146.79<br>
&nbsp; == No one is available to answer at this time<br>
&nbsp;&nbsp;&nbsp; -- Executing VoiceMail2(&quot;IAX2[6419@6419]/9&quot;,
&quot;u6410&quot;) in new stack<br>
&nbsp;&nbsp;&nbsp; -- Playing 'vm-theperson' (language 'en')<br>
&nbsp;&nbsp;&nbsp; -- Playing 'digits/6' (language 'en')<br>
&nbsp;&nbsp;&nbsp; -- Playing 'digits/4' (language 'en')<br>
&nbsp;&nbsp;&nbsp; -- Playing 'digits/1' (language 'en')<br>
&nbsp;&nbsp;&nbsp; -- Playing 'digits/0' (language 'en')<br>
&nbsp;&nbsp;&nbsp; -- Playing 'vm-isunavail' (language 'en')<br>
&nbsp;&nbsp;&nbsp; -- Playing 'vm-intro' (language 'en')<br>
&nbsp;&nbsp;&nbsp; -- Playing 'beep' (language 'en')<br><br>
If, however, we use the IAX client to call a Grandstream phone, the call
works.&nbsp; Here are the<br>
coinsole message from such a call:<br><br>
<br>
&nbsp; -- Accepting AUTHENTICATED call from 68.106.146.79, requested
format = 2, actual format = 2<br>
&nbsp;&nbsp;&nbsp; -- Executing Macro(&quot;IAX2[6419@6419]/3&quot;,
&quot;exten-vm|6413|6413&quot;) in new stack<br>
&nbsp;&nbsp;&nbsp; -- Executing
SetMusicOnHold(&quot;IAX2[6419@6419]/3&quot;, &quot;default&quot;) in new
stack<br>
&nbsp;&nbsp;&nbsp; -- Executing Dial(&quot;IAX2[6419@6419]/3&quot;,
&quot;SIP/6413|20|tr&quot;) in new stack<br>
&nbsp;&nbsp;&nbsp; -- Called 6413<br>
&nbsp;&nbsp;&nbsp; -- SIP/6413-9405 is ringing<br>
&nbsp;&nbsp;&nbsp; -- SIP/6413-9405 answered IAX2[6419@6419]/3<br>
&nbsp; == Spawn extension (macro-exten-vm, s, 2) exited non-zero on
'IAX2[6419@6419]/3' in macro 'exten-vm'<br>
&nbsp; == Spawn extension (from-iaxphone, 6413, 1) exited non-zero on
'IAX2[6419@6419]/3'<br>
&nbsp;&nbsp;&nbsp; -- Hungup 'IAX2[6419@6419]/3'<br><br>
The strange thing is, that both extensions are defined identically in
&quot;extensions.conf&quot; file:<br><br>
; User Name<br>
exten =&gt; 6410,1,Macro(exten-vm,6410,6410)<br>
exten =&gt; 6411,1,Macro(exten-vm,6411,6411)<br>
exten =&gt; 6412,1,Macro(exten-vm,6412,6412)<br>
exten =&gt; 6413,1,Macro(exten-vm,6413,6413)<br>
exten =&gt; 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>