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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 --
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
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
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
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
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
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
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
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
28 matches
Mail list logo