[OpenSIPS-Users] Help with Inbound PSTN, and Inbound SIP URI Authentication Sub-Routine

2010-09-14 Thread Brett Woollum
that might work better? Notes: - Each of my PSTN gateway's has a static IP. - It's safe to assume a single-domain setup (mysipdomain.com). Thanks in advance! Brett Woollum br...@woollum.com ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] Help with Inbound PSTN, and Inbound SIP URI Authentication Sub-Routine

2010-09-14 Thread Brett Woollum
g call is from my PSTN gateway and give different aliases than if the call was a SIP URI call. Brett Woollum br...@woollum.com - Original Message - From: "David J." To: "OpenSIPS users mailling list" Sent: Tuesday, September 14, 2010 12:20:23 AM GMT -08:

Re: [OpenSIPS-Users] Help with Inbound PSTN, and Inbound SIP URI Authentication Sub-Routine

2010-09-14 Thread Brett Woollum
David, The "is_from_local" function is just what I needed. It will allow me to decipher whether or not the user appears local or not, and authenticate them if so (ie: a subscriber), or check their IP if not (ie: from my gw). Thanks! Brett Woollum br...@woollum.com

Re: [OpenSIPS-Users] Help with Inbound PSTN, and Inbound SIP URI Authentication Sub-Routine

2010-09-14 Thread Brett Woollum
INVITE traffic? (Ok, you have to authenticate traffic going to PSTN from your subscribers, but other than that...)? Regards, Kennard Brett Woollum ---09/14/2010 02:26:33 AM---David, The "is_from_local" function is just what I needed. It will allow me to decipher whether or From

Re: [OpenSIPS-Users] Help with Inbound PSTN, and Inbound SIP URI Authentication Sub-Routine

2010-09-14 Thread Brett Woollum
ITE packet when it comes in, which "is_from_local()" solved. Thx! Brett Woollum br...@woollum.com - Original Message - From: "T.R. Missner" To: "OpenSIPS users mailling list" Sent: Tuesday, September 14, 2010 2:00:12 PM GMT -08:00 US/Canada Pacific

Re: [OpenSIPS-Users] Help with Inbound PSTN, and Inbound SIP URI Authentication Sub-Routine

2010-09-14 Thread Brett Woollum
Very true! Thanks for the reminder! Brett Woollum br...@woollum.com - Original Message - From: "T.R. Missner" To: "OpenSIPS users mailling list" Sent: Tuesday, September 14, 2010 7:17:46 PM GMT -08:00 US/Canada Pacific Subject: Re: [OpenSIPS-Users] Help wi

[OpenSIPS-Users] B2BUA "From" Header & Caller-ID Question

2010-10-11 Thread Brett Woollum
re some possible work-arounds to get the B2BUA module to create the new call but include the "From:" header that I've updated earlier in the script? Any ideas are greatly appreciated! Brett Woollum br...@woollum.com ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] B2BUA "From" Header & Caller-ID Question

2010-10-12 Thread Brett Woollum
nchanged (incorrect). Brett Woollum br...@woollum.com - Original Message - From: "Brett Woollum" To: "users-request" Sent: Monday, October 11, 2010 11:53:39 PM GMT -08:00 US/Canada Pacific Subject: [OpenSIPS-Users] B2BUA "From" Header & Caller-ID Q

Re: [OpenSIPS-Users] B2BUA "From" Header & Caller-ID Question

2010-10-12 Thread Brett Woollum
Hi Anca, Does this mean that I would need to make the changes after I call B2B_INIT_REQUEST instead of before? If that's the case it sounds like I might want to call B2B_INIT_REQUEST very early in the script... Thanks Brett Woollum br...@woollum.com - Original Message -

Re: [OpenSIPS-Users] B2BUA "From" Header & Caller-ID Question

2010-10-12 Thread Brett Woollum
is my working code (with statically set caller id. I need to make this dynamic): local_route { if (is_method("INVITE")) { remove_hf("From"); append_hf("From: \"TEST3\" ;tag=$ft\r\n"); #exit; } if (is_method("BYE") ) { acc_log_request(

[OpenSIPS-Users] B2BUA Transfers Intermittently Working/Not Working (Bug?)

2010-10-13 Thread Brett Woollum
could switch roles and it still fails). I am running OpenSIPS 1.6.3 on CentOS 5.5 x64. I'll send my log file, config file, and scenario file in a moment (they were too big to fit in one email). Brett Woollum br...@woollum.com ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] B2BUA Transfers Intermittently Working/Not Working (Bug?)

2010-10-13 Thread Brett Woollum
Unfortunately the mailing list won't let me send replies with my logs or config file since they're too big. You can find them on this page: http://www.woollum.com/temp/opensips.txt Thanks! Brett Woollum br...@woollum.com - Original Message - From: "Brett Woollu

Re: [OpenSIPS-Users] B2BUA Transfers Intermittently Working/Not Working (Bug?)

2010-10-14 Thread Brett Woollum
7;ve posted the output of the sip_trace here: http://woollum.com/temp/opensips_trace.html Brett Woollum br...@woollum.com - Original Message - From: "Anca Vamanu" To: users@lists.opensips.org Sent: Thursday, October 14, 2010 12:45:19 AM GMT -08:00 US/Canada Pacific Sub

Re: [OpenSIPS-Users] B2BUA Transfers Intermittently Working/Not Working (Bug?)

2010-10-18 Thread Brett Woollum
12 19:34:16 sip01 /usr/local/sbin/opensips[5172]: ERROR:b2b_entities:b2b_tm_cback: cannot parse From header Oct 12 19:34:16 sip01 /usr/local/sbin/opensips[5167]: ROUTE 8 ENDING INVITE sip:sa...@10.20.1.225:5062 Oct 12 19:34:17 sip01 /usr/local/sbin/opensips[5168]: ERROR:b2b_entities:b2b_presc

Re: [OpenSIPS-Users] B2BUA Transfers Intermittently Working/Not Working (Bug?)

2010-10-18 Thread Brett Woollum
Oct 18 22:56:42 sip01 /usr/local/sbin/opensips[4425]: USRLOC LOOKUP: ERROR 404 - NOT FOUND sip:1...@1.2.3.4->sip:b2...@1.2.3.4:5060 Is there something I need to add to my configuration that handles packets with "b2...@1.2.3.4" as the destination ($ru)? Brett Woollum br...@wool

Re: [OpenSIPS-Users] B2BUA Transfers Intermittently Working/Not Working (Bug?)

2010-10-20 Thread Brett Woollum
202 Accepted before ending the call leg. This is not happening like it should I am running OpenSIPS 1.6.3 on CentOS 5.5 x64 (on an AMD platform). Brett Woollum br...@woollum.com - Original Message - From: "Anca Vamanu" To: users@lists.opensips.org Sent: Tuesday

Re: [OpenSIPS-Users] B2BUA Transfers Intermittently Working/Not Working (Bug?)

2010-10-27 Thread Brett Woollum
for it to work properly? Brett Woollum br...@woollum.com - Original Message - From: "Anca Vamanu" To: users@lists.opensips.org Sent: Tuesday, October 26, 2010 4:06:16 AM GMT -08:00 US/Canada Pacific Subject: Re: [OpenSIPS-Users] B2BUA Transfers Intermittently Working/No

Re: [OpenSIPS-Users] B2BUA Transfers Intermittently Working/Not Working (Bug?)

2010-10-28 Thread Brett Woollum
above). I don't see any errors in the call trace with regard to the REFER message (or any others) sent by the phones. The REFER looks the same with different extensions for the first transfer and the second transfer. It seems like OpenSIPS is just not handling the second transfer correc