On 05/29/2015 11:58 AM, Ali Taher wrote:
Can I save current gateway in the avp list to a pseudo variable and add it
to append_to_reply, then use use_next_gw() to get next gateway and so on ,
before using t_relay() ?
Sure. But you won't want to call t_relay() if you're sending redirects
-- jus
Alex Balashov
Sent: Friday, May 29, 2015 6:48 PM
To: Ali Taher
Subject: Re: [SR-Users] Kamailio 300 Multiple choices
I'm not sure it can be done automatically.
--
Alex Balashov | Principal | Evariste Systems LLC
303 Perimeter Center North, Suite 300
Atlanta, GA 30346
United States
Tel: +1-80
from my BlackBerry.
Original Message
From: Ali Taher
Sent: Friday, May 29, 2015 17:40
To: 'Kamailio (SER) - Users Mailing List'
Reply To: Kamailio (SER) - Users Mailing List
Subject: Re: [SR-Users] Kamailio 300 Multiple choices
Hi,
How can all available contacts extracted from
@lists.sip-router.org
Subject: Re: [SR-Users] Kamailio 300 Multiple choices
On 05/29/2015 11:34 AM, Ali Taher wrote:
> In this way , all gateways will be sent by Kamailio by one SIP response ?
If you like!
append_to_reply("Contact: ;q=0.1\r\n");
append_to_reply("Contact: ;q=0.2\r\n&quo
On 05/29/2015 11:34 AM, Ali Taher wrote:
In this way , all gateways will be sent by Kamailio by one SIP response ?
If you like!
append_to_reply("Contact: ;q=0.1\r\n");
append_to_reply("Contact: ;q=0.2\r\n");
sl_send_reply("300", "Multiple Choices");
exit;
--
Alex Balashov | Principal | Evar
-Users] Kamailio 300 Multiple choices
Ali,
It's up to you where you pull the gateway list from. After that, you can use
append_to_reply() to construct the Contact header and send the redirect
message.
So, yes, it can be done.
-- Alex
On 05/29/2015 10:35 AM, Ali Taher wrote:
> Hello,
>
Ali,
It's up to you where you pull the gateway list from. After that, you can
use append_to_reply() to construct the Contact header and send the
redirect message.
So, yes, it can be done.
-- Alex
On 05/29/2015 10:35 AM, Ali Taher wrote:
Hello,
We need to integrate Kamailio with an exchan
Hello,
We need to integrate Kamailio with an exchange switch in order to have
routing decision.
Kamailio must send to the switch the list of available gateways in the
contact tag of SIP response as shown in the below example:
SIP/2.0 300 Multiple choices
Via: SIP/2.0/UDP 172.16.5.112:5060