Re: [SR-Users] UAC Module

2015-04-30 Thread Ali Jibran
was succesful \n); t_relay(udp:ip_addr:5060); //provider's IP_ADDR } } I hope you get IP Auth from the provider, and find the reply useful. Regards, On Wed, Apr 29, 2015 at 4:49 PM, Ali Jibran alijib...@vividtech.io wrote: Hi all. I have this setup. Trunk---Kamailio

Re: [SR-Users] UAC Module

2015-04-30 Thread Ali Jibran
])) { xlog(got challenged \n); if (uac_auth()) { xlog(auth was succesful \n); t_relay(udp:ip_addr:5060); //provider's IP_ADDR } } I hope you get IP Auth from the provider, and find the reply useful. Regards, On Wed, Apr 29, 2015 at 4:49 PM, Ali

Re: [SR-Users] UAC Module

2015-04-30 Thread Ali Jibran
:50 PM To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] UAC Module t_on_failure(F_VOIP) to be used before t_relay(); That will arm the call to go to F_VOIP on failure responses. On Thu, Apr 30, 2015 at 9:33 AM, Ali Jibran alijib...@vividtech.io mailto:alijib...@vividtech.io

[SR-Users] UAC Module

2015-04-29 Thread Ali Jibran
Hi all. I have this setup. Trunk---KamailioFreeSWITCH I have a trunk from a sip provided and registered successfully with the UAC module. Incoming is working fine. I need to make out going through kamailio too. I have it in the dialplan to forward the invite to kamailio from FreeSWITCH. I

[SR-Users] UAC Module

2015-04-21 Thread Ali Jibran
Hi all. I am using UAC module to establish two trunks to my provider. I can see that the trunks are registered successfully but the calls are coming only from the first one. The provider says server isn't responding on the second one. How is that possible when it says registered? Can somebody