Displaying 2 results from an estimated 2 matches for "fhostaffmenu".
2005 Mar 03
0
FW: (still problems) Dialing phone number and extension together to avoid listening to voice menu (incoming call)
...uot; after "paying the beep". Then it says "User disconnected".
Also, it doesn't react to any extension entered and doesn't do any
forwarding (as it should in "exten =>
_XXX.,6,Macro(fhostaff,${mynumber},SIP/${mynumber})"
Here's my complete context:
[fhostaffmenu]
;include => fhostaff
exten => s,1,Ringing ; Ring
exten => s,2,Wait(2) ; Give them 2 seconds of ringing
exten => s,3,Answer ; Answer the line
exten => s,4,DigitTimeout(3) ; Set Digit Timeout to 3 seconds
exten => s,5,ResponseTimeout(10) ; Set Response Timeout
to 10 second...
2005 Mar 01
0
Dialing phone number and extension together to avoid listening to voice menu (incoming call)
...at when the
user dials "0781205237", he/she would listen to the greeting and then
can enter the extension on the phone.
However, I couldn't get this to work either.
Here is the excerpt of my "extensions.conf":
***************
; defining the voice menu for incoming calls:
[fhostaffmenu]
exten => s,1,Ringing ; Make them comfortable with
some seconds of ringback
exten => s,2,Answer ; Answer the line
exten => s,3,DigitTimeout(1) ; Set Digit Timeout to 5 seconds
exten => s,4,ResponseTimeout(3) ; Set Response Timeout to 10 seconds
exten => s,5,Read(mynumber,beep,3)...