| < Previous by Date | Date Index | Next by Date > |
| Thread Index | Next in Thread > |
|
Hi, If
the ConversationManager receives an INVITE before any ConversationProfile was
defined (through UserAgent::addConversationProfile) , the application exits due
to the assert in UserAgent::getDefaultOutgoingConversationProfile(). This
can happen mostly if the application that uses ConversationManager ends abnormally
without being able to remove registration bindings. Then, if the application is
re-launched shortly it can receive INVITES that trigger the mentioned assert. Any
workaround ? Maybe this assert may be replaced by some other procedure to
ignore or reject incoming SIP messages ? Best regards, Julio Cabezas |