[SR-Users] Force RTPProxy

2011-05-06 Thread Simone Felici
Hello to all! I need a little help with our ser installation (ser-2.0.0-rc1). Due some network restrictions, we need to force every call to pass trought rtpproxy. Could someone point me to the right place where to force it? Please an example based on our config would be really helpful, but in t

[SR-Users] t_reply MI Datagram Function

2011-05-06 Thread Torge Szczepanek
Hi! In the Documentation of the TMX Module for the t_reply function there is given a list of Parameters as can be seen here: http://www.kamailio.org/docs/modules/3.1.x/modules_k/tmx.html#id2822345 The third parameter is a trans_id. I cannot find any references for this. Is it possible to send

[SR-Users] free tickets linuxtag

2011-05-06 Thread Henning Westerholt
Hello, we've few free 4 day tickets for the LinuxTag next week in Berlin to share. If you like to receive one, just send me a short reply. More informations about our booth: http://www.kamailio.org/w/2011/04/kamailio-booth-at-linuxtag-2011/ Best regards, Henning __

[SR-Users] rewriteuri and append_branch with variables

2011-05-06 Thread alex pappas
Dear All, I'm trying the following and i get error: $var(new_uri) = "sip:" +$avp(s:term_prefix) +$rU +"@" +$avp(s:gw_address); rewriteuri=($var(new_uri)); OR append_branch($var(new_uri)); But it seems that it does not like the variable. The documentation says that rewriteuri get a string so i

Re: [SR-Users] rewriteuri and append_branch with variables

2011-05-06 Thread Iñaki Baz Castillo
2011/5/6 alex pappas : > I'm trying the following and i get error: > > $var(new_uri) = "sip:" +$avp(s:term_prefix) +$rU +"@" +$avp(s:gw_address); > > rewriteuri=($var(new_uri));  OR append_branch($var(new_uri)); > > But it seems that it does not like the variable. The documentation says that > rewr

Re: [SR-Users] db_text issue

2011-05-06 Thread Eric Hiller
Daniel, Sorry, I was out of town for a while and just got back to this. There shouldn't be any null values in my file? The file is: key_name(str) key_type(int) value_type(int) key_value(str) gwip:1:0:a gwip:1:0:b gwip:1:0:c gwcount:0:1:3 Any how, I would be h

[SR-Users] t_check_status documentation

2011-05-06 Thread Eric Hiller
One thing that really threw me this morning was the lack of t_check_status in the modules documentation. Apparently it is still there and works, just completely undocumented. Once I realized it was still there I just went back to the 1.5 docs and was good, but just thought I should point this o

Re: [SR-Users] t_check_status documentation

2011-05-06 Thread Alex Balashov
On 05/06/2011 01:04 PM, Eric Hiller wrote: One thing that really threw me this morning was the lack of t_check_status in the modules documentation. Apparently it is still there and works, just completely undocumented. Once I realized it was still there I just went back to the 1.5 docs and was go

[SR-Users] SIP Trunk Usage Monitoring

2011-05-06 Thread JR Richardson
Hi All, I recently interconnected to an upstream carrier using Kamailio 3.0, working fine. We have configure 2 SIP trunks for failover/redundnacy. I'm using dispatcher module to round robin calls to the carrier. I wanted to monitor trunk usage between us. I was reading in the devel 3.2 about s

Re: [SR-Users] SIP Trunk Usage Monitoring

2011-05-06 Thread Alex Balashov
On 05/06/2011 03:43 PM, JR Richardson wrote: Hi All, I recently interconnected to an upstream carrier using Kamailio 3.0, working fine. We have configure 2 SIP trunks for failover/redundnacy. I'm using dispatcher module to round robin calls to the carrier. I wanted to monitor trunk usage bet

[SR-Users] Kamailio BLF - NOT SIMPLE

2011-05-06 Thread Lucas Alvarez
Hi, I've been trying to configure kamailio for enabling BLF for Aastra phones. Sincerely, it's been a nightmare, till now I'm not sure if I have to enable pua_dialoginfo or presence_dialoginfo module or both for handling dialog events. Besides that is not clear which changes should be made to the r

Re: [SR-Users] Authenticate if receiving 401

2011-05-06 Thread Eric Hiller
In followup and closing to this thread and my loose_routing security thread, this is how my project ended up- This setup was designed to: - Whitelist my gateway IPs. - Any initial INVITES from non-gateway IPs will be authorized and the dialog be added to a simple htable based on callid -