mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 16:58:35 +00:00
forgot one
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8765 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
eda4dc8b3f
commit
c6e2840a60
@ -567,7 +567,7 @@ void *SWITCH_THREAD_FUNC sofia_profile_thread_run(switch_thread_t *thread, void
|
|||||||
node->nua = nua_create(profile->s_root, /* Event loop */
|
node->nua = nua_create(profile->s_root, /* Event loop */
|
||||||
sofia_event_callback, /* Callback for processing events */
|
sofia_event_callback, /* Callback for processing events */
|
||||||
profile, /* Additional data to pass to callback */
|
profile, /* Additional data to pass to callback */
|
||||||
NTATAG_SERVER_RPORT(2), NUTAG_URL(node->url), TAG_END()); /* Last tag should always finish the sequence */
|
NTATAG_SERVER_RPORT(profile->rport_level), NUTAG_URL(node->url), TAG_END()); /* Last tag should always finish the sequence */
|
||||||
|
|
||||||
nua_set_params(node->nua,
|
nua_set_params(node->nua,
|
||||||
NUTAG_APPL_METHOD("OPTIONS"),
|
NUTAG_APPL_METHOD("OPTIONS"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user