Alright, thanks!
-Original Message-
From: sr-users-boun...@lists.sip-router.org
[mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Alex Balashov
Sent: Wednesday, August 7, 2013 12:27 PM
To: Kamailio (SER) - Users Mailing List
Subject: Re: [SR-Users] Workings of the kamailio
Grant,
On 08/07/2013 05:00 AM, Grant Bagdasarian wrote:
How does the dispatcher module handle the priorities in the
dispatcher table? For example:
ID;Set;Destination;Priority
1;1;192.168.16.10;1 2;1;192.168.16.11;2
Which one will be chosen first? I would assume, the higher the
priority numbe
-Original Message-
From: sr-users-boun...@lists.sip-router.org
[mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Grant Bagdasarian
Sent: Tuesday, August 6, 2013 3:49 PM
To: Kamailio (SER) - Users Mailing List
Subject: Re: [SR-Users] Workings of the kamailio dispatcher module
Ahh
Ahh, right! Got it.
Thanks!
-Original Message-
From: sr-users-boun...@lists.sip-router.org
[mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Alex Balashov
Sent: Tuesday, August 6, 2013 3:40 PM
To: sr-users@lists.sip-router.org
Subject: Re: [SR-Users] Workings of the kamailio
On 08/06/2013 09:00 AM, Grant Bagdasarian wrote:
Hello,
Consider the following Kamailio script:
route {
….
route(DISPATCH);
route(RELAY);
}
route[DISPATCH] {
ds_select_domain("1", "8");
return;
}
Dispatcher Table
SetID
Dest
Hello,
Consider the following Kamailio script:
route {
route(DISPATCH);
route(RELAY);
}
route[DISPATCH] {
ds_select_domain("1", "8");
return;
}
Dispatcher Table
SetID
Destination
1
192.168.1.10
1
192.168.1.11
Algorithm 8 uses the fi