mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-03 03:40:27 +00:00
profiles that start with the word gateway are not special just profile exactly called gateway is
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15317 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
b049bacf7c
commit
403a2d9b49
@ -2877,7 +2877,7 @@ static switch_call_cause_t sofia_outgoing_channel(switch_core_session_t *session
|
|||||||
dest_to = switch_core_session_strdup(nsession, hval);
|
dest_to = switch_core_session_strdup(nsession, hval);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!strncasecmp(profile_name, "gateway", 7)) {
|
if (!strncasecmp(profile_name, "gateway/", 8)) {
|
||||||
char *gw, *params;
|
char *gw, *params;
|
||||||
sofia_gateway_t *gateway_ptr = NULL;
|
sofia_gateway_t *gateway_ptr = NULL;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user