Displaying 9 results from an estimated 9 matches for "press1".
Did you mean:
press
2010 Sep 06
2
Macro when calling cellphone (GSM) + silence when connecting
Hello list,
I'm using the following macro when calling an external callphone/GSM
number :
[macro-press1]
exten => s,1,NoOp()
exten => s,n,Playback(/var/lib/asterisk/sounds/prompts/press1)
exten => s,n,Read(INPUT,,1,1,1)
exten => s,n,NoOp(input : ${INPUT})
exten => s,n,GoToIf($["${INPUT}"=="1"]?exit:hangup)
exten => s,n(exit),NoOp(call accepted)
exten => s,n,Ma...
2011 Feb 02
1
Problems using Background within a macro on V 1.4
...t
I have had a look at the various posts on this and seem to be more confused
than ever - but then again that's not hard ;-)
I am using Version 1.4.33.1 build from the Debian "lenny" distros
I am trying to implement a simple screening
[macro-screen]
exten => s,1,Background(press1)
exten => s,n,WaitExten(5)
exten => 1,1,NoOp(accepted) ; Dont set a reply so dial connects
exten => i,1,Set(MACRO_RESULT=CONTINUE)
exten => t,1,Set(MACRO_RESULT=CONTINUE)
[test]
exten => _1234,1,Dial(SIP/2001,10,M(screen))
exten => _1234,n,playback(sorry,noanswer)
This config...
2010 Feb 24
0
Question
...een)) ;
without r it seems to pass a second or two of audio first
exten => _9999XXXXXXXXXX,4,Hangup ; You can also substitute this with a
Voicemail destination or other alternative destination
[macro-screen]
;exten => s,1,Wait(1)
;exten => s,n,Background(/var/lib/asterisk/sounds/press1) ; substitute a
different playback file if you need to
;exten => s,n,WaitExten(5) ; the value is the Wait time before we assume
the call is not accepted
;exten => 1,1,NoOp(Caller accepted) ; Do not set MACRO_RESULT to
anything to connect the caller
;exten => i,1,Set(MACRO_RESULT=CONT...
2007 Jun 21
1
TDM400 one way calls
...SERVE = CUSTSERVE1&CUSTSERVE1
;
FSEXT1 = SIP/400 ; Angela
;FSEXT2 = SIP/403 ; Nigel
FSEXT3 = SIP/410 ; Matt
;
;ELLIS = SIP/411
;QUEENS = SIP/412
;FSSHOPS = ELLIS&QUEENS
;
QUAD = SIP/450
;
LONDONSOLE1 = SIP/421 ; Zoe
;LONDONSOLE2 = SIP/422 ; Laura
;LONDONSOLE = LONDONSOLE1&LONDONSOLE2
;
;PRESS1 = SIP/431 ; Lucy
;PRESS2 = SIP/432 ; Gemma
;PRESSOFFICE = PRESS1&PRESS2
;
[macro-oneline]
exten => s,1,Dial(${ARG1},20,t)
exten => s,2,Voicemail(u${MACRO_EXTEN})
exten => s,3,Hangup
exten => s,102,Voicemail(b${MACRO_EXTEN})
exten => s,103,Hangup
;
[macro-oneline1]
exten => s,1...
2008 Nov 14
1
ParkandAnnounce?
In theory ParkAndAnnounce has a lot of usefulness, however, that we've had
very little success with application... Our application is similiar to
the local Walgreens pharmacy.. Dr. Calls in, selects the "Im a doctor with
a prescription option"... call is parked, and announcement overhead is
given.. "Doctor holding on ${EXTEN}"
exten =>
2011 Feb 11
2
dialplan announcements
Hey all,
I tried to do some searching but I found snippets and I am having trouble
putting it all together.
I want to have an option off the IVR that plays back the announcement for
the day. At the end of the message, I want the caller to get kicked back to
the previous menu.
The conditions are that I want the recorder to dial a feature code that
prompts him to record the message. He
2007 May 22
3
Dial out issues.
...SERVE = CUSTSERVE1&CUSTSERVE1
;
FSEXT1 = SIP/400 ; Angela
;FSEXT2 = SIP/403 ; Nigel
FSEXT3 = SIP/410 ; Matt
;
;ELLIS = SIP/411
;QUEENS = SIP/412
;FSSHOPS = ELLIS&QUEENS
;
QUAD = SIP/450
;
LONDONSOLE1 = SIP/421 ; Zoe
;LONDONSOLE2 = SIP/422 ; Laura
;LONDONSOLE = LONDONSOLE1&LONDONSOLE2
;
;PRESS1 = SIP/431 ; Lucy
;Press2 = SIP/432 ; Gemma
;PRESSOFFICE = PRESS1&PRESS2
;
[macro-oneline]
exten => s,1,Dial(${ARG1},20,t)
exten => s,2,Voicemail(u${MACRO_EXTEN})
exten => s,3,Hangup
exten => s,102,Voicemail(b${MACRO_EXTEN})
exten => s,103,Hangup
;
[macro-oneline1]
exten => s,1...
2007 Jul 26
1
tdm400p fxs module busy
...SERVE = CUSTSERVE1&CUSTSERVE1
;
FSEXT1 = SIP/400 ; Angela
;FSEXT2 = SIP/403 ; Nigel
FSEXT3 = SIP/410 ; Matt
;
;ELLIS = SIP/411
;QUEENS = SIP/412
;FSSHOPS = ELLIS&QUEENS
;
QUAD = SIP/450
;
LONDONSOLE1 = SIP/421 ; Zoe
;LONDONSOLE2 = SIP/422 ; Laura
;LONDONSOLE = LONDONSOLE1&LONDONSOLE2
;
;PRESS1 = SIP/431 ; Lucy
;PRESS2 = SIP/432 ; Gemma
;PRESSOFFICE = PRESS1&PRESS2
;
[macro-oneline]
exten => s,1,Dial(${ARG1},20,t)
exten => s,2,Voicemail(u${MACRO_EXTEN})
exten => s,3,Hangup
exten => s,102,Voicemail(b${MACRO_EXTEN})
exten => s,103,Hangup
;
[macro-oneline1]
exten => s,1...
2008 May 22
0
SIP configuration issues
...,1,Goto(office|s|1)
exten => s,1,Goto(office|s|1)
[office]
exten => s,1,Wait,1
exten => s,2,Answer
exten => s,3,Wait,1
exten => s,4,Background(main-intro)
exten => s,5,Background(dialextension)
exten => s,6,Wait,1
exten => s,7,Background(forsales)
exten => s,8,Background(press1)
exten => s,9,Wait,1
exten => s,10,Background(fortechsupport)
exten => s,11,Background(press2)
exten => s,12,Wait,1
exten => s,13,Background(forallotherinquiries)
exten => s,14,Background(press4)
exten => s,15,Wait,1
exten => s,16,Background(repeatoptions)
exten => s,17,B...