[SR-Users] Really need help on kamailio-snmpstats module

2014-07-08 Thread Allen Zhang
Hi This is a re-post. I'm desperate. What I'm trying to do: Use rpmbuild to build kamailio rpms from source code. We made a lot of changes in the kamailio code. I can't use the rpms from the build service. The plan is to push these changes to kamailio but that's not done, yet. The problem is w

Re: [SR-Users] Fwd: Need help with Routing presence NOTIFY messages

2014-07-08 Thread Allen Zhang
And you use loose_route() for in dialog requests? From: sr-users-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Veerabhara Gundu Sent: Wednesday, 9 July 2014 5:15 p.m. To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] Fwd: Need help with Rou

Re: [SR-Users] Fwd: Need help with Routing presence NOTIFY messages

2014-07-08 Thread Veerabhara Gundu
I am using record route in config file for all dialog forming requests , but still active_watchers table showing an empty record in record router column. Below is the config file I ma using to process subscribe. remove_hf("Route"); if (is_method("INVITE|SUBSCRIBE")) record_route(); also while pro

[SR-Users] What is q-value ??

2014-07-08 Thread aawaise
There is a mention of highest "q value" in documentation of registrar module's function "lookup(domain [, uri])". Can some one please explain what this "q value" is ?? It is used in 4.2 section of following link. http://kamailio.org/docs/modules/stable/modules/registrar.html#idp1976344 Any help wi

Re: [SR-Users] Fwd: Need help with Routing presence NOTIFY messages

2014-07-08 Thread Allen Zhang
Hi, Other please correct me if I’m wrong. NOTIFY should use record-route header. Make sure your kamailio servers set the record-route header for SUBSCRIBE requests. Regards, Allen From: sr-users-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Veerabhara

[SR-Users] Using 'reg_fetch_contacts' in Kamailio-3.1.1

2014-07-08 Thread aawaise
I want to extract domain of a user from Location List For this I found "reg_fetch_contacts(table, uri, profile)" function to be the most suitable function. I want to know when was it added to registrar module ? Can it be used in kamailio version 3.1.1 ? Or I should update my kamailio version ?? Tha

[SR-Users] Access the attributes of a location record

2014-07-08 Thread aawaise
I want to extract domain attribute of a user from Location Table. I have gone through the readme of registrar module, that has an example of using reg_fetch_contacts() and how to access the attributes of a location record ? But I get the callee domain = NULL when I log using command xlog("callee=>d

[SR-Users] Fwd: Need help with Routing presence NOTIFY messages

2014-07-08 Thread Veerabhara Gundu
Hello Experts, I have two Kamailio servers with built in presence servers with load balanced with DNS, both sharing same data base. Registration, authentication and messaging are working without any problem. When it comes to Presence, NOTIFY messages generated by Kamailio is getting rejected by fi

Re: [SR-Users] Help me to configure kamailio on EC2

2014-07-08 Thread Veerabhara Gundu
You need to add user to Kamailio with username and password by using kamctl. Please try UDP on JITSI, if you still have problems please collect wireshark logs and send to us. Thanks, Veera On Tue, Jul 8, 2014 at 2:39 AM, Salman Zafar wrote: > Hi, >Is your soft-phone packets reaching your k

Re: [SR-Users] Listen to to 2 NIC's IP addresses and establish call between

2014-07-08 Thread Varadhan
you can create listening sockets on different ip addresses using listen listen IP-A:IP-A-port listen IP-B:IP-B-port you can set the $fs (force send socket) which you wanted to use to forward the packets before t_relay $fs = IP-B:IP-B-port - Thanks Varadhan M -- View this message in contex

[SR-Users] sip_trace

2014-07-08 Thread Rafal Skrzeczkowski
Hi, I'm trying to make configuration that will trace registrations. I can trace REGISTER messages using sip_trace. But how can i trace responses generated by pv_www_authenticate using sip_trace? Rafal Skrzeczkowski ___ SIP Express Router (SER) a

[SR-Users] Kamailio presence (NAT, XCAP)

2014-07-08 Thread Radu Vatav
Hello, I'm just trying to use SIP as a replacement for Skype, nothing more than that. All is working except of presence. Using Jitsi 2.4.4997 (Windows x64) from home behind NAT and kamailio 4.1.4+wheezy on a rented server somewhere. My biggest problem is that I don't know exactly how it is suppos

Re: [SR-Users] set_rtp_proxy_set behaviour

2014-07-08 Thread Alex Balashov
Hi Igor, On 07/08/2014 01:44 PM, Igor Potjevlesch wrote: Hello, I set two entries of rtpproxy like : modparam("rtpproxy", "rtpproxy_sock", "1 == udp:127.0.0.1:7722") modparam("rtpproxy", "rtpproxy_sock", "2 == udp:127.0.0.1:7723") For a particular case, I want to use the second RTPProxy an

[SR-Users] set_rtp_proxy_set behaviour

2014-07-08 Thread Igor Potjevlesch
Hello, I set two entries of rtpproxy like : modparam("rtpproxy", "rtpproxy_sock", "1 == udp:127.0.0.1:7722") modparam("rtpproxy", "rtpproxy_sock", "2 == udp:127.0.0.1:7723") For a particular case, I want to use the second RTPProxy and the first one as the default one. If in a conditional

[SR-Users] SCA and PRESENCE

2014-07-08 Thread Joel White
I am having an issue where I enable presence modules and the SCA module stops working. I disable presence and SCA works fine on Polycom phones. Does anyone know what I am missing or doing wrong? Thank you in advance Joel ___ SIP Express Router (SER) a

[SR-Users] SCA module - sca_call_info_update() function for 180 responses

2014-07-08 Thread João Vitor Arruda
Hello all, I've had proposed a fix to SCA module in the tracker ( https://sip-router.org/tracker/index.php?do=details&task_id=446) but did´t hear anything about it until now. I would appreciate some comments on that to see if its feasible to be committed or even hear for anyone else using SCA mod

Re: [SR-Users] No sound between chrome and firefox

2014-07-08 Thread Richard Fuchs
On 07/07/14 06:40 PM, Yuriy Gorlichenko wrote: Hello. I have Kamailio 4.1.3+rtpengine_rtpproxy-ng as module for rtpengine. Kamailio installed as frontend (registration, auth, proxy ) of asterisksk servers. WEBRTC users registred at kamailio and asterisk works as media server. When I try to cal

[SR-Users] sip_trace and registration responses

2014-07-08 Thread Rafal Skrzeczkowski
Hi, I'm trying to make configuration that will trace registrations. I can trace REGISTER messages using sip_trace. But how can i trace responses generated by pv_www_authenticate using sip_trace? Rafal Skrzeczkowski ___ SIP Express Router (SER) and

Re: [SR-Users] Kamailio, CPL, SIP CGI and alternatives.

2014-07-08 Thread LAA
Hi Daniel, I have pasted at the end of this e-mail the log messages with debug=3. I can't find any message regarding the CPL script in the log file, and I don't receive any CPL error message neither when I upload the script to the server neither when I make the call. It is the script that I'm tes

[SR-Users] SDP_NAT on Retry

2014-07-08 Thread Timo Klecker
Hello everybody, we have got a problem with sdp-nat on retries of a 200 OK packet. Due to slow response of our trunk the 200 ok is resend (up to 3 times) but sdp-nat is only done on the first two packets. We are running Kamailio 4.1.0 with the following setup: Trunk --> NAT --> Kamailio --

Re: [SR-Users] SIP domain translation between providers

2014-07-08 Thread Johan Wilfer
Hi Jeremy! You have some functions in the uac-module to change From and To, see here: http://kamailio.org/docs/modules/stable/modules/uac.html I havn't tried this on REGISTER messages, just INVITES. But in the later case it works fine to normalize the number to the format the upstream provid

Re: [SR-Users] SIP domain translation between providers

2014-07-08 Thread Daniel Tryba
On Monday 07 July 2014 13:04:26 Jeremy Visser wrote: > I am very familiar with SIP, and have no trouble configuring Asterisk, but > trying to work with Kamailio is leaving me feeling like an idiot. I know exactly how you feeling, the excellent Advanced Kamailio Training managed to fix that :) Bu

