mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 04:36:42 +00:00
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:
parent
c34645f7d3
commit
9eb7523bd1
@ -2373,7 +2373,7 @@ static switch_call_cause_t user_outgoing_channel(switch_core_session_t *session,
|
|||||||
|
|
||||||
if (!strcasecmp(pvar, "dial-string")) {
|
if (!strcasecmp(pvar, "dial-string")) {
|
||||||
dest = val;
|
dest = val;
|
||||||
} else if (!strncasecmp(var, "dial-var-", 9)) {
|
} else if (!strncasecmp(pvar, "dial-var-", 9)) {
|
||||||
if (!var_event) {
|
if (!var_event) {
|
||||||
switch_event_create(&var_event, SWITCH_EVENT_GENERAL);
|
switch_event_create(&var_event, SWITCH_EVENT_GENERAL);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user