<font face="arial" size="2">Not an expert at reading Polycom config files, but guess g729 and ulaw are both preference 1 isn't it?<br /><br />
hey... you have in your sip.conf configuration "canreinvite=no"...
think this may be a problem: since Asterisk will always stay in the
path of the RTPs, I think it might need to have the proper transcoder,
as it does not, then the error arises... at least that's what I think :)<br /><br />
set "canreinvite=yes" (or just comment it since that's the default) on both parties and try again.<br /><br />
Let me know if it works.<br /><br />
Alyed </font>
                <br />
                <br />
                <font face="Tahoma, Arial, Sans-Serif" size="2">
                                <hr align="center" size="2" width="100%" />Return-Path: &lt;asterisk-users-bounces@lists.digium.com&gt; Wed Sep 20 12:38:41 2006<br />Received: from digium-69-16-138-164.phx1.puregig.net [69.16.138.164] by maila11.webcontrolcenter.com with SMTP;<br />   Wed, 20 Sep 2006 12:38:41 -0700<br />Received: from digium-69-16-138-164.phx1.puregig.net (localhost [127.0.0.1])<br /></font>
                <br />Still having the same problem. i modified the sip.cfg in order to make<br />g729 the first choice:<br /><br /><codecs><br /><preferences voice.codecpref.g711mu="2"><br />voice.codecPref.G711A="3" voice.codecPref.G729AB="1"<br />voice.codecPref.IP_4000.G711Mu="1" voice.codecPref.IP_4000.G711A="2"<br />voice.codecPref.IP_4000.G729AB=""/&gt;<br /><br /><br />Cheers,<br />Santiago<br /><br />On 9/19/06, Alyed Tzompa <alyed.tzompa @simitel.com=""> wrote:<br />&gt;  Make sure the codec used by the Polycom will be only g729 via the phone's<br />&gt; web interface, as far as I remember Polycom will try always to use ulaw or<br />&gt; alaw first unless it is configured to use only or as first choice the g729<br />&gt; codec.<br />&gt;<br />&gt; Alyed<br />&gt;<br />&gt;  ________________________________<br />&gt; Return-Path: <asterisk-users-bounces @lists.digium.com=""> Tue<br />&gt; Sep 19 14:47:54 2006<br />&gt; Received: from digium-69-16-138-164.phx1.puregig.net<br />&gt; [69.16.138.164] by maila11.webcontrolcenter.com with SMTP;<br />&gt;  Tue, 19 Sep 2006 14:47:54 -0700<br />&gt; Received: from digium-69-16-138-164.phx1.puregig.net<br />&gt; (localhost [127.0.0.1])<br />&gt;  by lists.digium.com (Postfix) with ESMTP id AB0F03C1F4;<br />&gt;<br />&gt; Hi, I'm experiencing some problems with polycom phones, asterisk and g729<br />&gt; codec.<br />&gt;<br />&gt; As I understand, between polycom and polycom i can use g729 without<br />&gt; license at all as long as I'm using codec_g729.so module (i'm using<br />&gt; the Open Source Implementation (<br />&gt; http://www.readytechnology.co.uk/open/ipp-codecs-g729-g723.1/<br />&gt; )<br />&gt; because it's pure pass-thru and there's no transcoding).<br />&gt;<br />&gt; My sip.conf has the following options:<br />&gt;<br />&gt; [general]<br />&gt; disallow=all<br />&gt; allow=g729<br />&gt; allow=ulaw<br />&gt;<br />&gt;<br />&gt; [voipuser]<br />&gt; type=friend<br />&gt; username=user<br />&gt; host=dynamic<br />&gt; callerid=user &lt;202&gt;<br />&gt; mailbox=202@default<br />&gt; secret=gbvVf423<br />&gt; canreinvite=no<br />&gt; insecure=yes<br />&gt; disallow=all<br />&gt; allow=g729<br />&gt;<br />&gt;<br />&gt; so i force the voipuser to use g729 as main codec. The problem comes<br />&gt; when i try to connect to other polycom phone with the same config as<br />&gt; voipuser. The CLI shows the following:<br />&gt;<br />&gt; Sep 19 18:37:38 NOTICE[8226]: chan_sip.c:3691 process_sdp: No compatible<br />&gt; codecs!<br />&gt;<br />&gt; show modules doesnt show codec_g729.so but if i try to load it i get this:<br />&gt;<br />&gt; Unable to load module codec_g729.so<br />&gt; Sep 19 18:39:16 WARNING[10688]: loader.c:305 __load_resource: Module<br />&gt; 'codec_g729.so' already exists<br />&gt;<br />&gt;<br />&gt; Anyone had this issue?<br />&gt;<br />&gt; If you need more information, feel fre to ask for it :)<br />&gt;<br />&gt;<br />&gt; Thanks a lot!<br />&gt;<br />&gt; Santiago<br />&gt; _______________________________________________<br />&gt; --Bandwidth and Colocation provided by Easynews.com --<br />&gt;<br />&gt; asterisk-users mailing list<br />&gt; To UNSUBSCRIBE or update options visit:<br />&gt; http://lists.digium.com/mailman/listinfo/asterisk-users<br />&gt;<br />&gt;<br />&gt; _______________________________________________<br />&gt; --Bandwidth and Colocation provided by Easynews.com --<br />&gt;<br />&gt; asterisk-users mailing list<br />&gt; To UNSUBSCRIBE or update options visit:<br />&gt;<br />&gt; http://lists.digium.com/mailman/listinfo/asterisk-users<br />&gt;<br />&gt;<br />&gt;<br />_______________________________________________<br />--Bandwidth and Colocation provided by Easynews.com --<br /><br />asterisk-users mailing list<br />To UNSUBSCRIBE or update options visit:<br />   http://lists.digium.com/mailman/listinfo/asterisk-users<br /><br /></asterisk-users-bounces></alyed.tzompa></preferences></codecs>