[asterisk-bugs] [Asterisk 0010352]: When I allow the codec G729 first in sip.conf the other codecs are not offered in the INVITE

noreply at bugs.digium.com noreply at bugs.digium.com
Thu Aug 16 13:54:26 CDT 2007


The following issue has been RESOLVED. 
====================================================================== 
http://bugs.digium.com/view.php?id=10352 
====================================================================== 
Reported By:                Antxoneti
Assigned To:                file
====================================================================== 
Project:                    Asterisk
Issue ID:                   10352
Category:                   Codecs/General
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     resolved
Asterisk Version:           1.4.9  
SVN Branch (only for SVN checkouts, not tarball releases): N/A  
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
Resolution:                 suspended
Fixed in Version:           
====================================================================== 
Date Submitted:             08-01-2007 01:17 CDT
Last Modified:              08-16-2007 13:54 CDT
====================================================================== 
Summary:                    When I allow the codec G729 first in sip.conf the
other codecs are not offered in the INVITE
Description: 
I have made to test:
1- sip.conf

 disallow = all
 allow = g729
 allow = alaw
 allow = ulaw

And the trace of the INVITE is
 
m=audio 12480 RTP/AVP 18 101.
a=rtpmap:18 G729/8000.
a=fmtp:18 annexb=no.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-16.
a=silenceSupp:off - - - -.
a=ptime:20.
a=sendrecv.

No more codecs are offered than the G729

2- sip.conf

 disallow = all
 allow = alaw
 allow = ulaw
 allow = g729

And the trace INVITE is: 

m=audio 19360 RTP/AVP 8 0 101.
a=rtpmap:8 PCMA/8000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-16.
a=silenceSupp:off - - - -.
a=ptime:20.
a=sendrecv.

The codec G729 is not offered 


====================================================================== 

---------------------------------------------------------------------- 
 file - 08-16-07 13:54  
---------------------------------------------------------------------- 
I have tried again to reproduce this without any luck. Since the needed
information has yet to be provided and it's been 2 weeks I'm suspending
this for now. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
08-16-07 13:54  file           Status                   feedback => resolved
08-16-07 13:54  file           Resolution               open => suspended   
08-16-07 13:54  file           Assigned To               => file            
08-16-07 13:54  file           Note Added: 0068943                          
======================================================================




More information about the asterisk-bugs mailing list