Thread: [OpenSIPStack] user=phone support
Brought to you by:
joegenbaclor
From: Gaurav K. <gkh...@is...> - 2007-10-15 06:41:23
|
Hello, I'm using OpenSBC 1.1.4 and would like to confirm whether it support "User=phone" as part of URI. I'm having some routing issues when the URI contains "user=phone". 38:21.155 PWL: [CID=0x0000] Using Iface: 192.168.96.115 to send to Dest: 69.90.209.57 38:21.157 INF: [CID=0x0de3] *** NO UPSTREAM ROUTE *** URI sip:2069220355@69.90.209.57;user=phone 38:21.157 INF: [CID=0x0de3] *** NO REGISTRATION FOUND *** Fetching route through local database URI sip:2069220355@69.90.209.57;user=phone 38:21.159 PWL: [CID=0x0000] *** NO MATCH *** sip:5000@* --> sip:2069220355@69.90.209.57;user=phone 38:21.159 PWL: [CID=0x0000] *** NO MATCH *** sip:*@sip3.voipvoip.com --> sip:2069220355@69.90.209.57;user=phone 38:21.160 PWL: [CID=0x0000] *** NO MATCH *** sip:*@69.90.209.57 --> sip:2069220355@69.90.209.57;user=phone 38:21.160 INF: [CID=0x0de3] *** NO STATIC ROUTE *** URI sip:2069220355@69.90.209.57;user=phone 38:21.161 INF: [CID=0x0de3] *** Using To URI *** sip:2069220355@69.90.209.57;user=phone as route It looks to me that in the attached logs, since opensipstack is not able to interpret "user=phone" so all route matching fails and it decides to route the request based on TO URI. Is that correct? I tried to grep through the OpenSBC and OpenSIPStack code and did not find any references to "user=phone". I would like to confirm whether it's supported or not? The log file is attached for reference: Thanks in advance for an early response. Regards, Gaurav P.S -> http://www.opensipstack.org/ seems to be down for the past 12 hours or so? Is it due to any scheduled maintenance? |
From: Joegen E. B. <joe...@gm...> - 2007-10-15 09:44:52
|
try this in B2BUA Routes [sip:*@69.90.209.57*] sip:YouDestinationDomain notice the "*" after .57. It should allow your filter to match uris with parameters Gaurav Kheterpal wrote: > Hello, > > > > I'm using OpenSBC 1.1.4 and would like to confirm whether it support > "User=phone" as part of URI. I'm having some routing issues when the URI > contains "user=phone". > > > > 38:21.155 PWL: [CID=0x0000] Using Iface: 192.168.96.115 to send to > Dest: 69.90.209.57 > > 38:21.157 INF: [CID=0x0de3] *** NO UPSTREAM ROUTE *** URI > sip:2069220355@69.90.209.57;user=phone > > 38:21.157 INF: [CID=0x0de3] *** NO REGISTRATION FOUND *** Fetching > route through local database URI sip:2069220355@69.90.209.57;user=phone > > 38:21.159 PWL: [CID=0x0000] *** NO MATCH *** sip:5000@* --> > sip:2069220355@69.90.209.57;user=phone > > 38:21.159 PWL: [CID=0x0000] *** NO MATCH *** sip:*@sip3.voipvoip.com > --> sip:2069220355@69.90.209.57;user=phone > > 38:21.160 PWL: [CID=0x0000] *** NO MATCH *** sip:*@69.90.209.57 --> > sip:2069220355@69.90.209.57;user=phone > > 38:21.160 INF: [CID=0x0de3] *** NO STATIC ROUTE *** URI > sip:2069220355@69.90.209.57;user=phone > > 38:21.161 INF: [CID=0x0de3] *** Using To URI *** > sip:2069220355@69.90.209.57;user=phone as route > > > > It looks to me that in the attached logs, since opensipstack is not able to > interpret "user=phone" so all route matching fails and it decides to route > the request based on TO URI. Is that correct? > > > > I tried to grep through the OpenSBC and OpenSIPStack code and did not find > any references to "user=phone". > > > > I would like to confirm whether it's supported or not? > > > > The log file is attached for reference: > > > > Thanks in advance for an early response. > > > > Regards, > Gaurav > > > > P.S -> http://www.opensipstack.org/ seems to be down for the past 12 hours > or so? Is it due to any scheduled maintenance? > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > ------------------------------------------------------------------------ > > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > ------------------------------------------------------------------------ > > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.488 / Virus Database: 269.14.10/1070 - Release Date: 10/14/2007 9:22 AM > |
From: Gaurav K. <gkh...@is...> - 2007-10-15 10:36:50
|
Joegen, It was indeed a problem with the regular expression specified by me in the B2BUA routes. The filter was not matching the URI with 'user=phone' parameter. It worked fine after I changed the configuration as per your suggestion. As always, thanks a lot for your help! Regards, Gaurav > -----Original Message----- > From: ope...@li... > [mailto:ope...@li...] On Behalf Of > Joegen E. Baclor > Sent: Monday, October 15, 2007 3:15 PM > To: ope...@li... > Cc: an...@de... > Subject: Re: [OpenSIPStack] user=phone support > > try this in B2BUA Routes [sip:*@69.90.209.57*] sip:YouDestinationDomain > > notice the "*" after .57. It should allow your filter to match uris > with parameters > > > Gaurav Kheterpal wrote: > > Hello, > > > > > > > > I'm using OpenSBC 1.1.4 and would like to confirm whether it support > > "User=phone" as part of URI. I'm having some routing issues when the URI > > contains "user=phone". > > > > > > > > 38:21.155 PWL: [CID=0x0000] Using Iface: 192.168.96.115 to send to > > Dest: 69.90.209.57 > > > > 38:21.157 INF: [CID=0x0de3] *** NO UPSTREAM ROUTE *** URI > > sip:2069220355@69.90.209.57;user=phone > > > > 38:21.157 INF: [CID=0x0de3] *** NO REGISTRATION FOUND *** Fetching > > route through local database URI sip:2069220355@69.90.209.57;user=phone > > > > 38:21.159 PWL: [CID=0x0000] *** NO MATCH *** sip:5000@* --> > > sip:2069220355@69.90.209.57;user=phone > > > > 38:21.159 PWL: [CID=0x0000] *** NO MATCH *** > sip:*@sip3.voipvoip.com > > --> sip:2069220355@69.90.209.57;user=phone > > > > 38:21.160 PWL: [CID=0x0000] *** NO MATCH *** sip:*@69.90.209.57 --> > > sip:2069220355@69.90.209.57;user=phone > > > > 38:21.160 INF: [CID=0x0de3] *** NO STATIC ROUTE *** URI > > sip:2069220355@69.90.209.57;user=phone > > > > 38:21.161 INF: [CID=0x0de3] *** Using To URI *** > > sip:2069220355@69.90.209.57;user=phone as route > > > > > > > > It looks to me that in the attached logs, since opensipstack is not able > to > > interpret "user=phone" so all route matching fails and it decides to > route > > the request based on TO URI. Is that correct? > > > > > > > > I tried to grep through the OpenSBC and OpenSIPStack code and did not > find > > any references to "user=phone". > > > > > > > > I would like to confirm whether it's supported or not? > > > > > > > > The log file is attached for reference: > > > > > > > > Thanks in advance for an early response. > > > > > > > > Regards, > > Gaurav > > > > > > > > P.S -> http://www.opensipstack.org/ seems to be down for the past 12 > hours > > or so? Is it due to any scheduled maintenance? > > > > > > ------------------------------------------------------------------------ > > > > ------------------------------------------------------------------------ > - > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > opensipstack-devel mailing list > > ope...@li... > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > ------------------------------------------------------------------------ > > > > No virus found in this incoming message. > > Checked by AVG Free Edition. > > Version: 7.5.488 / Virus Database: 269.14.10/1070 - Release Date: > 10/14/2007 9:22 AM > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel |