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   <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> sip show channels<br>
Peer            
User/ANR    Call ID      Seq
(Tx/Rx)  Form  Hold     Last
Message   <br>
<a href="http://192.168.0.55">192.168.0.55</a>         123456789
4ea2e1314cd  00102/00000  alaw 
No       Tx:
ACK        <br>
<a href="http://192.168.0.58">192.168.0.58</a>     200
        0013c427-f4 
00101/00102  alaw  No       Rx:
ACK        <br>
2 active SIP channels<br>
<br>
<br>
Anyone have an idea what's going on?<br>