<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title></title>
</head>
<body>
<pre wrap="">&gt; Regarding codec selection, I see a minor difference between the FWD 
<span class="moz-txt-citetags">&gt; </span>and the local * box test cases, but I know nothing about the 
<span class="moz-txt-citetags">&gt; </span>negotiation protocol...
<span class="moz-txt-citetags">&gt;</span>
<span class="moz-txt-citetags">&gt; </span>With FWD, the OK message lists 3 Media Formats:
<span class="moz-txt-citetags">&gt;</span>
<span class="moz-txt-citetags">&gt; </span></pre>
<pre wrap=""><!---->
Bingo...GS chokes with GSM...just disallow it in your sip.conf:
disallow=all
allow=alaw
allow=ulaw

</pre>
Thank you, very much. &nbsp;That got it working. &nbsp;Actually, I used disallow=gsm
as suggested by someone else.<br>
 <br>
 Please forgive my ignorance, but this leaves open questions which are nagging
me...<br>
<br>
I expected that the SIP dialog would be a negotiation such that the devices
agree on a mutually acceptable encoding. &nbsp;And I think it's obvious (correct
me if I'm missing any key points) that such a negotiation would involve selecting
one of the encoding formats which appears in both lists presented &nbsp;by each
side. &nbsp;It doesn't seem reasonable that the GS should just "flake out" as
it seems to do, simply because it is offered an option it can't accept amongst
ones that it can. &nbsp;Is this indeed what I am seeing, or am I mischaracterizing
it?<br>
<br>
Also, as I noted earlier, shouldn't * wait for the ACK before spewing the
audio stream? &nbsp;It appears to be missing the ACK because it retransmits the
OK shortly after it begins sending the RTP data.<br>
<br>
These loose ends make me very uncomfortable.<br>
<br>
<br>
<br>
 <br>
 <br>
</body>
</html>