From: Anthony Minessale Date: Fri, 28 Dec 2007 20:16:39 +0000 (+0000) Subject: remove line X-Git-Tag: v1.0-rc1~893 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82f8473aee211a5bed865c453367a6a52d84a0cb;p=thirdparty%2Ffreeswitch.git remove line git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7003 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_ivr_originate.c b/src/switch_ivr_originate.c index ae133085a7..68455a87d6 100644 --- a/src/switch_ivr_originate.c +++ b/src/switch_ivr_originate.c @@ -745,7 +745,6 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *sess if (strrchr(ringback_data, '.') || strstr(ringback_data, SWITCH_URL_SEPARATOR)) { switch_core_session_set_read_codec(session, &write_codec); - ext++; } else { ringback.asis++; write_frame.codec = read_codec;