]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
MODAPP-278, thanks Moc see you at cluecon...
authorBrian West <brian@freeswitch.org>
Fri, 15 May 2009 03:17:19 +0000 (03:17 +0000)
committerBrian West <brian@freeswitch.org>
Fri, 15 May 2009 03:17:19 +0000 (03:17 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13316 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_dptools/mod_dptools.c

index 024e389c5c3366356e1e7749ff57a9ef0242d831..968c0e1da1cf78bd3e8df554637a5041cb4a0e23 100644 (file)
@@ -2373,7 +2373,7 @@ static switch_call_cause_t user_outgoing_channel(switch_core_session_t *session,
 
                        if (!strcasecmp(pvar, "dial-string")) {
                                dest = val;
-                       } else if (!strncasecmp(var, "dial-var-", 9)) {
+                       } else if (!strncasecmp(pvar, "dial-var-", 9)) {
                                if (!var_event) {
                                        switch_event_create(&var_event, SWITCH_EVENT_GENERAL);
                                } else {