Re: [SR-Users] Advice on taking the best path to build a Presence & IM server

2017-10-24 Thread José Seabra
Hello Daniel, Thank you for your feedback, it was also important receive another point of view. we won't follow the SIP SIMPLE path. Right now we are looking for two options, XMPP(Prosidy, ejabberd, etc) or a solution based on websocktes and JSON for webrtc Apps, itegrated with kamailio for noti

Re: [SR-Users] Testing for user=phone with siputils uri_param() doesn't work

2017-10-24 Thread George Diamantopoulos
Hello Daniel! Thanks for the reply. Here's the first line of a request where uri_param() fails to detect user=phone is already present. IPs, phone numbers and domains have been censored, but most properties (number of parts, length etc) have been preserved where possible: INVITE sip:+30697400

[SR-Users] is_audio_on_hold() doesn't support rfc3264

2017-10-24 Thread Julia Boudniatsky
FYI, After some tests found, that function "*is_audio_on_hold()*" (textops) *supports only rfc 254*3, where "hold" is indicated by setting the "c" destination addresses for the media streams to zero (0.0.0.0). The newest *rfc3264*, where "hold" is indicated by a=sendonly/inactive, *is not supp

[SR-Users] lcr

2017-10-24 Thread Abdoul Osséni
Hello, Is there a LCR module based on ACD or QoS (ie. LCR based on terminated calls (not setups)? Thank you in advance. Best regards Abdoul OSSENI ___ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/ma

[SR-Users] (no subject)

2017-10-24 Thread Abdoul Osséni
Hello, Is there a LCR module based on ACD or QoS (ie. LCR based on terminated calls (not setups)? Thank you in advance. Best regards Abdoul OSSENI ___ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/ma

Re: [SR-Users] How to check 4XX/5XX response in general.

2017-10-24 Thread vi...@advaitamtech.com
This is working. Thanks you. Regards, Vivek -Original Message- From: "Sebastian Damm" Sent: Monday, 23 October, 2017 4:04pm To: "Kamailio (SER) - Users Mailing List" Subject: Re: [SR-Users] How to check 4XX/5XX response in general. Hi, you can use a regex match for that as well.

Re: [SR-Users] NatHelper ignoring force_socket module parameter

2017-10-24 Thread Asgaroth
Hi All, Just to continue on on this particular issue, we are now testing kamailio v5.0.3 and I are still experiencing the same issue. We run 3 registrar servers which run with user location "in-memory" (db_mode 0). These registrar's are configured to replicate registrations using the dmg_usr

Re: [SR-Users] Timer function didnot trigger the routing function

2017-10-24 Thread Daniel-Constantin Mierla
Hello, I haven't used timer module myself, as it was developed by the ser branch in the past and kamailio already had rtimer at the merge, so I can suggest to try rtimer module, should be pretty similar and maybe it fits your needs as well:   - https://www.kamailio.org/docs/modules/stable/modules

Re: [SR-Users] No music on hold with mohqueue

2017-10-24 Thread Daniel-Constantin Mierla
Hello, On 24.10.17 03:04, Fedor wrote: > I got in my kamailio.cfg: > > loadmodule "mohqueue.so" > > # --- music on hold moh > modparam ("mohqueue", "db_url", > "mysql://kamailio:PASSWORDHERE@localhost/kamailio") > modparam ("mohqueue", "mohdir", "/etc/kamailio/moh") > modparam ("mohqueue", "

[SR-Users] Timer function didnot trigger the routing function

2017-10-24 Thread RAJA SREE RATHNA gomathinayagam
Hi, I tried using the timer function to call a function after specific time but it was not working as specified. Could you please help me with some example using timer to trigger a function. I tried it using the description given in below link. www.kamailio.org/docs/modules/devel/modules/timer