[Home]

Summary:ASTERISK-04071: [patch] Several more fixes for MGCP, including a codec parsing error
Reporter:Tilghman Lesher (tilghman)Labels:
Date Opened:2005-05-04 14:16:12Date Closed:2008-01-15 15:34:05.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 20050504__mgcp_fixes.diff.txt
Description:Most of this patch is changing the boolean checking of strlen(x) for !ast_strlen_zero(x), however, it also fixes a codec parsing error.

****** ADDITIONAL INFORMATION ******

Disclaimer on file.
Comments:By: Brian West (bkw918) 2005-05-04 15:00:50

Also the allow/disallow lines could be simplified if you wish...

that way you can support allow=gsm,ulaw,g729

;)

By: Mark Spencer (markster) 2005-05-04 15:11:36

added to CVS head, thanks!

By: Russell Bryant (russell) 2005-05-11 22:17:03

fixed in 1.0 as well

By: Digium Subversion (svnbot) 2008-01-15 15:33:17.000-0600

Repository: asterisk
Revision: 5577

U   trunk/channels/chan_mgcp.c

------------------------------------------------------------------------
r5577 | markster | 2008-01-15 15:33:17 -0600 (Tue, 15 Jan 2008) | 2 lines

Minor protocol fixes (bug ASTERISK-4071)

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

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

By: Digium Subversion (svnbot) 2008-01-15 15:34:05.000-0600

Repository: asterisk
Revision: 5633

U   branches/v1-0/channels/chan_mgcp.c

------------------------------------------------------------------------
r5633 | russell | 2008-01-15 15:34:05 -0600 (Tue, 15 Jan 2008) | 2 lines

use ast_strlen_zero, also fix a codec config parsing error (bug ASTERISK-4071)

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

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