From: Joshua Colp Date: Wed, 27 Jun 2007 23:14:39 +0000 (+0000) Subject: Silly jingle... X-Git-Tag: 1.6.0-beta1~3^2~2220 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e13e88836a2153671dedc0def10ff4bb0d1ce250;p=thirdparty%2Fasterisk.git Silly jingle... git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@72358 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_jingle.c b/channels/chan_jingle.c index 3790673204..0897973158 100644 --- a/channels/chan_jingle.c +++ b/channels/chan_jingle.c @@ -302,7 +302,7 @@ static void add_codec_to_answer(const struct jingle_pvt *p, int codec, iks *dcod } if (!strcasecmp("ilbc", format)) { iks *payload_ilbc = iks_new("payload-type"); - iks_insert_attrib(payload_ilbc, "id", "102"); + iks_insert_attrib(payload_ilbc, "id", "97"); iks_insert_attrib(payload_ilbc, "name", "iLBC"); iks_insert_attrib(payload_ilbc, "xmlns", "http://www.google.com/session/phone"); iks_insert_node(dcodecs, payload_ilbc);