mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merge "pjsip_resolver.c: Use replacement function"
This commit is contained in:
@@ -704,7 +704,7 @@ static int sip_replace_resolver(void *data)
|
|||||||
void ast_sip_initialize_resolver(void)
|
void ast_sip_initialize_resolver(void)
|
||||||
{
|
{
|
||||||
/* Replace the existing PJSIP resolver with our own implementation */
|
/* Replace the existing PJSIP resolver with our own implementation */
|
||||||
ast_sip_push_task_synchronous(NULL, sip_replace_resolver, NULL);
|
ast_sip_push_task_wait_servant(NULL, sip_replace_resolver, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user