search for: press_3

Displaying 3 results from an estimated 3 matches for "press_3".

Did you mean: press_x
2023 Jun 17
1
Expanding my answering-machine system
...n(DIRECTORY),Background(${voice}/directory_assist)      same => n,Background(${voice}/press_1)      same => n,Background(${voice}/to_ring_after_hours)      same => n,Background(${voice}/press_2)      same => n,Background(${voice}/absence_delay)      same => n,Background(${voice}/press_3) ;************************************ ;* If 1 is pressed, go to Dial by name ;************************************ exten => 1,1,Goto(directory,s,1) ;*************************************** ;* If 2 is pressed, dial the Foyer phone ;*************************************** exten => 2,1,Goto...
2023 Jun 17
1
Expanding my answering-machine system
...und(${voice}/directory_assist) >      same => n,Background(${voice}/press_1) >      same => n,Background(${voice}/to_ring_after_hours) >      same => n,Background(${voice}/press_2) >      same => n,Background(${voice}/absence_delay) >      same => n,Background(${voice}/press_3) > > ;************************************ > ;* If 1 is pressed, go to Dial by name > ;************************************ > > exten => 1,1,Goto(directory,s,1) > > ;*************************************** > ;* If 2 is pressed, dial the Foyer phone > ;**************...
2023 Jun 17
1
Expanding my answering-machine system
Doug, This is where the weeds start growing. On 6/17/2023 4:55 AM, Doug Lytle wrote: > > For both capabilities, you can use Background() instead of Playback() > for audio prompts.  Background() allows for interrupting the prompts > and continue on with your dialplan. > > Understood. From the book: The most common use of the Background() application is to create basic