[SR-Users] Cannot handle Cancel Request properly

2018-09-27 Thread Aqs Younas
Greetings list, I am getting hard time to make kamailio perfectly handle cancels request. I am using http_async_client and MSILO to handle push notifications. Case 1. When B party record exists in location but it is off-line and I send cancel *instantly* from Party A while kamailio is sending pus

Re: [SR-Users] WebRTC video call terminated after ~30 seconds

2018-11-14 Thread Aqs Younas
It looks like a nat issue. Most probably ACK after first 200 ok is unbale to reach callee. Check debug logs and also make sure you have defined advertised address in kamailio and request is going through kamailio natted route. On Wed, 14 Nov 2018 at 1:30 PM, Mathias Brodala - Pagemachine AG < mbro

Re: [SR-Users] Sending to an announcement server from a failure_route

2018-12-16 Thread Aqs Younas
Remove append_branch(). On Mon, 17 Dec 2018 at 6:08 AM, Boden Garman wrote: > Hi list, > > I'm trying to play an announcement for my users when my PSTN gateway > responds with a 404 Not Found (Reason: Q.850;cause=3), indicating a wrong > number. I'm a bit lost and would appreciate any advice. >

Re: [SR-Users] Sending to an announcement server from a failure_route

2018-12-17 Thread Aqs Younas
y. > > On Mon, 17 Dec 2018, at 3:51 PM, Aqs Younas wrote: > > Remove append_branch(). > > On Mon, 17 Dec 2018 at 6:08 AM, Boden Garman wrote: > > > Hi list, > > I'm trying to play an announcement for my users when my PSTN gateway > responds with a 404 Not Found

Re: [SR-Users] BYE relays Digest and others in Proxy-Authorization header

2019-05-18 Thread Aqs Younas
May be you need this. https://www.kamailio.org/docs/modules/devel/modules/auth.html#auth.f.consume_credentials Br, Aqs On Sat, 18 May 2019, 7:26 pm Juha Heinanen, wrote: > Sergiu Pojoga writes: > > > > Noticed BYE requests relayed from caller to callee have the > > *Proxy-Authorization* header

Re: [SR-Users] PRE-PAY update timer

2019-05-24 Thread Aqs Younas
I would say use cgrates for this purpose with kamailio. It is especially designed for billing stuff. Br, Aqs. On Fri, 24 May 2019, 10:19 pm Steve Bucklin, wrote: > Hello all (again), > > I am looking at a 'good' method to start a call with "chunks" of time > allocated. I wish the initial call t

Re: [SR-Users] Cost deduction in kamailio

2017-08-29 Thread Aqs Younas
This might help you. https://github.com/caruizdiaz/cnxcc-example?files=1 On 30 Aug 2017 11:09 am, "Logeshwaran G" wrote: > Thanks Federico! Will try it out. > > Thanks & Kind Regards, > Logeshwaran G > > On Wed, Aug 30, 2017 at 11:34 AM, Federico Cabiddu < > federico.cabi...@gmail.com> wrote: >

[SR-Users] kamailio 5.1 compilation error

2018-02-27 Thread Aqs Younas
Greetings list, I am trying to install Kamailio 5.1 from source code on Debian 8.10. But It is failing with below error. Don't know what could be wrong. Any suggestion is much appreciated. Thanks. make --no-print-directory -C ./squirrel/squirrel SQMARCH64="-m64" CC_EXTRA_FLAGS="-fPIC" \

Re: [SR-Users] kamailio 5.1 compilation error

2018-02-27 Thread Aqs Younas
ang*" cfg > > Br, Rinor > > > On 02/27/2018 03:04 PM, Aqs Younas wrote: > > Greetings list, > > I am trying to install Kamailio 5.1 from source code on Debian 8.10. But > It is failing with below error. Don't know what could be wrong. > > Any suggestio

Re: [SR-Users] Presence not notifying?

2018-03-10 Thread Aqs Younas
Are you using any pua module? If not, you need to use pua_dialog/pua_* modules to handle presence for UAs that do not generate PUBLISH for presence. Best Regards, Aqs Younas On 11 March 2018 at 00:58, Mark Boyce wrote: > Hi All > > Got a presence problem with what should be a ve

Re: [SR-Users] Presence not notifying?

