From b1150960c1667803b9b1385655f70ce4639b9180 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Fri, 24 Feb 2006 01:23:13 +0000 Subject: [PATCH] fix duplicate in iax git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@661 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/iax/src/iax2-parser.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/iax/src/iax2-parser.c b/libs/iax/src/iax2-parser.c index 378907dda4..ab50abae0c 100644 --- a/libs/iax/src/iax2-parser.c +++ b/libs/iax/src/iax2-parser.c @@ -212,7 +212,6 @@ static struct iax2_ie { { IAX_IE_CALLINGTON, "CALLING TYPEOFNUM", dump_byte }, { IAX_IE_CALLINGTNS, "CALLING TRANSITNET", dump_short }, { IAX_IE_SAMPLINGRATE, "SAMPLINGRATE", dump_samprate }, - { IAX_IE_CODEC_PREFS, "CODEC_PREFS", dump_string }, { IAX_IE_RR_JITTER, "RR_JITTER", dump_int }, { IAX_IE_RR_LOSS, "RR_LOSS", dump_int }, { IAX_IE_RR_PKTS, "RR_PKTS", dump_int },