From: <jpg...@us...> - 2007-12-19 15:38:34
|
Revision: 1315 http://iaxclient.svn.sourceforge.net/iaxclient/?rev=1315&view=rev Author: jpgrayson Date: 2007-12-19 07:38:37 -0800 (Wed, 19 Dec 2007) Log Message: ----------- Apply patch from Lee Howard to remove duplicate table entry for IAX_IE_CODEC_PREFS. Modified Paths: -------------- trunk/lib/libiax2/src/iax2-parser.c Modified: trunk/lib/libiax2/src/iax2-parser.c =================================================================== --- trunk/lib/libiax2/src/iax2-parser.c 2007-12-19 15:35:27 UTC (rev 1314) +++ trunk/lib/libiax2/src/iax2-parser.c 2007-12-19 15:38:37 UTC (rev 1315) @@ -159,7 +159,6 @@ { IAX_IE_CAPABILITY, "CAPABILITY", dump_int }, { IAX_IE_FORMAT, "FORMAT", dump_int }, { IAX_IE_LANGUAGE, "LANGUAGE", dump_string }, - { IAX_IE_CODEC_PREFS, "CODEC_PREFS", dump_string }, { IAX_IE_VERSION, "VERSION", dump_short }, { IAX_IE_ADSICPE, "ADSICPE", dump_short }, { IAX_IE_DNID, "DNID", dump_string }, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |