mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
build fixes
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11045 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -2037,7 +2037,7 @@ static switch_call_cause_t group_outgoing_channel(switch_core_session_t *session
|
||||
switch_core_session_t **new_session, switch_memory_pool_t **pool, switch_originate_flag_t flags)
|
||||
{
|
||||
char *group;
|
||||
switch_call_cause_t cause;
|
||||
switch_call_cause_t cause = SWITCH_CAUSE_NONE;
|
||||
char *template = NULL, *dest = NULL;
|
||||
switch_originate_flag_t myflags = SOF_NONE;
|
||||
char *cid_name_override = NULL;
|
||||
|
Reference in New Issue
Block a user