mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-07 21:44:51 +00:00
update
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@377 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
parent
c9ce523168
commit
08c099582e
@ -821,7 +821,7 @@ static switch_call_cause_t channel_outgoing_channel(switch_core_session_t *sessi
|
||||
} else if (*p == 'a') {
|
||||
direction = ZAP_TOP_DOWN;
|
||||
} else {
|
||||
chan_id = atoi(dest);
|
||||
chan_id = atoi(p);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user