MODAPP-278, thanks Moc see you at cluecon...

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13316 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-05-15 03:17:19 +00:00
parent c34645f7d3
commit 9eb7523bd1
1 changed files with 1 additions and 1 deletions

View 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 {