Re: [OpenSBC] How to eliminate MERGED REQUEST error
Brought to you by:
joegenbaclor
From: Joegen B. <joe...@gm...> - 2009-03-14 01:46:31
|
First, download the latest from CVS. I have recently moved the transport listeners to its own section in the admin (SIP-Transports). It would allow you to specify the interface address and port to be used by the back-door. Whe you trombone/hairpin back the call to OpenSBC, make sure that it is routed through the backdoor (default 5062) and not through the main transport listener (default 5060). This would allow the backdoor to change the call-id making it possible for OpenSBC to treat the call separately from the original call. Joegen From: msp Sent: Friday, March 13, 2009 11:45 PM To: OSBC-Devel Subject: [OpenSBC] How to eliminate MERGED REQUEST error Hi all, I have done below setup by minor modification in OSBC code. ------>| OpenSBC | ----------> | OpenSIP | <------| | <---------- | | When calls come from outside net to OSBC, OSBC adds the IP address of source in custom SIP header variable "SRC-URI" (for that I done minor midificaiton in SBCRoutingHandler.cxx) and route the call to OpenSIP. OpenSIP find out route based on custom SIP header variable "SRC-URI", and add the destination URI as custom SIP header variable "SBC-Force-Route", route the call back to OpenSBC. So that OpenSBC should route the call to uri set in "SBC-Force-Route" variable. But when I tested with sample calls, OSBC route the call to OpenSIP that part work well, but when call comes from OpenSIP (by SBC-Force-Route set to proper URI), OSBC does not route the call, and end up with below messages: ======================================================================== 2009/03/13 15:05:40.394 DTL: [CID=0x0ba2] Event: ---> Inbound - INVITE sip:1010@192.168.1.81:5060 SIP/2.0 2009/03/13 15:05:40.394 DBG: [CID=0x0ba2] *** MESSAGE ARRIVAL *** for SIP Session 7c15bd8907fcb0251b2bbbd47301ca1d@192.168.1.23-0x001e 2009/03/13 15:05:40.394 ERR: [CID=0x0ba2] *** MERGED REQUEST DETECTED ***INVITE sip:1010@192.168.1.81:5060 SIP/2.0 2009/03/13 15:05:40.395 INF: [CID=0x0ba2] *** NO ROUTE ** URI sip:1010@192.168.1.81:5060through local registration database =================================================================================== I have attached whole log in pastebin, you can find it on link: http://pastebin.com/f1f3a843b What should I do to eliminate error "Merged Request..."? Thanks, Shehzad -------------------------------------------------------------------------------- ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -------------------------------------------------------------------------------- _______________________________________________ Opensipstack-osbcdevel mailing list Ope...@li... https://lists.sourceforge.net/lists/listinfo/opensipstack-osbcdevel -------------------------------------------------------------------------------- No virus found in this incoming message. Checked by AVG - www.avg.com Version: 8.0.237 / Virus Database: 270.11.12/1998 - Release Date: 03/12/09 18:23:00 |