2018-03-10 Thread Aqs Younas
fo_increase_version", > 0)modparam("pua", "check_remote_contact", 1)modparam("pua", "fetch_rows", > 1000)# - pua_dialoginfo params -modparam("pua_dialoginfo", > "include_callid", 1)modparam("pua_dialoginfo", "

[SR-Users] Can't get route[AUTH] working as expected.

2018-03-23 Thread Aqs Younas
Greetings list. I can see that I was able to bypass the default route[AUTH] if I send an invite containing from_uri which is not local but requested line containing a local user. llisten=udp:172.16.40.10:5060 route[AUTH] { #!ifdef WITH_AUTH #!ifdef WITH_IPAUTH if((!is_method("REGISTER")) && allo

Re: [SR-Users] Can't get route[AUTH] working as expected.

2018-03-23 Thread Aqs Younas
seems to be the problem ! do you want this caller to be IP > Authenticated or Digest Authenticated or denied !? > > > On Fri, Mar 23, 2018 at 6:16 AM, Aqs Younas wrote: > >> Greetings list. >> >> I can see that I was able to bypass the default route[AUTH] if I send

Re: [SR-Users] Can't get route[AUTH] working as expected.

2018-03-24 Thread Aqs Younas
uthentication is engaged for everyone. > > > > On Fri, Mar 23, 2018 at 3:54 PM, Aqs Younas wrote: > >> Thanks Samy for replying. >> >> I wanted if Caller IP was not allowed it should be asked for digest >> authentication. But above default AUTH route only

Re: [SR-Users] Strange auth_challenge behaivor on 407

2018-03-26 Thread Aqs Younas
Make sure you are calling force_rport. Br, Aqs. On 26 March 2018 at 13:57, Yuriy Gorlichenko wrote: > Hi > I'm using version: kamailio 5.1.2 > > I have strange issue with auth_challenge > > kamialio works as NAT handler. When Register comes kamailio handles nat > and save original ip:port at t

Re: [SR-Users] kamailio it does not start after reboot

2018-03-28 Thread Aqs Younas
Try to run 'journalctl -xn'. Most probably you will see the error there. Make sure you have kamailio.service enable to run on reboot. 'systemctl enable kamailio.service' Br, Aqs. On 28 March 2018 at 17:51, Atux Atux wrote: > i am installing Kamailio using apt in a debian 8 machine by following

[SR-Users] rtpengine installation dependencies

2018-04-06 Thread Aqs Younas
Greetings list. This might not be related to Kamailio but I thought someone would be able to give a hand in resolving dependency during the installation of rtpengine on Debian 8 Jessie. It is complaining about below dependencies. root@debian-769mb-miami-01:/usr/src/rtpengine# dpkg-buildpackage d

Re: [SR-Users] rtpengine installation dependencies

2018-04-06 Thread Aqs Younas
t; DEB_BUILD_PROFILES="pkg.ngcp-rtpengine.nobcg729"’ > as stated in the readme (https://github.com/sipwise/rtpengine) and your > issue should be fixed. > > > > BR, > > Henning > > > > *Von:* sr-users [mailto:sr-users-boun...@lists.kamailio.org] *Im Auftrag > von *Aqs

Re: [SR-Users] rtpengine installation dependencies

2018-04-06 Thread Aqs Younas
d' failed make: *** [build] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 Any help :) Regards, Aqs Younas On 7 April 2018 at 03:15, Aqs Younas wrote: > Thanks for the answer. > > I had installed debhelper from Debian package but it had Version: &g

Re: [SR-Users] rtpengine installation dependencies

2018-04-06 Thread Aqs Younas
Ok thanks i will give it try on fresh install. BWT which is preferred distro for rtpengine. Because i was not able to find debhelper > 10 in default debian 8.10 repository. Regards. Aqs Younas. On Sat, 7 Apr 2018, 3:36 am Richard Fuchs, wrote: > On 2018-04-06 06:20 PM, Aqs Younas

Re: [SR-Users] rtpengine installation dependencies

2018-04-09 Thread Aqs Younas
be grandfathered. I think the second one. >> >> To everybody - please watch email addresses you're replying to. >> >> On Friday, April 6, 2018 6:20:16 PM EDT Aqs Younas wrote: >> > Got this error after resolving the dependencies. >> > >> >

[SR-Users] rtpengine no voice when working between DTLS-SRTP endpoints

2018-04-09 Thread Aqs Younas
uration. ON INVITE rtpengine_offer("replace-origin replace-session-connection ICE=remove UDP/TLS/RTP/SAVP"); ON 200-ok rtpengine_answer("replace-origin replace-session-connection ICE=remove UDP/TLS/RTP/SAVP"); Best Regards, Aqs Younas _

Re: [SR-Users] rtpengine no voice when working between DTLS-SRTP endpoints

2018-04-10 Thread Aqs Younas
I could see SRTP packets coming from one device but they never leave rtpeninge. I put a link to Pastebin containing a call trace with the hope that someone might help me out. I could provide more info if required. https://pastebin.com/tYVpFQAh Br, Aqs. On 10 April 2018 at 01:39, Aqs Younas

Re: [SR-Users] rtpengine no voice when working between DTLS-SRTP endpoints

2018-04-10 Thread Aqs Younas
p, 160820 b, 0 e, 60 ts Apr 10 18:00:41 centos-1024mb-nyc-02 rtpengine[65101]: INFO: [24b95195-3da3-4e12-8400-5fcf908183e5]: - Port 209.182.216.71:8269 <> 72.214.35.171:50108 (RTCP), SSRC 653128b4, 3 p, 278 b, 0 e, 60 ts Any suggestion what might be happening? Br, Aqs. On 10 April 2018 at 22

[SR-Users] [SOLVED]: rtpengine no voice when working between DTLS-SRTP endpoints

2018-04-11 Thread Aqs Younas
DTLS=passive solved it. Thanks guys. On Tue, 10 Apr 2018, 11:37 pm Aqs Younas, wrote: > Sometimes, I see below logs in RTP engine. > > > Apr 10 17:59:21 centos-1024mb-nyc-02 rtpengine[65101]: INFO: > [24b95195-3da3-4e12-8400-5fcf908183e5]: Received command 'answer' fro

[SR-Users] Parse presece xml and put stats into asterisk database

2018-05-09 Thread Aqs Younas
this? Best Regards, Aqs Younas ___ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users

[SR-Users] rtpproxy not forwarding rtp packets.

2018-05-17 Thread Aqs Younas
pointer/suggestion is much appreciated. Best Regards, Aqs Younas ___ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users

Re: [SR-Users] rtpproxy not forwarding rtp packets.

2018-05-17 Thread Aqs Younas
GUI focused on implementing Kamailio > to provide SIP Trunking and PBX Hosting Services > > On May 18, 2018, at 12:50 AM, Aqs Younas wrote: > > Greetings list, > > > I have kamailio server behind nat with rptproxy. But i am getting no voice > on the call. After taking trace i

Re: [SR-Users] rtpengine installation dependencies

2018-06-25 Thread Aqs Younas
dhat/ http://hrhashmi.blogspot.com/2016/06/rtpengine-installation-on-amazon-ami.html Br, Aqs On Mon, 25 Jun 2018 at 14:19, Mojtaba wrote: > Hi, > Please share the source.list for getting the lasted version of debhelper. > Thanks > > On Sat, Apr 7, 2018 at 2:45 AM, Aqs Younas wrote:

Re: [SR-Users] RTPEngine Recording does not work

2018-06-29 Thread Aqs Younas
you can check by starting your rtpengine with this parameter "--table=0". If kernal modules is properly installed you will not face any error. Best Regards, Aqs Younas On Fri, 29 Jun 2018 at 03:33, Mojtaba wrote: > Thank you. I installed RTPEngine from git > (https://gi

[SR-Users] SIP/2.0 500 I'm terribly sorry, server error occurred (1/TM)

2018-07-10 Thread Aqs Younas
ut how to fix this. Cancels are handles automatically so, i cannot hardcore anything to resolve it. Best Regards, Aqs Younas ___ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users

Re: [SR-Users] SIP/2.0 500 I'm terribly sorry, server error occurred (1/TM)

2018-07-13 Thread Aqs Younas
ended, not the outgoing one. > > Reading back this email thread, you said: > > "I am resetting this flag 'T_ASYNC_SUSPENDED' before suspending the > transaction." > > How do you do that? Can you list the order of operations that happen, like > next? &g

Re: [SR-Users] Not able to replace route_uri in contact header uri

2017-04-20 Thread Aqs Younas
Instead of doing this manually go for path header if your SIP SERVER supports it. https://www.kamailio.org/docs/modules/devel/modules/path.html On 20 April 2017 at 19:09, Narayan P wrote: > Thanks for your kind Response Daniel, > > > Yes as you told with the requirement I have mentioned call wil