search for: aa_menu

Displaying 1 result from an estimated 1 matches for "aa_menu".

Did you mean: aa_menu3
2008 Jan 26
3
GotoIf() on Auto-Attendant
...ers entered belongs to a specific context? Also, how do you implement a condition in your AA context when you want that the 3rd time a caller presses an invalid extension number, it will play a "vm-goodbye" and hangup? Below is a snippet of my dialplan: - - - < s n i p > - - - [aa_menu] exten => 0,1,Answer() exten => 0,2,Background(greetings) exten => 0,n,WaitExten() exten => i,1,Playback(pbx-invalid) exten => i,2,Goto(aa_menu,0,2) exten => i,n,Hangup(3) exten => t,1,Goto(analog-ext,11,1) exten => t,n,Hangup(3) [incoming] ... ... [analog-ext] ... ... [...