Displaying 3 results from an estimated 3 matches for "press_2".
Did you mean:
press_x
2023 Jun 17
1
Expanding my answering-machine system
...ound(${voice}/8am_5pm)
same => n(HOLIDAY),Background(${voice}/dial_anytime)
same => 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)
;***************************************
;...
2023 Jun 17
1
Expanding my answering-machine system
...m)
> same => n(HOLIDAY),Background(${voice}/dial_anytime)
> same => 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)
>
&g...
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