My understanding here is you are planning to implement gateway/proxy which can convert a SIP message to TCP message.
May be in example words "INVITE maps to TCP connect message" If above is true, I will suggest you to map the events first then you will be able get more insight in design and that may help if it is feasible at all. Probably you can map the events as TCP connection establishment <-------------------> SIP Call establishment TCP connection close <------------------------> SIP call termination TCP sequence number exchange (SYNC, ACK) <--------------------> INFO/UPDATE/re-INVITE transaction Likely you can list down more TCP events and can map for SIP events, further you can go for message flows. Kamal Cisco, Bangalore India -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, October 06, 2008 10:15 AM To: [email protected] Subject: [Sip-implementors] REG: SIP Requests from TCP Messages ble Hi I need to built a gateway/proxy for communication between a TCP stack and a sip server. In between the TCP stack and the sip server I need some kind of gateway to translate TCP messages to SIP and vice versa. I need to built that gateway/proxy kind. Please can anyone suggest whether this can be done. If so, how or any related documents would help. Thanks & Regards Rajeswari.R This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. Any unauthorised review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly prohibited and may be unlawful. _______________________________________________ Sip-implementors mailing list [email protected] https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors _______________________________________________ Sip-implementors mailing list [email protected] https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors
