>For Problem #1:
> exten => _X.,1,SetGroup(${EXTEN})
> exten => _X.,2,GotoIf($[${GROUPCOUNT}
= 1]?104:3)
> exten => _X.,3,Dial,SIP/username
> exten => _X.,104,voicemail(u${EXTEN})> exten => _X.,105,hangup > This will limit the amount of incoming calls to "1" and send everything else > to the VM. Hey. I was under the impression that Asterisk would, by default, send calls to priority n + 101 if the called station was busy. Is this not the case? Why would you have to set up something special for this to work? Undrhil _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
