[OpenSIPS-Users] Negative reply on Re-Invite terminates billing

2013-09-19 Thread Brett Nemeroff
Hey All, Using 1.10 I'm seeing a weird problem with Re-Invites. Using the cdr_flag, I'm expecting a good duration number to be reported by the acc module. However, what I'm seeing is really weird. If I look at a trace, it looks proper. Per RFC we're support to ignore a non-200 reply to a

Re: [OpenSIPS-Users] load balancing non-INVITE dialogs

2013-09-19 Thread Vlad Paiu
Hello, Currently the load_balancer module only support INVITE based dialogs. If suited, you can use the dispatcher module to do round-robin or hashed dispatching for your SUBSCRIBE / PUBLISH dialogs. Best Regards, Vlad Paiu OpenSIPS Developer http://www.opensips-solutions.com On 26.08.2013

Re: [OpenSIPS-Users] Hardware requeriments

2013-09-19 Thread Vlad Paiu
Hello, That's really weird - seems that somehow you've disabled your shared memory support in the Makefile.conf ? Did you use the menuconfig tool or did you somehow manually edited the Makefile.conf file ? Best Regards, Vlad Paiu OpenSIPS Developer http://www.opensips-solutions.com On

Re: [OpenSIPS-Users] Dialog Eror

2013-09-19 Thread Bakko
Hello, with fix_route_dialog I fix the problem, calls from softphone to OpenSIPs to Asterisk, are OK but in the log i have always the same error for ACK and BYE Calls between extensions working fine. If I move the Asterisk server on other Linux server, no more errors on the OpenSIPs log.

Re: [OpenSIPS-Users] Dialog Eror

2013-09-19 Thread Vlad Paiu
Hello, Do you have a SIP trace for this ? It seems that you have a buggy client that changes the dialog remote contact - you should call fix_route_dialog() in such cases ( http://www.opensips.org/html/docs/modules/1.10.x/dialog#id293993 ) Best Regards, Vlad Paiu OpenSIPS Developer

[OpenSIPS-Users] Detecting CANCEL arriving at same time as 200 OK

2013-09-19 Thread John Quick
Using OpenSIPS v1.9 as a routing Proxy for a dialler service, there are a few calls each day where the dialler sends CANCEL at almost the same time as the called destination responds with 200 OK. In fact, the problem cases are when 200 OK arrives milliseconds before the CANCEL. I am trying to

Re: [OpenSIPS-Users] aaa radius, call duration

2013-09-19 Thread Vlad Paiu
Hello, If you enable the CDR flag in the ACC module ( http://www.opensips.org/html/docs/modules/1.9.x/acc#id294245 ) , and also set the aaa_flag along with it, you should see that the ACC module will also send the call duration via Radius. Best Regards, Vlad Paiu OpenSIPS Developer

Re: [OpenSIPS-Users] A workaround for compiling opensips 1.10.0 on Ubuntu 13.04

2013-09-19 Thread Vlad Paiu
Hello, It seems that somehow, you've disabled shared memory support - and that's way you see those compilation errors - seems like a bug in the menuconfig tool. Can you replicate this menuconfig behavior ? Best Regards, Vlad Paiu OpenSIPS Developer http://www.opensips-solutions.com On

Re: [OpenSIPS-Users] Sound jitter

2013-09-19 Thread Vlad Paiu
Hello, RTP proxy is just a proxy - it just blindly relays RTP packages - and doesn't have transcoding capabilities and thus is very light weight and should not introduce and jitter on it's own. You might have a high speed connection, but it also depends on the client's connection, and also

Re: [OpenSIPS-Users] disable a dr_gateway

2013-09-19 Thread Vlad Paiu
Hello, Check out the dr_gw_status MI command in the drouting module ( http://www.opensips.org/html/docs/modules/1.9.x/drouting#id294239 ) Best Regards, Vlad Paiu OpenSIPS Developer http://www.opensips-solutions.com On 28.08.2013 18:12, Nick Cameo wrote: We just drop the gateway from the

Re: [OpenSIPS-Users] opensips script route confusion

2013-09-19 Thread Vlad Paiu
Hello, 1) Yes, the main route block is always executed for SIP requests. 2) The t_on_branch gets executed only once for each outgoing branch - thus you can do different processing per each individual branch. 3) Correct 5) If a transaction was initiated by an INVITE request then the same

