]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 4 May 2006 15:39:14 +0000 (15:39 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 4 May 2006 15:39:14 +0000 (15:39 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1346 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_dingaling/mod_dingaling.c

index f59d2d889c32396c8fee619b95340940588ecc3b..dddb6f83ea41a2ab1f015a2e7b4d92aed5a4b8da 100644 (file)
@@ -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';
                }