[DID_620_default]
exten => s,1,NoOp(DID_620_default)
same => n(NOANSWER),NoOp(NOANSWER or TIMEOUT reached)
same => n,Goto(exit)
same => n(BUSY),NoOp(Is BUSY or has CANCELED)
same => n,Goto(exit)
same => n(CHANUNAVAIL),NoOp(CHANUNAVAIL or PEER NOT REGISTERED)
same => n(exit),Hangup()
exten => _62.,1(start),NoOp(Anrufsfilter)
same => n,GotoIf($["${EXTEN}" = "620"]?dial1)
same => n,GotoIf($["${EXTEN}" = "621"]?dial2)
same => n,GotoIf($["${EXTEN}" = "622"]?dial3)
same => n,GotoIf($["${EXTEN}" = "623"]?dial4)
same => n,GotoIf($["${EXTEN}" = "624"]?dial5)
same => n,GotoIf($["${EXTEN}" = "625"]?dial6)
same => n,GotoIf($["${EXTEN}" = "626"]?dial7)
same => n,GotoIf($["${EXTEN}" = "627"]?dial8)
same => n,GotoIf($["${EXTEN}" = "628"]?dial9)
same => n,GotoIf($["${EXTEN}" = "629"]?dial10)
same => n(nomatch),Hangup()
same => n(dial1),Goto(ringroups-custom-1,s,1)
same => n,Goto(exit)
same => n(dial2),Goto(ringroups-custom-2,s,1)
same => n,Goto(exit)
same => n(dial3),Goto(ringroups-custom-3,s,1)
same => n,Goto(exit)
same => n(dial4),Dial(SIP/6003)
same => n,Goto(exit)
same => n(dial5),Dial(SIP/6004)
same => n,Goto(exit)
same => n(dial6),Dial(SIP/6005)
same => n,Goto(exit)
same => n(dial7),Dial(SIP/6006)
same => n,Goto(exit)
same => n(dial8),Dial(SIP/6007)
same => n,Goto(exit)
same => n(dial9),Dial(SIP/6008)
same => n,Goto(exit)
same => n(dial10),Dial(SIP/6009)
same => n(exit),Goto(s,${DIALSTATUS})