Asterisk Sales wrote:
hello list,
i have a dial plan
exten =>12345,1,Dial(sip/100&sip/101&sip/102,30,rt)

we have the same setup on our system, and what I did (albeit a tad
ghetto) was just to mimick "round robin" and include a few lines
of the dial statement. This way the last person it rang, would answer and
show up properly in CDR... something like this.

exten =>12345,1,Dial(sip/100,30,rt)
exten =>12345,2,Dial(sip/101,30,rt)
exten =>12345,3,Dial(sip/102,30,rt)

Matt

_______________________________________________
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to