Re: [SR-Users] [snmpstats] openserSIPRegRejectedRegistrations not being updated

2012-10-05 Thread Daniel-Constantin Mierla
Hello, there is no pre-defined statistic for that. You can define custom statistics by using statistics module, still it will not be exported via snmpstats, but you can fetch it via xmlrpx (or mi/rpc commands). This new stats has to be updated when authentication function fails, based on

Re: [SR-Users] kamailio and app_python

2012-10-05 Thread Daniel-Constantin Mierla
Hello, On 10/3/12 6:38 PM, Konstantin M. wrote: Hello, I can contribute a python part, but currently I'm a very busy at the moment. I will write a patch to enable this ability (and many other features) as soon as possible. great, looking forward to your contributions. Cheers, Daniel

Re: [SR-Users] kamailio and app_python

2012-10-05 Thread Daniel-Constantin Mierla
Hello, On 10/4/12 4:15 PM, Victor Seva wrote: 2012/10/3 Daniel-Constantin Mierla mico...@gmail.com: Hello, Hi Daniel, the best would be to enhance the module to be able to get/set pseudo-variables. I am not a python guy at all, so I cannot help much, however I can assist with the C side in

Re: [SR-Users] Does Kamailio support ECDHE ciphers for TLS?

2012-10-05 Thread Daniel-Constantin Mierla
Hello, it should support all the ciphers from the library. Anyhow, you can force a list through module parameter: http://kamailio.org/docs/modules/stable/modules/tls.html#cipher_list Also, be sure you don't have many versions of the ssl lib installed, or if yes, then be sure you link

Re: [SR-Users] TLS support in Kamailio

2012-10-05 Thread Daniel-Constantin Mierla
Hello, yes, it is possible. There are couple options: - rewrite r-uri ($ru) to contain the transport=tls and then t_relay() - set dst uri ($du) to the uri point to main proxy address having the transport=tls parameter and then t_relay() - use t_relay_to(tls:mainproxyip:port) Cheers, Daniel

Re: [SR-Users] make option to clean the installed binaries

2012-10-05 Thread Daniel-Constantin Mierla
Hello, it is not, but if you give here the commands used to compile and install, we can give the hints of what was installed and where. To be easy to uninstall, it is better to use deb/rpm packages. Cheers, Daniel On 10/4/12 12:13 AM, Ajay Sabat wrote: Hi, I am a newbie here and recently

Re: [SR-Users] hello i want to active international call

2012-10-05 Thread Daniel-Constantin Mierla
Hello, if you want to call to pstn via kamailio, you need a pstn gateway where to forward the calls. If your question was related to an account at iptel.org, then the right mailing list is: * http://lists.iptel.org/mailman/listinfo/services Cheers, Daniel On 10/3/12 9:53 PM, mark shaw

Re: [SR-Users] Kamailio question

2012-10-05 Thread Iwan Budi Kusnanto
On Wed, Oct 3, 2012 at 5:10 PM, Jostein Aardal jostein.aar...@gmail.com wrote: Hi! I am a student at Oslo and Akershus University college of applied sciences. I'm working on a project where I am supposed to setup a kamailio server. Up until now I have been able to install kamailio and add a

[SR-Users] BAD request

2012-10-05 Thread Amar Tuladhar
Hi, Can anybody help why 'BAD request' is sent for the Invite? Thanks a lot Amar SeqNO: 22155, Time:2012-10-5 14:28:16, RECEIVED MSG FROM OTHERSS Sender--Receiver:109.169.25.9:5060 --- 103.10.31.251:5060 INVITE sip:9779841512112@103.10.31.251:5060 SIP/2.0 Max-Forwards: 69 From: 147963

[SR-Users] kamailio 3.3 sipcapture and Homer Capture Agent 4

2012-10-05 Thread Juha Heinanen
is Homer Capture Agent 4 hep protocol incompatible with Kamalio 3.3 sipcapture module? in captagent.xml i set core_hep.conf version to 2, but looks like kamailio is not able to parse the messages: Oct 5 12:40:18 siika sip-proxy[6779]: INFO: core [parser/parse_fline.c:145]:

Re: [SR-Users] kamailio 3.3 sipcapture and Homer Capture Agent 4

2012-10-05 Thread Alexandr Dubovikov
Hello Juha, yes, it's compatible with version 1 or 2. Your captagent config must looks like this: configuration name=core_hep.conf description=HEP Socket settings param name=version value=2/ param name=capture-host value=10.0.0.1/ param

Re: [SR-Users] TLS support in Kamailio

2012-10-05 Thread Kamal Palei
Hi Daniel Thanks a lot for kind response. For this requirement, I need - 1. When a message is received at Kamailio proxy, that message either will be sent to client side or to main proxy side. 2. If it is supposed to send to client side, then it should send in plain UDP. Also note that, when

Re: [SR-Users] kamailio 3.3 sipcapture and Homer Capture Agent 4

2012-10-05 Thread Juha Heinanen
Alexandr Dubovikov writes: yes, it's compatible with version 1 or 2. Your captagent config must looks like this: configuration name=core_hep.conf description=HEP Socket settings param name=version value=2/ param name=capture-host value=10.0.0.1/

[SR-Users] How can I directly access the domain of additional branches??

2012-10-05 Thread Stephen Dodge (Bistech)
Hello, Could someone advise if it is possible to directly access the domain of additional branches as $rd references the domain of the main URI only. If it's not possible does anyone have any tips on how I can achieve this. Many Thanks. Steve. Information

Re: [SR-Users] compilation warnings

2012-10-05 Thread caio
On Tue, Sep 25, 2012 at 3:03 AM, Vieri rentor...@yahoo.com wrote: --- On Mon, 9/24/12, Marius Zbihlei marius.zbih...@1and1.ro wrote: Can you provide more information about what compiler (name, version) are you using? Sure. Relevant data: System uname:

Re: [SR-Users] How can I directly access the domain of additional branches??

2012-10-05 Thread Brandon Armstead
Steve, You would do the required logic inside of branch_route. Sincerely, Brandon Armstead On Fri, Oct 5, 2012 at 9:45 AM, Stephen Dodge (Bistech) special.proje...@bistech.co.uk wrote: Hello, Could someone advise if it is possible to directly access the domain of additional branches