Re: [SR-Users] CallControl and MediaProxy

2012-02-22 Thread Sammy Govind
Hi, I can see you posting multiple times on both proxies listings so I'm sure you havent heard back from anyone.I am not at all familiar with your functions in email but could it be possible for you to determine on which calls you need to engage mediaproxy and on which not to, then on the base of t

Re: [SR-Users] Kamailio segmentation fault

2012-02-22 Thread Fabian Borot
How can I make sure that a core file is created after a situation like this? Where will it be created? How can I check the status of the private memory? I use the "kamctl fifo get_statistics all" but I don't know which one relates to "private memory": Example: shmem:total_size = 2147483648 shm

Re: [SR-Users] Kamailio segmentation fault

2012-02-22 Thread Fabian Borot
Last part of the post that was not posted, sorry for the mess: >From the online guide for my version: Disable_core_dump: Can be 'yes' or 'no'. By default core dump limits are set to unlimited or a high enough value. Set this config variable to 'yes' to disable core dump-ing (will set core limi

Re: [SR-Users] Kamailio segmentation fault

2012-02-22 Thread Fabian Borot
I am reporting the message because it got truncated (again, now trying as plain text):   Hello  Our kamailio proxy (version 1.5.2 ) crashed today due to a segmentation fault: Feb 22 16:52:10 AW-PROXY-01 kernel: kamailio[3667]: segfault at 000b rip 2ab2b47bf93f rsp 762d

Re: [SR-Users] Kamailio segmentation fault

2012-02-22 Thread Fabian Borot
I am reporting the message because it got truncated: HelloOur kamailio proxy (version 1.5.2 ) crashed today due to a segmentation fault:Feb 22 16:52:10 AW-PROXY-01 kernel: kamailio[3667]: segfault at 000b rip 2ab2b47bf93f rsp 762dd270 error 6 Apparently due to lack

[SR-Users] Kamailio segmentation fault

2012-02-22 Thread Fabian Borot
HelloOur kamailio proxy (version 1.5.2 ) crashed today due to a segmentation fault:Feb 22 16:52:10 AW-PROXY-01 kernel: kamailio[3667]: segfault at 000b rip 2ab2b47bf93f rsp 762dd270 error 6Apparently due to lack of private memory:[root@AW-PROXY-01 log]# cat proxy.log

[SR-Users] dialog doesn't clear calls that were re-INVITEd shortly after ACK

2012-02-22 Thread Andrew Pogrebennyk
Hi, I noticed dialog module showing calls that have already been terminated with state=4. The kamailio version is 3.1.5, I'm aware of certain limitations of dialog module in this version (must use stateless replies, create dialog after 407), but this is something rather new. In kamailio config I'm

[SR-Users] CallControl and MediaProxy

2012-02-22 Thread Reda Aouad
Hi, When I use the function call_control( ) of the call_control module, it automatically engages mediaproxy if it finds the mediaproxy module loaded. If the mediaproxy module is not loaded, call_control doesn't even try to engage it. I need mediaproxy for NAT traversal in some cases, but don't wa

Re: [SR-Users] fix_nated_sdp issue

2012-02-22 Thread Ric Marques
Daniel - Thank you for your assistance.. first, here's the sections of my routing where I'm calling fix_nated_sdp, and subsequent call: # Routing to foreign domains route[SIPOUT] { xlog("-- checking of outbound to somewhere else -

Re: [SR-Users] Require Certificate

2012-02-22 Thread Bruno Bresciani
yes Daniel, unfortunately I have some devices that can't send a cert... Best Regards Em 18 de fevereiro de 2012 05:11, Daniel Pocock escreveu: > > > On 17/02/12 20:34, Bruno Bresciani wrote: > > Thanks Daniel > > > > but I have some problems... > > > > a) my SIP gateway doesn't send the certifi

Re: [SR-Users] avp_delete problem [kamailio 1.5]

2012-02-22 Thread Sven Knoblich
Ah, ok. thanks. This explains the behaviour. But it isn't explicit mentioned in the documentation what /g stands for. But next time, i will also have a further look at the sources. Bye Sven Am 22.02.2012 09:26, schrieb Marius Zbihlei: On 02/22/2012 09:45 AM, Sven Knoblich wrote: Hello all,

Re: [SR-Users] fix_nated_sdp issue

2012-02-22 Thread Daniel-Constantin Mierla
Hello, can you set debug=3 in the config file and send the output (syslog messages) of processing such invite? Cheers, Daniel On 2/22/12 4:31 AM, Ric Marques wrote: Greetings, I'm not sure if I found a bug, or if I just have something completely misconfigured... I'm a total newb with Kama

Re: [SR-Users] Topoh hiding prefixes

2012-02-22 Thread Daniel-Constantin Mierla
Hello, topoh updates the R-URI of the requests withing dialog, encoding/decoding as needed. So everything should work just fine, with no notice of the UA that the proxy encoded its contact. If you have troubles, post incoming and outgoing sip message taken with ngrep on the sip server. Che

Re: [SR-Users] avp_delete problem [kamailio 1.5]

2012-02-22 Thread Marius Zbihlei
On 02/22/2012 09:45 AM, Sven Knoblich wrote: Hello all, i am currently confused by using the avpops function avp_delete. When i run avp_delete without the flag-value \g only the last value will be unset (like an undo). Is this the wanted behaviour? Hello Sven, After looking thru the code it see

Re: [SR-Users] avp_delete problem [kamailio 1.5]

2012-02-22 Thread Brandon Armstead
Sven, It looks as if it's pushing onto avp stack. Try doing the assignment as follows below. $avp(test) := "value"; Sent from my iPhone On Feb 21, 2012, at 11:45 PM, Sven Knoblich wrote: > Hello all, > i am currently confused by using the avpops function avp_delete. When i run > avp_delet