[Asterisk-Users] Multiple Outbound SIP Trunks
Wilson Pickett
spamsucks2005 at gmail.com
Wed Nov 16 06:30:55 MST 2005
> How can I set up a "group" of outbound trunks which will rotate use
> dependant on how many outbound calls need to be made.
You could do this by writing a simple (but laboriously long) macro to
try the accounts in order, dialing via the first available one.
There would be a dial() command followed by a test of DIALSTATUS with
jumps to the next account. You could also break the users up into two
or three groups affected to a smaller number of accounts, the number
being equal to the number of users in the group.
The most obvious solution on the same provider would be to just have
one account per phone and dial out on that.
More information about the asterisk-users
mailing list