[OpenSIPS-Users] topology_hiding() not executing

2014-08-25 Thread Satish Patel
I have put topology_hiding() function at following place in script but its not hiding VIA header following is my senerio [UA]>[Opensips]---[Asterisk/SIP gateway] I want to hind my UA IP address so Asterisk doesn't see them, currently my asterisk can see what IP address UA coming f

Re: [OpenSIPS-Users] URGENT! uac_auth PSTN gateway authentication issue

2014-08-25 Thread Satish Patel
Just followup email, I have use avp variable to set username/password/realm and it works! On Sun, Aug 24, 2014 at 4:24 PM, Satish Patel wrote: > > Hi, > > my Opensips (UAC) registered to PSTN gateway and now i am trying to call > using my SIPphone which is register to opensip but no success. I

Re: [OpenSIPS-Users] ACK in failover for call setup

2014-08-25 Thread Seth Schultz
Răzvan, After digging through the source code, I found the line of code causing my issues. In the opensips_1_9 branch in t_msgbuilder.c on line 152 we have ... *set_hostport(&hp, (is_local(Trans))?0:req);* via=via_builder(&via_len, Trans->uac[branch].request.dst.send_sock, &branch_str, 0

Re: [OpenSIPS-Users] OpenSIPS Billing Discrepancy

2014-08-25 Thread Ryan Mitchell
Accurate billing is always difficult, surprisingly so. It's quite common from my experiences to have billing disputes because some stupid BYE message was never recorded. Few thoughts: 1. despite the transaction handshaking of SIP, hangup messages can and do get lost (or were never sent). 2. los

[OpenSIPS-Users] ERROR:core:_tls_read:

2014-08-25 Thread Gary Nyquist
Hi,   The following type errors are showing up in the log: ERROR:core:_tls_read: TLS connection to 64.71.31.202:55271 read failed   I am guessing that this error appears when the TLS connection is broken. Am I correct? If yes, how can this event be used to remove the corresponding AOR fr

Re: [OpenSIPS-Users] URGENT! uac_auth PSTN gateway authentication issue

2014-08-25 Thread Satish Patel
Update, look like 407 error gone and now i am seeing following error opensips[3767]: ERROR:uac:uac_auth: Unable to extract authentication info I have following value set and those are correct, realm is asterisk default modparam("uac_auth","credential","username:asterisk:mypassw0rd#$") On Mo

Re: [OpenSIPS-Users] b2b module issue with PRACK on multiple provisional responses

2014-08-25 Thread Giuseppe Cardone
Hi Bogdan, just ran a quick test and it looks good ;-) I'll be doing a few more in the next few days, so I'll give you some more feedback soon. Thanks for the great support! Cheers ! Giuseppe > Da: "Bogdan-Andrei Iancu" > A: "Giuseppe Cardone" , > users@lists.opensips.org > Inviato: Gi

Re: [OpenSIPS-Users] MESSAGE t_relay()

2014-08-25 Thread Gary Nyquist
Hi Bogdan,   You are abosolutely right. The request is not leaving the OpenSIPS (not to be seen on the n/w). I am guessing, the reason could be a stale contact uri (TCP).   My question is: Shouldn't the "t_relay()" return a negative value if the request fails to leave opensips?   BR -Gar

Re: [OpenSIPS-Users] URGENT! uac_auth PSTN gateway authentication issue

2014-08-25 Thread Satish Patel
Perfect!!! just resync code from repo and look like it compile successfully!! I am going to give it a shot and update you soon! On Mon, Aug 25, 2014 at 10:36 AM, Vlad Paiu wrote: > Hello, > > Sorry about that - failed to commit auth.h , also apply > > > https://github.com/OpenSIPS/opensips/co

Re: [OpenSIPS-Users] URGENT! uac_auth PSTN gateway authentication issue

2014-08-25 Thread Vlad Paiu
Hello, Sorry about that - failed to commit auth.h , also apply https://github.com/OpenSIPS/opensips/commit/fc2ed8ace7040734f5c1b11fe235478014817de5 Best Regards, Vlad Paiu OpenSIPS Developer http://www.opensips-solutions.com On 25.08.2014 15:26, Satish Patel wrote: I downloaded latest repo fr