Re: [OpenSIPS-Users] registration problem

2013-09-19 Thread Vlad Paiu
Hello, Could you please also attach the part of the script where you're handling registrations ? Best Regards, Vlad Paiu OpenSIPS Developer http://www.opensips-solutions.com On 17.09.2013 14:23, Miha wrote: Hi, I am experiencing wird thing. Sometime UAC register ok, but sometimes not, it

Re: [OpenSIPS-Users] Roadmap

2013-09-19 Thread Vlad Paiu
Hello, Please see http://www.opensips.org/Development/Development for the Release Policy and Version Management. At http://www.opensips.org/About/AvailableVersions you can find all the currently available versions - and their release date. For the upcoming release page (

Re: [OpenSIPS-Users] Negative reply on Re-Invite terminates billing

2013-09-19 Thread Vlad Paiu
Hello, Can you please attach a full SIP trace of the scenario along with the full debug OpenSIPS log ? This indeed seems like a weird issue - OpenSIPS doesn't internally try to terminate a dialog just because a Re-INVITE had failed. Best Regards, Vlad Paiu OpenSIPS Developer

Re: [OpenSIPS-Users] About db_mode of the usrlocl module

2013-09-19 Thread Vlad Paiu
Hello, If you have the timer interval set at 60 seconds, you should see the registrations getting updated once every minute. Furthermore, if you have query_flush_time=60, you might see INSERT queries delayed for another 60 seconds more, if you have few registrations. May sound silly, but

Re: [OpenSIPS-Users] About install opensips include mongodb

2013-09-19 Thread Vlad Paiu
Hello, What mongo-c-client version are you using ? The OpenSIPS cachedb_mongodb module is compatible only with the v 0.6 C driver - since it seems that in the mean time the MongoDB guys changed the API. I'll be taking a look at the module so that it can succesfully compile with newer

Re: [OpenSIPS-Users] opensips Redis problem

2013-09-19 Thread Vlad Paiu
Hello, The OpenSIPS Redis module can't do that - for now. Will be working on it for the next OpenSIPS release. Best Regards, Vlad Paiu OpenSIPS Developer http://www.opensips-solutions.com On 05.09.2013 09:48, hualong@busap.com wrote: Hello everyone I have a problem about

Re: [OpenSIPS-Users] Aborted (core dump)

2013-09-19 Thread Vlad Paiu
Hello, If you still have the core file, could you please do gdb [path_to_OpenSIPS_binary] [path_to_core_file] and then bt full and paste here the output ? Best Regards, Vlad Paiu OpenSIPS Developer http://www.opensips-solutions.com On 29.08.2013 09:39, Nandini madhu wrote: Dear

Re: [OpenSIPS-Users] A workaround for compiling opensips 1.10.0 on Ubuntu 13.04

2013-09-19 Thread Jared Evans
Yes, it's reliably reproduced when using menuconfig to select modules to be enabled. Where can I check to see if shared memory option is disabled for the compilation? On Sep 19, 2013 12:24 PM, Vlad Paiu vladp...@opensips.org wrote: Hello, It seems that somehow, you've disabled shared memory

[OpenSIPS-Users] Redirect LCR

2013-09-19 Thread bruno PHILIP
Hi, I want to use opensips for LCR, and also, I don't want it to stay in SIP path, so it will send a 302 message with the targeted gateway.I don't know how to write the routing script.Someone can help Thanks___ Users

Re: [OpenSIPS-Users] Redirect LCR

2013-09-19 Thread Ovidiu Sas
Take a look at the redirect example in the source tree: https://github.com/OpenSIPS/opensips/blob/master/examples/redirect.cfg Regards, Ovidiu Sas On Thu, Sep 19, 2013 at 11:20 AM, bruno PHILIP bruno_phi...@hotmail.com wrote: Hi, I want to use opensips for LCR, and also, I don't want it to

[OpenSIPS-Users] 1.9 git HEAD memory issues

2013-09-19 Thread Bobby Smith
Greetings list, We're trying to track down some memory issues that we originally thought were related to rabbitmq, but after updating to the latest 1.9 I'm seeing a lot of these errors in the log file: 2013-09-19T20:54:40.115582+00:00 registrar2 /usr/local/opensips/sbin/opensips[3916]: