From: Anthony Minessale Date: Thu, 4 May 2006 15:39:14 +0000 (+0000) Subject: update X-Git-Tag: v1.0-beta1~2724 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b66707c15522328578591cc160dbe883cbc11009;p=thirdparty%2Ffreeswitch.git update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1346 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/endpoints/mod_dingaling/mod_dingaling.c b/src/mod/endpoints/mod_dingaling/mod_dingaling.c index f59d2d889c..dddb6f83ea 100644 --- a/src/mod/endpoints/mod_dingaling/mod_dingaling.c +++ b/src/mod/endpoints/mod_dingaling/mod_dingaling.c @@ -1079,7 +1079,7 @@ static switch_status_t channel_outgoing_channel(switch_core_session_t *session, return SWITCH_STATUS_GENERR; } - if ((dnis = strchr(profile_name, ':'))) { + if ((dnis = strchr(callto, ':'))) { *dnis++ = '\0'; }