Re: [OpenSIPS-Users] URGENT! uac_auth PSTN gateway authentication issue

2014-08-25 Thread Satish Patel
I downloaded latest repo from git whatever you mentioned. At compile time I got following error when it was compiling uac.c Fatal error: auth.h file and directory not found. Does it require any dependencies? Sent from my iPhone On Aug 25, 2014, at 8:10 AM, Vlad Paiu wrote: > Hello, > > O

Re: [OpenSIPS-Users] URGENT! uac_auth PSTN gateway authentication issue

2014-08-25 Thread Vlad Paiu
Hello, Ok then, the patches should apply just fine - https://github.com/OpenSIPS/opensips/commit/3316a2a518a2ac27401408369e4bd3adc70b4e48 was already backported, so just apply https://github.com/OpenSIPS/opensips/commit/7989c4fcf1825afccb8102b65d94d66105dbdf33 and test it out. Best Regards, V

Re: [OpenSIPS-Users] insert dialog end reason into DB

2014-08-25 Thread Jayesh Nambiar
I dont know why I thought of not having the pseudo variable directly in the modparam. Thank you very much for such a simple solution. I'm just feeling stupid about why I didn't think about this before :( Thanks again. --- Jayesh On Mon, Aug 25, 2014 at 8:32 AM, Bogdan-Andrei Iancu wrote: > H

Re: [OpenSIPS-Users] URGENT! uac_auth PSTN gateway authentication issue

2014-08-25 Thread Satish Patel
I'm using 1.11 last week installed. Sent from my iPhone On Aug 25, 2014, at 6:34 AM, Vlad Paiu wrote: > Hello, > > What OpenSIPS version are you currently using ? > I've just committed a fix that implements a preliminary version of this, see > commits : > > https://github.com/OpenSIPS/opens

[OpenSIPS-Users] Opensips B2B with CDRtool prepaid.

2014-08-25 Thread Satish Patel
Does opensips B2B work with CDRtool with accounting, call control and mediaproxy? Sent from my iPhone ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] URGENT! uac_auth PSTN gateway authentication issue

2014-08-25 Thread Vlad Paiu
Hello, What OpenSIPS version are you currently using ? I've just committed a fix that implements a preliminary version of this, see commits : https://github.com/OpenSIPS/opensips/commit/3316a2a518a2ac27401408369e4bd3adc70b4e48 and https://github.com/OpenSIPS/opensips/commit/7989c4fcf1825afccb8

Re: [OpenSIPS-Users] URGENT! uac_auth PSTN gateway authentication issue

2014-08-25 Thread Satish Patel
Great!! I can see light in tunnel now because last 1 week I tried everything and now I was planing to go for B2B but I guess as you said you guys working on so I'm holding my breath. This is must needed solution because SIP service provide most of time provide password to make outbound trunk c

Re: [OpenSIPS-Users] CDRTool Prepaid Billing configuration question

2014-08-25 Thread Mo Rajib
Thanks Craig. That’s what I suspect. From: users-boun...@lists.opensips.org [mailto:users-boun...@lists.opensips.org] On Behalf Of Craig Guy Sent: Monday, August 25, 2014 5:31 AM To: OpenSIPS users mailling list Subject: Re: [OpenSIPS-Users] CDRTool Prepaid Billing configuration question C

Re: [OpenSIPS-Users] CDRTool Prepaid Billing configuration question

2014-08-25 Thread Tijmen de Mes
Hi, The latest code from darcs should be compatible with 5.4. Soon there will be a release with this included. --  Tijmen de Mes AG-Projects From: Craig Guy Reply: OpenSIPS users mailling list > Date: 25 augustus 2014 at 06:31:20 To: OpenSIPS users mailling list > Subject:  Re: [OpenSIPS-User

Re: [OpenSIPS-Users] mediaproxy installation issue

2014-08-25 Thread Saúl Ibarra Corretgé
On 22 Aug 2014, at 13:24, Satish Patel wrote: > I have fixed this issue and your are right it was version issue, initially I > was using latest version but after downgrade it version from 2.x to 1.2.4 it > works! Thanks for reply. > Well, that’s not a fix, that’s a workaround. What gnutls v