DoubangoTelecom / imsdroid

High Quality Video SIP/IMS client for Google Android
https://doubango.org
Other
296 stars 169 forks source link

DNS NAPTR-SRV query is not triggered if SipStack is started #574

Open MassimoMessore opened 8 years ago

MassimoMessore commented 8 years ago

Configuration:

Issue: When NgnSipService::register() is called:

Workaround: In Doubango -> tsip.c file -> tsip_stack_start() function, move the piece of code that performs the NAPTR-SRV checks before return 0 if the stack is already started.