[Home]

Summary:ASTERISK-03868: non-codec capabilities is printed in verbose incorrectly. 0x1 (g723) it should be telephone-event.
Reporter:Brian West (bkw918)Labels:
Date Opened:2005-04-05 10:23:46Date Closed:2008-01-15 15:39:33.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/CodecHandling
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) rtp.diff.txt
( 1) 3960.stable.patch.txt
( 2) 3960HeadCommit.txt
Description:Found RTP audio format 2
Found RTP audio format 0
Found RTP audio format 4
Found RTP audio format 8
Found RTP audio format 18
Found RTP audio format 100
Found RTP audio format 101
Peer audio RTP is at port 65.38.28.147:16456
Found description format G726-32
Found description format PCMU
Found description format G723
Found description format PCMA
Found description format G729a
Found description format NSE
Found description format telephone-event
Capabilities: us - 0x4 (ulaw), peer - audio=0x11d (g723|ulaw|alaw|g726|g729)/video=0x0 (nothing), combined - 0x4 (ulaw)
Non-codec capabilities: us - 0x1 (g723), peer - 0x1 (g723), combined - 0x1 (g723)
Comments:By: Kevin P. Fleming (kpfleming) 2005-04-05 18:42:24

Fixed in CVS, thanks!

By: Brian West (bkw918) 2005-04-05 22:30:05

this should take care of cosmetic pickyness ...

(major OCD here!)

/b

By: Kevin P. Fleming (kpfleming) 2005-04-05 22:51:30

Committed to CVS, thanks!

By: Russell Bryant (russell) 2005-06-24 17:53:31

fixed in 1.0

By: Digium Subversion (svnbot) 2008-01-15 15:30:55.000-0600

Repository: asterisk
Revision: 5416

U   trunk/channels/chan_sip.c
U   trunk/include/asterisk/rtp.h
U   trunk/rtp.c

------------------------------------------------------------------------
r5416 | kpfleming | 2008-01-15 15:30:55 -0600 (Tue, 15 Jan 2008) | 2 lines

report non-codec capabilities in 'sip debug' properly (bug ASTERISK-3868)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=5416

By: Digium Subversion (svnbot) 2008-01-15 15:31:00.000-0600

Repository: asterisk
Revision: 5421

U   trunk/rtp.c

------------------------------------------------------------------------
r5421 | kpfleming | 2008-01-15 15:30:59 -0600 (Tue, 15 Jan 2008) | 2 lines

use more efficient code to produce non-codec-capability list (bug ASTERISK-3868)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=5421

By: Digium Subversion (svnbot) 2008-01-15 15:39:33.000-0600

Repository: asterisk
Revision: 6003

U   branches/v1-0/channels/chan_sip.c
U   branches/v1-0/include/asterisk/rtp.h
U   branches/v1-0/rtp.c

------------------------------------------------------------------------
r6003 | russell | 2008-01-15 15:39:32 -0600 (Tue, 15 Jan 2008) | 2 lines

print non-codec capabilities correctly (bug ASTERISK-3868)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=6003