Hi all,<br>
<br>
I have a Cisco 1760 gateway and and Cisco 7960 VoIP phone running via
Asterisk. Both are running g711A codecs and SIP. On inbound calls I get
a native bridge, however on outbound calls I never get a native bridge.
With other SIP gateways I do get a native bridge on the outbound call.
My sip.conf is as follows:<br>
<br>
[cisco1760]<br>
type=friend<br>
context=incoming<br>
host=<a href="http://192.168.0.55">192.168.0.55</a><br>
insecure=yes<br>
nat=no<br>
canreinvite=no<br>
dtmfmode=rfc2833<br>
disallow=all&nbsp;&nbsp; <br>
allow=alaw<br>
<br>
I have also confirmed while on an outbound calls that both are using the exact same codecs. sip show channels shows<br>
<br>
pbx*CLI&gt; sip show channels<br>
Peer&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
User/ANR&nbsp;&nbsp;&nbsp; Call ID&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Seq
(Tx/Rx)&nbsp; Form&nbsp; Hold&nbsp;&nbsp;&nbsp;&nbsp; Last
Message&nbsp;&nbsp; <br>
<a href="http://192.168.0.55">192.168.0.55</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 123456789
4ea2e1314cd&nbsp; 00102/00000&nbsp; alaw&nbsp;
No&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tx:
ACK&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
<a href="http://192.168.0.58">192.168.0.58</a> &nbsp;&nbsp;&nbsp; 200
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0013c427-f4&nbsp;
00101/00102&nbsp; alaw&nbsp; No&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Rx:
ACK&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
2 active SIP channels<br>
<br>
<br>
Anyone have an idea what's going on?<br>