Hi
it's possible to create a group of outgoing dial ?
For exemple:
exten => _0XXXX.,1,Dial(SIP/voip1/${EXTEN:1},90,rt)
exten => _0XXXX.,2,Hangup
exten => _0XXXX.,1,Dial(SIP/voip2/${EXTEN:1},90,rt)
exten => _0XXXX.,2,Hangup
and when my user call, if voip1 are used, he use voip2
and use not the same line.
Thanks bye