[Asterisk-Users] Dial() and BackGround()

Patrick asterisk at puzzled.xs4all.nl
Fri Sep 23 03:51:25 MST 2005


On Fri, 2005-09-23 at 11:14 +0200, Christian Schoepplein wrote:
> Hello,
> 
> is it possible to use Dial() and BackGround() in combination? I try to 
> do something like this, but it is not working :( :
> 
> exten => isdn,1,Set(LANGUAGE()=de)
> exten => isdn,2,Set(GROUP()=support)
> exten => isdn,3,GotoIf($[${GROUP_COUNT()} > 1],?100) ;Full group
> exten => isdn,2,Ringing()
> exten => isdn,3,Dial(SIP/302,120,tT)
> exten => isdn,5,Congestion
> exten => isdn,6,Bussy

Shouldn't that read "Busy" instead of "Bussy"?

Regards,
Patrick



More information about the asterisk-users mailing list