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

Re: [reSIProcate] Appliction Specific TCP Socket


hi Ali,

   resip can use TCP transport.
   you can try it,


   SipStack stackUac;
   DialogUsageManager* dumUac = new DialogUsageManager(stackUac);
   dumUac->addTransport(TCP, 12005);

   that mean you will listen a tcp port with 12005. and can send tcp package to you machine with tcp 12005 for somebody.

   sincerely,
   jinti

2006/10/18, Ali Pey < alipey@xxxxxxxxx>:
Hi All,

I need to add a TCP Socket to resiprocate/dum to be used solely for application specific messaging. Basically I need to send and receive TCP packets for some internal app to app communication.

Can someone shed some light on what I need to do?

Is there an easy way to do this with DUM?

Thanks,
Ali



_______________________________________________
resiprocate-devel mailing list
resiprocate-devel@xxxxxxxxxxxxxxxxxxx
https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel