[OpenSIPS-Users] Error 404 not here

2013-05-16 Thread sermj 2012
Hi All, My VoIP clients are registerd with opensips. When i tried to call other end client, i can hear only one way audio in clients (In caller),somewhere is going wrong and i am not getting audio (Voice) in both sides. By using tshark tracer i can see there is an '404 not here' status code. PS:

[OpenSIPS-Users] Where to place acc_aaa_request ?

2013-05-16 Thread Michele Pinassi
Hi all, here's my acc module config, using radius backend and MySQL. modparam("acc", "early_media", 0) modparam("acc", "report_cancels", 0) modparam("acc", "detect_direction", 0) modparam("acc", "failed_transaction_flag", 3) modparam("acc", "log_level", 1) modparam("acc", "log_flag", 1) modparam(

Re: [OpenSIPS-Users] Need config file manipulation help

2013-05-16 Thread Bogdan-Andrei Iancu
In this case you should consider configuring multiple TCP interfaces (listeners) in OpenSIPS and use force_send_socket() core function or $fs var to select a different one all the time (before sending the call out). Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-s

Re: [OpenSIPS-Users] Error 404 not here

2013-05-16 Thread Bogdan-Andrei Iancu
Hello, For what SIP requests do you get the "404 not here" reply ? Also, are you using the default opensips cfg file ? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 05/16/2013 10:33 AM, sermj 2012 wrote: > Hi All, > > My VoIP clients are regis

Re: [OpenSIPS-Users] Where to place acc_aaa_request ?

2013-05-16 Thread Bogdan-Andrei Iancu
Hi Michele, The acc_aaa_request() function will generate a RADIUS acc request on the spot, so it will happen for all your INVITEs disregarding if the calls will establish or not in the future. If you want to account only established calls, do not use the acc_aaa_request() function, but trigger th

Re: [OpenSIPS-Users] Early Media with OpenSIPS

2013-05-16 Thread Bogdan-Andrei Iancu
Hello Kchitiz, If only called party or both are sending media is up the end-devices implementation - from SIP and SDP point of view there is no difference - both end points have the SDP of the other party, so both of them are able to send and receive RTP (if they want). But be careful of the sendo

Re: [OpenSIPS-Users] Registrar not saving received from Path header

2013-05-16 Thread Bogdan-Andrei Iancu
Hello Nathaniel, Attached is an extended patch - remove the old one and apply this one. Again look for any xXx logs . Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 05/14/2013 02:47 PM, Nathaniel L Keeling III wrote: > Hello Bogdan, > > here is

Re: [OpenSIPS-Users] Odd opensips REGISTER/INVITE behavior for many simultaneous users

2013-05-16 Thread Bogdan-Andrei Iancu
Hello James, No, there is no such known bug or issue. What I suspect is that there are short intervals (milisecs) where an AOR is not registered - this may happen because : - the test tool is not performing properly under high load and fails to do re-register before old registration expires.

Re: [OpenSIPS-Users] SIP 3g and a bucket of pain

2013-05-16 Thread Bogdan-Andrei Iancu
Hi Max, Have you tried to create an account with the VoIP service from OpenSIPs.org (http://www.opensips.org/Community/VoipService) ? If it does not work there either, we can take a look at the SIP traffic on our server to see if we find problems. Also, have you tried to make a sip capture of the

Re: [OpenSIPS-Users] VIA relay error using mhomed=1

2013-05-16 Thread qasimak...@gmail.com
Hi Bodgan, Yes i see the following route header in my packet. Route: And yes i am routing it through loose_route. Regards, Qasim On Wed, May 15, 2013 at 10:40 PM, Bogdan-Andrei Iancu wrote: > ** > Hello Qasim, > > The ACK should be routed via loose_route() based on the "Route" headers > fr

Re: [OpenSIPS-Users] VIA relay error using mhomed=1

2013-05-16 Thread Bogdan-Andrei Iancu
And do you have UDP 202.152.203.195 port 6000 as listener defined in OpenSIPS ?? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 05/16/2013 12:32 PM, qasimak...@gmail.com wrote: > Hi Bodgan, > > Yes i see the following route header in my packet.

Re: [OpenSIPS-Users] VIA relay error using mhomed=1

2013-05-16 Thread qasimak...@gmail.com
yes. Regards, Qasim On Thu, May 16, 2013 at 2:50 PM, Bogdan-Andrei Iancu wrote: > ** > And do you have UDP 202.152.203.195 port 6000 as listener defined in > OpenSIPS ?? > > Regards, > > Bogdan-Andrei Iancu > OpenSIPS Founder and Developerhttp://www.opensips-solutions.com > > > On 05/16/2013 12

Re: [OpenSIPS-Users] VIA relay error using mhomed=1

2013-05-16 Thread qasimak...@gmail.com
On further investigation i see that i only face this issue when both caller and callee are on the same network. If both are on separate network it works fine. Regards, Qasim On Thu, May 16, 2013 at 3:05 PM, qasimak...@gmail.com wrote: > yes. > > Regards, > Qasim > > > On Thu, May 16, 2013 at 2:

Re: [OpenSIPS-Users] Where to place acc_aaa_request ?

2013-05-16 Thread Michele Pinassi
Thanks Bodgan for your kindly reply but now accounting don't work: nothing will be added to acc table ! Here's the full routing logic. Maybe there's something wrong: modparam("aaa_radius", "radius_config", "/etc/radiusclient-ng/radiusclient.conf") modparam("acc", "early_media", 0) modparam("acc

Re: [OpenSIPS-Users] LRN numbers

2013-05-16 Thread M.Khaled W Chehab
Dear Bogdan , I Fix it by setting do_routing() instead of route(7) with t_relay Thanks From: Bogdan-Andrei Iancu [mailto:bog...@opensips.org] Sent: Wednesday, May 15, 2013 8:36 PM To: OpenSIPS users mailling list Cc: M.Khaled W Chehab; users-boun...@lists.opensips.org Subject: Re:

[OpenSIPS-Users] Multi Update Invites

2013-05-16 Thread M.Khaled W Chehab
Hi, when a call hit opensips it send a 100 trying but if the softphone does not receive 180/183 or 200 OK it will send an update invite ,and I want to block it I read in the documentation that t_newtran() can stop it ,please can you send me a sample where and how it should be exists since I fai

Re: [OpenSIPS-Users] Where to place acc_aaa_request ?

2013-05-16 Thread Bogdan-Andrei Iancu
Well, do you want to do accouting via RADIUS (aaa) or via DB (in acc table) ??? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 05/16/2013 01:18 PM, Michele Pinassi wrote: > Thanks Bodgan for your kindly reply but now accounting don't work: > not

Re: [OpenSIPS-Users] MongoDB bug

2013-05-16 Thread kamika
Dear Vlad, Dorry for being noisy, but will you prepare a separate patch or update the module in next version of Opensips? I just stuck in this, as perl driver loose the connection to mongoDb if database was accedently restarted.. Thank you Kamil -- View this message in context: http://opens

[OpenSIPS-Users] Slight problem routing 100s and 183s

2013-05-16 Thread Nick Khamis
Hello Everyone, Hope all is well. Here in Canada our 2 weeks of summer is almost over and now it's almost autumn ;). Those of you who are in Montreal know what I am talking about Long story short, we love OpenSIPS so much that we decided to add another box between our media servers and our se

Re: [OpenSIPS-Users] Odd opensips REGISTER/INVITE behavior for many simultaneous users

2013-05-16 Thread James Tranovich
Hello Bogdan, Thanks for your reply! We are using opensips 1.8.0-notls (x86_64/linux). We do not think this issue is load related but perhaps older registrations have not yet expired. We will try setting the min_expires parameter to a low number to test this hypothesis; any other approaches we co

Re: [OpenSIPS-Users] use of is_from_gw directive from drouting module.

2013-05-16 Thread Miguel J.
Dear Bogdan-Andrei I've tried to asign a new group for this providers, (group 3, I can't asign it to group 0 because this group is used by another type of users). I've filled dr_groups registers with this new information, (dr_gateways was filled before, on 1.8 release): select * from dr_gateways;

Re: [OpenSIPS-Users] use of is_from_gw directive from drouting module.

2013-05-16 Thread Ovidiu Sas
Try to use dr_is_gw(): http://www.opensips.org/html/docs/modules/1.9.x/drouting.html#id294057 Regards, Ovidiu Sas On Tue, May 14, 2013 at 9:16 PM, Miguel J. wrote: > Dear UserList Opensips: > > I used drouting with OpenSips 1.8.0 release, the gateways list was in > the dr_gateways table and

Re: [OpenSIPS-Users] memory consumed by t_relay

2013-05-16 Thread microx
Hi Bogdan-Andrei, Please refer to the log OpenSIP_outbound_memory.log Many thanks for your help. Best regards, Chen-Che -- View this message in context: http://opensips-open-sip-server.14492

Re: [OpenSIPS-Users] Registrar not saving received from Path header

2013-05-16 Thread Nathaniel L Keeling III
Hello Bogdan, I added the patch and here is what I found: "OpenSips[4378]: [ID 269964 local1.debug] DBG:registrar:pack_ci: xXx - flags are 0". I have also included the log file. Thanks Nathaniel Keeling On 5/16/13 3:47 AM, Bogdan-Andrei Iancu wrote: Hello Nathaniel, Attached is an extende