<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
I'm guessing that you have a similar entry in your sip.conf for the
7960?? The 7960 has a setting for preferred codec. It defaults to g711
U-Law. You might try changing this setting also as the 7960 doesn't
know that you only want to speak A-Law. You will also want to make sure
that the nat settings are disabled on both devices as they are on the
same network. nat=never is a better choice than nat=no. You might also
check your extensions.conf to verify that the calling from 1760 to 7960
is the same as from 7960 to 1760. You could also try moving both
devices to using U-Law instead.<br>
<br>
-Jon<br>
<br>
Eric Bishop wrote:
<blockquote
 cite="mid4acda1b40601142200k5a87951do5c67f8ee9a90bb95@mail.gmail.com"
 type="cite">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>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
  </pre>
</blockquote>
<br>
</body>
</html>