[OpenSIPS-Users] Re-write of SIP NOTIFY

2011-01-21 Thread Kyle Haefner
Hi All, I need to change the number in the Message-Account: part in the body of the NOTIFY message coming from Exchange 2010. My thought was to use the textopts module. Is this the right way of doing it? Is there a better way? Thanks! Kyle ___ Use

Re: [OpenSIPS-Users] Can't get OpenSIPS to rewrite SDP media line with RTPproxy address

2011-01-21 Thread ambertch
Thanks Bogdan, I will check that out. -- View this message in context: http://opensips-open-sip-server.1449251.n2.nabble.com/Can-t-get-OpenSIPS-to-rewrite-SDP-media-line-with-RTPproxy-address-tp5941589p5949607.html Sent from the OpenSIPS - Users mailing list archive at Nabble.com. _

Re: [OpenSIPS-Users] Memory leak

2011-01-21 Thread Duane Larson
Thanks Anca and Bogdan. Both of you are right in a way. SIPP is, after a while, leaving a lot of dialogs in "state 3". It could be because I am using the same server as the SIPP UAS and UAC. I will need to split the SIPP processes up to see if that changes things. I am not sure if all the Dial

Re: [OpenSIPS-Users] BYE msg not inserted into sip_trace

2011-01-21 Thread Bogdan-Andrei Iancu
take care that the BYEs which are generated by opensips do not go through the opensips main route, you need to configure a local_route{} to get them...and make there a sip_trace() Regards, Bogdan rad bogdan wrote: Bogdan, The lines related to siptrace are these: modparam("siptrace", "db_url

Re: [OpenSIPS-Users] BYE msg not inserted into sip_trace

2011-01-21 Thread rad bogdan
Bogdan, The lines related to siptrace are these: modparam("siptrace", "db_url", "mysql://user:password@localhost/opensips") modparam("siptrace", "trace_on", 1) modparam("siptrace", "trace_flag",22) modparam("siptrace", "trace_local_ip", "localhost") modparam("siptrace", "traced_user_avp", "$avp(s:

Re: [OpenSIPS-Users] BYE msg not inserted into sip_trace

2011-01-21 Thread Bogdan-Andrei Iancu
Hi Bogdan, What kind of tracing do you do? dialog based? with flags ? Regards, Bogdan rad bogdan wrote: Hi Bogdan, I've seen that when CallControl notifies OpenSIPS (1.6.4) that a call must be interrupted because the balance is 0, OpenSIPS sends BYE to both the caller and the callee but the

Re: [OpenSIPS-Users] multiple use_media_proxy() calls

2011-01-21 Thread Jeff Pyle
Dan, Brett and I communicated privately. It turns out the majority of both our headaches with this issue is from the same, rather large carrier. Does anything come to mind on how we might handle it? I'd love an option I could include in engage_media_proxy to tell it to immediately set up the

[OpenSIPS-Users] BYE msg not inserted into sip_trace

2011-01-21 Thread rad bogdan
Hi Bogdan, I've seen that when CallControl notifies OpenSIPS (1.6.4) that a call must be interrupted because the balance is 0, OpenSIPS sends BYE to both the caller and the callee but the messages are not being written into sip_trace. Is this a normal behavior or it is a bug ? Thanks, Bogdan

Re: [OpenSIPS-Users] multiple use_media_proxy() calls

2011-01-21 Thread Brett Nemeroff
On Fri, Jan 21, 2011 at 8:42 AM, Jeff Pyle chagrin I've seen a few more carriers exhibit this type of behavior. One > > way or another I think we're going to have to find a way to accommodate > it. > > I'd just like to add my $0.02 here. I've had this exact same problem. It was a while ago, so I d

Re: [OpenSIPS-Users] multiple use_media_proxy() calls

2011-01-21 Thread Jeff Pyle
Dan, As I re-read this, I should clarify one point: "...I think we're going to have to find a way to accommodate it." I was referring to my team and I, not you. You don't "have" to do anything. :) - Jeff On 1/21/11 9:42 AM, "Jeff Pyle" wrote: >Dan, > >Excellent info. > >Here's the call

Re: [OpenSIPS-Users] multiple use_media_proxy() calls

2011-01-21 Thread Jeff Pyle
Dan, Excellent info. Here's the call flow I'm having trouble with: - INVITE from Opensips to carrier (Sonus GSX), mediaproxy previously engaged. - GSX fires back 100. - GSX tries a route on SS7 to terminate the call. - Some media comes from the GSX on port, say, 16400 as a function of this first

Re: [OpenSIPS-Users] debian lenny packages - xlog module

2011-01-21 Thread Jeff Pyle
Ha! I looked everywhere for it but inside the binary itself. Yes, this will likely take care of it. Thanks. - Jeff From: Duane Larson mailto:duane.lar...@gmail.com>> Reply-To: OpenSIPS users mailling list mailto:users@lists.opensips.org>> Date: Thu, 20 Jan 2011 23:14:50 -0500 To: OpenSIPS

Re: [OpenSIPS-Users] Stale dialogs not being deleted from DB (1.6.4)

2011-01-21 Thread Bogdan-Andrei Iancu
Hi Alan, If still in memory, it means the dialog is considered as alive - please also print the "state" field (both from fifo and DB). Even so, the record is strange: start_time is Thu, 20 Jan 2011 20:00:56 GMT timeout is Sat, 01 Jan 2011 17:23:06 GMT So timeout is before the start_tim

Re: [OpenSIPS-Users] Memory leak

2011-01-21 Thread Bogdan-Andrei Iancu
Hi Duane, actually, checking the dump you sent, I see no trace of a leak - the pkg dump shows only script and DB conn mem, while the shm is empty. So, in your case, you may have a memory overload because because of runtime issues (but not a leak). If dialogs are not removed by BYEs, I guess

Re: [OpenSIPS-Users] Call limitation

2011-01-21 Thread Anca Vamanu
Hi Anton, On 01/19/2011 06:15 PM, Anton Zagorskiy wrote: Hi. Please help me with advice. I want to do a call limitation based on prefixes for each user in each domain. In other words, I need to deny or allow call depend on username and domain and value on a field in a sql table. Which module s

Re: [OpenSIPS-Users] Memory leak

2011-01-21 Thread Anca Vamanu
Hi Duane, On 01/20/2011 11:22 PM, Duane Larson wrote: After looking a little more do you think this would cause the memory issue... Looks like my SIPP test starts the call, does whatever I want and sends the BYE, but the dialog is still in the database after the call has ended between the UA

Re: [OpenSIPS-Users] CDRTool group by Sip Destination id Description empy

2011-01-21 Thread AdriĆ  Vidal
On Thu, Jan 20, 2011 at 3:08 PM, AdriĆ  Vidal wrote: > > > On Thu, Jan 20, 2011 at 2:33 PM, Tijmen de Mes wrote: > >> Hi, >> >> This one line is not the only thing changed in cdr_opensips.php. You >> should make sure you got the all the new files that are in the release. >> >> Did you also upgrad