Hello
I am trying to implement click 2 call functionality on Kamailio
with dlg_bridge.
But It seems that Kamailio routes REFER messages to devices according to
Contact field of location table instead of Received field.
But if the the IP in the Contact field is private REFER messages are
failing so
does the dlg_bridge.
I called dlg_bridge in the config like this:
dlg_bridge("sip:$param1", "sip:$param2", "sip:IP_ADDRESS_OF_KAMAILIO:5060");
It rings the device in $param1 but after answering on that device
Kamailio fails to send REFER if the Contact field for that device is
Private IP.
So it fails to initiate a call.
How can I force Kamailio to use Received field for REFER messages instead
of Contact field?
Thanks
Huseyin
kamailio.log and syslog stop to print log message
i have set debug 4 and also try with debug 2 and debug 3
and kamalio.log and syslog not print any log message what i need to do
please help me
Dear Support,
Kindly find below my Database Table (kamailio.ext). Column names are "ext"
and "ip"
mysql> select * from ext
-> ;
+------+----------------+
| ext | ip |
+------+----------------+
| 202 | 192.168.55.157 |
| 203 | 192.168.55.158 |
| 204 | 192.168.55.159 |
+------+----------------+
3 rows in set (0.00 sec)
I want to run this type of queries in kamailio. I have tried following
command but no luck so far. Although I have added following line in the
configuration file as well. Thanks
modparam("sqlops", "sqlcon", "cb=>mysql://root:123456@localhost/kamailio")
sql_query("cb", "select ip from ext where ext=$rU", "ra");
sl_send_reply("302","$ra");
PLEASE HELP !!! when we see the traces using wireshark it shows internal
error. Thanks
275.733635441 192.168.55.144 -> 192.168.55.157 SIP 431 Status: 302 Internal
Server Error |
--
Best Regards,
Ahmad Fuad
Hi all,
I see that the kamailio-radius rpm package is available only for Opensuse.
Is there a particular reason that it is unavailable for Centos?
Thanks.
Regards.
Antonio
Hello There,
I'm trying using the ims_qos module with PCRF for QOS, but I'm facing some
issues.
When kamailio receives an initial invite (originator), it will execute the
function - "Rx_AAR("ORIG_SESSION_AAR","orig","",-1)", but the PCRF is not
contacted and i see the following messages:
5(12153) DEBUG: <script>: Diameter: Orig authorizing media via Rx
5(12153) DEBUG: ims_qos [mod.c:609]: w_rx_aar(): Looking for route block
[ORIG_SESSION_AAR]
5(12153) DEBUG: ims_qos [mod.c:621]: w_rx_aar(): Rx AAR called
5(12153) DEBUG: ims_qos [mod.c:1345]: create_return_code(): Creating
return code of [-2] for aar_return_code
5(12153) DEBUG: ims_qos [mod.c:1354]: create_return_code(): created AVP
successfully : [aar_return_code]
5(12153) DEBUG: ims_qos [mod.c:627]: w_rx_aar(): Can't do AAR for call
session in request.
Why kamailio says that I Can't do AAR for call session in request? I
have looked into source code and I found that the condition that is
blocking the communication with PCRF is:
//We don't ever do AAR on request for calling scenario...
if (msg->first_line.type != SIP_REPLY) {
LM_DBG("Can't do AAR for call session in request\n");
return result;
}
Anyone can help me understand why it is happening? why it can't proceed if
isn't a reply?
Thank you for your support
BR
--
José Seabra
Hello All,
I am new to kamailio, but I have setup a server that is ok for call
functionalities,
I have write an android app it I wnat to add push notification ability to
the app when it is clised or unregisterd to the sip server. I have done all
push notification part using GCM service and a third party server name
Uniqush-push that is connected to GCM to handle push notification, anyway
the app and push server part all work well now,
The problem is this: kamilio send a http request like this :
curl http://127.0.0.1:9898/push -d service=myserviceName -d subscriber=6000
-d msg="Hello World"
*given 6000 as a kamilio user,*
I ask a nice guy and he replied me by using the TSILO as following link:
http://www.kamailio.org/events/2015-KamailioWorld/Day2/20-Federico.Cabiddu-…
thanks to him it made the process more easier I think. But I dont know how
I can congigured kamailio to call my server as I said above in order to
send push.
please help me by example because I am new, I searched a lot but I get
confused,
I will make a tutorial for other people to help them.
thanks all
Hello,
following the last developers' meeting on IRC, we are going to update
the website at kamailio.org to use a responsive theme, in order to make
it more friendly for mobile browsing.
Until one is selected, you may see various forms of website design for
short time, as variants are enabled to see how it looks with the real
content. All this should not take too long, in 1-2 days the new theme
should be in place.
Cheers,
Daniel
--
Daniel-Constantin Mierla
http://www.asipto.comhttp://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Kamailio World Conference, Berlin, May 18-20, 2016 - http://www.kamailioworld.com
Hi all,
I've configured Kamailio to use TLS and it has two NICs, 192.x.x.x extern to a PSTN and 10.250.5.74 intern to FreeSWITCH. Kamailio has "listen=tls:10.250.5.74:5071" and later on in the config I fire "force_send_socket(tls:10.250.5.74:5071)". For some reason on calls from FreeSWITCH via Kamailkio to PSTN the TLS works but the other way around if Kamailio should do TLS to FreeSWITCH it throws this warning:
"/kamailio[3308]: WARNING: <core> [forward.c:231]: get_send_socket2(): protocol/port mismatch (forced tls:10.250.5.74:5071, to udp:10.250.5.72:5071)"
As a result of this Kamailio tries to send the PSTN INVITE via UDP and also tries to use the external IP (192.x.x.x) and of course this can't work.
Why is it throwing this warning and how to understand it?
Best regards
Dimitry Nagorny
Trainee