IVR Loop

Home » Asterisk Users » IVR Loop
Asterisk Users 2 Comments

Hello

IVR call is coming. I want 8 (digit) in the loop. How can I do that ?

Current confi:
[ivr1]
exten=>_XXXXXXXXXXXX,1,answer()
exten=>_XXXXXXXXXXXX,n,background(/var/lib/asterisk/ivr/ob)
exten=>_XXXXXXXXXXXX,n,WaitExten(10)
exten=>_XXXXXXXXXXXX,n,Dial(${OPERATOR})
exten=>i,1,Dial(${OPERATOR})
exten=>t,1,Dial(${OPERATOR})
exten=>1,1,dial(SIP/6001)
exten=>2,1,dial(SIP/6002)
exten=>3,1,dial(SIP/6003)

Thanks.

2 thoughts on - IVR Loop

  • What do you mean by 8 digit? You want the user to have to enter an 8 digit number to get to a specific operator?

  • Your IVR should only play audio prompts and only attempt to dial once a selection has been made,

    Doug