mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 09:17:34 +00:00
add replaces to supported, SIP rocks so much nothing ever complained about it but let's add it anyway
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8927 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
e3dedc4f33
commit
6929be632f
@ -518,7 +518,7 @@ void *SWITCH_THREAD_FUNC sofia_profile_thread_run(switch_thread_t *thread, void
|
|||||||
tportlog = 1;
|
tportlog = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
supported = switch_core_sprintf(profile->pool, "%s%sprecondition, path",
|
supported = switch_core_sprintf(profile->pool, "%s%sprecondition, path, Replaces",
|
||||||
use_100rel ? "100rel, " : "",
|
use_100rel ? "100rel, " : "",
|
||||||
use_timer ? "timer, " : ""
|
use_timer ? "timer, " : ""
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user