: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 mailto:alijib...@vividtech.io> > w
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 mailto:alijib...@vividtech.io> > wrote:
Hi all.
I have this setup.
Trunk--->
t; failure_route[2] {
> if (t_check_status("40[17]")) {
> xlog("got challenged \n");
> if (uac_auth()) {
> xlog("auth was succesful \n");
> t_relay("udp:ip_addr:5060"); //provider's IP_ADDR
> }
> }
>
&g
Hi all.
I have this setup.
Trunk--->Kamailio>FreeSWITCH
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
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 help