< Previous by Date | Date Index | Next by Date > |
Thread Index | Next in Thread > |
Hi,
When my client application sends a BYE request the server adds a custom header in the 200 response that I need to read. I don't see any virtual callbacks for this case in the InviteSession handlers. From tracing it seems the only action taken is the 200 response is written in the stack log just before it is destroyed in InviteSession::dispatchTerminated(const SipMessage& msg). Am I missing something or is there another way to bubble up this message to the client application? Thanks, Rex Martin |