< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

RE: [reSIProcate] DeprecatedDialog and INFO Messages


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@xxxxxxxxx] 
Sent: Monday, July 25, 2005 9:18 PM
To: resiprocate-devel@xxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxxxxxx 
https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel