[reSIProcate] DeprecatedDialog and INFO Messages

Scott Godin slgodin at icescape.com
Tue Jul 26 06:20:14 CDT 2005


Hi Peter,

You can take a look at dum/InviteSession.cxx – it contains a method called
info().  It uses some methods in dum/Dialog.cxx and Helper.cxx to build the
request:

   SipMessage info;
   mDialog.makeRequest(info, INFO);
   // !jf! handle multipart here
   info.setContents(&contents);
   mDialog.send(info, mCurrentEncryptionLevel);

Scott

________________________________________
From: Peter S [mailto:svcp12 at gmail.com] 
Sent: Monday, July 25, 2005 9:18 PM
To: resiprocate-devel at list.sipfoundry.org
Subject: [reSIProcate] DeprecatedDialog and INFO Messages

The DeprecatedDialog header file contains methods to build Inivte, 
Bye, Refer, Cancel etc. But it does not have a function for making 
INFO mesages. Should I use the 
   SipMessage* request = makeRequestInternal(INFO); 
   incrementCSeq(*request); 
or there is an easier way to look for the info. 
Went through some of the files and examples in the Test code to find 
the answer. Any other good pointers where I can get the relavant 
infomation. 
P.S. 
_______________________________________________ 
resiprocate-devel mailing list 
resiprocate-devel at list.sipfoundry.org 
https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel 




More information about the resiprocate-devel mailing list