Re: [SR-Users] Workings of the kamailio dispatcher module

2013-08-07 Thread Grant Bagdasarian
-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

Re: [SR-Users] Workings of the kamailio dispatcher module

2013-08-07 Thread Alex Balashov
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

Re: [SR-Users] Workings of the kamailio dispatcher module

2013-08-07 Thread Grant Bagdasarian
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

[SR-Users] Workings of the kamailio dispatcher module

2013-08-06 Thread Grant Bagdasarian
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 first

Re: [SR-Users] Workings of the kamailio dispatcher module

2013-08-06 Thread Alex Balashov
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

Re: [SR-Users] Workings of the kamailio dispatcher module

2013-08-06 Thread Grant Bagdasarian
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