[Asterisk-Users] Group dial CDR

Matt Gibson m.gibson at voxip.ca
Fri Oct 21 15:30:05 MST 2005


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




More information about the asterisk-users mailing list