Re: [SR-Users] Kamailio TLS configuration

2015-08-29 Thread Ding Ma
When your server contacts the public server, your server acts as a tls client. So you may need to copy the server section settings (at least the calist) into the client section of tls.cfg. Sent from my iPhone > On Aug 28, 2015, at 12:01 PM, Alexandru Covalschi <568...@gmail.com> wrote: > > Hel

Re: [SR-Users] unsupported route_type 64

2015-08-29 Thread Admin
Thank you for responding to my post. Here it is. include_file "kamailio-cgrates.cfg" request_route { ... switch ($fU) { case 1001: case 1006: $dlg_var(cgrReqType) = "*prepaid"; break; case 1002: $dlg_var(cgrReqType) = "*pos

Re: [SR-Users] presence_dialoginfo- first NOTIFY - force_dummy_dialog

2015-08-29 Thread Ewgeny
Hello, just did a fix in modules/presence_dialoginfo/notify_body.c #define DIALOGINFO_EMPTY_BODY "\ -\ +call-id=\"830b4fd4-c75d-1233-ca9f-0050569560f4\" direction=\"recipient\">\ terminated\ \ " and recompile the Kamailio - and magic happened :) Grandstream lamps became GREEN immediately

Re: [SR-Users] unsupported route_type 64

2015-08-29 Thread Alexandru Covalschi
looks like you've defined wrong variables fro cgrates indlg route jumping. can you share the cgrates part of your config? 2015-08-29 5:37 GMT+03:00 Admin : > Hi, > I am running Kamailio (4.4.0-dev2 (x86_64/linux)) with cgrates > real-time billing application. At the end of a basic call (prepaid

[SR-Users] Information

2015-08-29 Thread Reaz Baksh
Hello I'm looking for information on setting SER up on Ubuntu. I have it installed along with rtpproxy but cannot get any info from this site as all documentation links are not working. What I want to do is to receive a input rtp live stream and restream it out to various TV's and decoders. I

Re: [SR-Users] presence_dialoginfo- first NOTIFY - force_dummy_dialog

2015-08-29 Thread Luis Azedo
Hi Daniel, sorry for the confusion, yes, i remember "id" was enough for grandstream/bria, my bad. the static id value was added but we could also generate a new uuid on the fly and maybe add the call-id From: Daniel-Constantin Mierla [mico...@gmail.com] Sent: F

Re: [SR-Users] presence_dialoginfo- first NOTIFY - force_dummy_dialog

2015-08-29 Thread Luis Azedo
maybe you missed something when you tried 4.3. i do use it and i can confirm that grandstream / bria work well with this. From: Ewgeny [ev...@ukr.net] Sent: Friday, August 28, 2015 11:23 AM To: mico...@gmail.com; Kamailio (SER) - Users Mailing List Cc: Luis Azedo

Re: [SR-Users] presence_dialoginfo- first NOTIFY - force_dummy_dialog

2015-08-29 Thread Luis Azedo
Hi, the change to include the call-id / dialog-id was precisely because of phones like Grandstream, and as Daniel mentioned, its only in 4.3 / master. to fix this in 4.2, we need to backport the commit that adds it. or..., you could use 4.3 Cheers Luis From: Dan