Re: [SR-Users] Help me to configure kamailio on EC2

2014-07-08 Thread Salman Zafar
Hi, Is your soft-phone packets reaching your kamailio server?, if so what happens to REGISTER packet?. On Tue, Jul 8, 2014 at 1:28 PM, Jayaraman, Kamalakannan < kamalakannan.jayara...@pearson.com> wrote: > Hi, >I had installed kamailio on my AWS EC2, by following the steps in > http://kam

[SR-Users] Help me to configure kamailio on EC2

2014-07-08 Thread Jayaraman, Kamalakannan
Hi, I had installed kamailio on my AWS EC2, by following the steps in http://kamailio.org/docs/install/INSTALL.kamailio-4.1.x . Since I installed in EC2, i changed the listen= advertise= in kamailio.cfg file too. I open the 5060 port in AWS console too. Kamailio starts without any error, but I c

Re: [SR-Users] Strange avp_check behavior

2014-07-08 Thread Klaus Darilion
Answering myself: This is a "feature". Assigning AVPs multiple times add an additional AVP with the same name. To overwrite an existing AVP the following syntax is needed: $(avp(pattern)[*]) = . regards Klaus On 07.07.2014 12:50, Klaus Darilion wrote: > Hi! > > Kamailio 4.1.4. When usi

Re: [SR-Users] Where can I get kamctl.oracle

2014-07-08 Thread Daniel-Constantin Mierla
Hello, it should be installed along with db_oracle module. If not, it has to be fixed. Otherwise, you can get the files related to oracle database creating and control from source code, in the folder: utils/kamctl/ Cheers, Daniel On 07/07/14 23:09, Konstantin Khatskevich wrote: Hello! I

[SR-Users] Listen to to 2 NIC's IP addresses and establish call between

2014-07-08 Thread Raj Roy Ghandhi
Hi Friends, I have to configure a Kamailio in to meet following requirements 1. PC having 2 NICs (NIC-A and NIC-B) with 2 different IPs (IP-A and IP-B) from 2 different service providers. Totally 2 different IPs. NIC-A attached to provider is a private SIP traffic provider and having IP-A. (no

Re: [SR-Users] Re-Compiling and Re-Installing kamailio server

2014-07-08 Thread Daniel-Constantin Mierla
On 08/07/14 06:16, aawaise wrote: I am trying to make changes in code and recompile kamailio server project. Problem is when I try the following command make PREFIX='/usr/local/kamailio-3.1/' FLAVOUR=kamailio.cfg First, there is a mistake in the command above. It should be: make PREFIX='/usr