Re: [OpenSIPStack] Adding a new SIP request to UA part of OpenSIPStack
Brought to you by:
joegenbaclor
From: <jo...@op...> - 2007-11-03 06:23:48
|
Are you using ATLSIP or the SoftPhoneInterface? If so, you can try uusing the approach below. If not, send in more information how you are actually using OpenSIPStack SIPMessage myMsg; //// Populate your SIP Message here m_SoftPhone->GetSIPEndPoint()->GetUserAgent()->SendRequest(myMsg); Woo Chen wrote: > I would like to add a SIP request similar to MESSAGE. The new request differs from MESSAGE only in their request names. The signalings for them are the same. > > I've spent a few days tracing the code, but still can't get any ideas. Can you give me some guidelines on how to modify the UA part of OpenSIPStack to achieve my goal? > > Regards, > GCC > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > |