HI All/ Daniel,
We are using the Kamailio+ RTPProxy as a SIP and RTP Proxy to call the
Phones. Our setup is like below:
SIP UAC--------->Kamailio+RTPProxy------>SIP Server------->Phone
Now when we call from UAC to Phone then voice is coming good at the UAC
side. But we receive the bad voice at the Phone side the Voice is breaking
and hardly audible.
Can anybody faced this problem. Please suggest me any solution if any.
I can mail any settings if anybody asks.
Thanks in advance.
Regards
Varun
Hi,
Am I not allowed to call dlg_manage() and add a dialog to a profile
inside a request_route that is called out of a failure_route?
The sequence of events is like this:
1. INVITE ---------------->
2. <---------- 302 redirect
3. ACK ------------------->
4. INVITE (new branch) --->
It's in #4 that I add the dialog to a profile and call dlg_manage().
There's a slight ambiguity because I am calling in a request_route, but
the request_route is really called from a failure_route that catches the
302. It contains common logic that is used in both #1 and #4. So, the
message being processed is 302, but the execution context is request_route.
The docs say that dlg_manage() can be used in a request_route, and that
set_dlg_profile() can be called from request/branch/reply/failure
routes. But, I suppose it's logical that dlg_manage() ought to operate
on the initial dialog-opening request. However, since the 302 is part of
the same transaction as the initial INVITE, I would think that's okay.
Is it?
Anyway, I get these messages a lot:
Apr 28 17:41:04 p01 /usr/local/sbin/kamailio[8581]: CRITICAL: dialog
[dlg_profile.c:444]: set_dlg_profile(): BUG - dialog not found in a non
REQUEST route (1)
Apr 28 17:41:04 p02 /usr/local/sbin/kamailio[8581]: ERROR: dialog
[dialog.c:800]: w_set_dlg_profile(): failed to set profile
At no point am I actually calling set_dlg_profile() outside of a
request_route, but the request_route might be called from a failure_route.
So, the question is, am I doing something wrong? What's the best way to
accommodate this scenario? I don't know if I want to track the dialog or
add it to a profile until after I get the 302.
Thanks,
--
Alex Balashov - Principal
Evariste Systems LLC
235 E Ponce de Leon Ave
Suite 106
Decatur, GA 30030
United States
Tel: +1-678-954-0670
Web: http://www.evaristesys.com/, http://www.alexbalashov.com/
Hi
I am working on replacing the functionality of the load_gws LCR function
call in our application.
I have found you can overwrite the contents of the gw_uri_avp (default:
$avp(i:709)) substitute this function call. However I am a bit unclear
about what goes in this avp. I was wondering if any one knew of a place I
could find this information.
The contents of the avp is an list whose entries look something like this
:"2|1|0|||258722358||5060||1|1". The values separated by the | are likely
values from the database, and some of them are obvious (like the port and
the prefix), but others are not. In particular the longer number baffles
me, it's not the ip of the gateway from the lcr_gw table, unless it is but
has been altered in some way.
Any advice any one has for me would be greatly appreciated.
All the best
Will Ferrer
Switchsoft LLC
Hello all,
I want to know that is it possible to connect clients to kamailio server in
TLS and Non-TLS mode simultaneously ??
I believe I will have to add both ports (for TLS and Non-TLS ) in
kamailio.cfg. Besides that what will be required if its possible ?
Thanks,
Regards,
Aawaise
--
View this message in context: http://sip-router.1086192.n5.nabble.com/Kamailio-in-TLS-and-Non-TLS-mode-tp…
Sent from the Users mailing list archive at Nabble.com.