search for: congratulatory

Displaying 20 results from an estimated 31 matches for "congratulatory".

2003 Aug 25
11
Why doesnt anyone reply me ?
...; Wait a second, just for fun exten => s,2,Answer ; Answer the line exten => s,3,DigitTimeout,5 ; Set Digit Timeout to 5 seconds exten => s,4,ResponseTimeout,10 ; Set Response Timeout to 10 seconds exten => s,5,BackGround(seattle) ; Play a congratulatory message exten => i,1,Goto,sip|${EXTEN}|1 exten => i,2,Record(input:wav) include => sip _________________________________________________________________ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus
2005 Mar 25
2
WaitExten question
...onds and times out. [local] exten => s,1,Wait,1 ; Wait a second, just for fun exten => s,2,Answer ; Answer the line exten => s,3,DigitTimeout,5 ; Set Digit Timeout to 5 seconds exten => s,4,BackGround(thank-you-for-calling) ; Play a congratulatory message exten => s,5,Playback(enter-ext-of-person) exten => s,6,WaitExten(10) exten => s,7,Playback(goodbye) exten => s,9,Hangup exten => 1000,1,Goto(local,s,1) exten => 8,1,Playback(/tmp/test) ; "test message" exten => #,1,Playback(goodbye) ;...
2004 Sep 18
1
13 sec. delay what is causing it?
...o I have about 13 seconds delay and I don't know what setting is causing it; here is a part of my settings from extension.conf. [from_pstn] exten => 1000,1,Goto(demo,s,1) [demo] exten => s,1,Answer ; Answer the line exten => s,2,BackGround(demo-congrats) ; Play a congratulatory message exten => s,3,BackGround(demo-instruct) ; Play some instructions What setting is causing the 13-15sec. delay? #Joseph
2003 Aug 12
4
X100P Ringing/Answering
It appears that my X100P card is only answering after two rings. Ideally, I'd like it to answer on the first ring. Here is the incoming section of my extensions.conf file: [incoming] exten => s,1,Answer exten => s,2,BackGround(demo-congrats) ; Play a congratulatory message exten => 1234,1,Goto(jgunther,1234,1) exten => 4321,1,Goto(mgunther,4321,1) exten => s,3,Goto(mgunther,4321,1) exten => s,4,Hangup include => default Any ideas on how to correct this issue? Thanks. Jeff
2007 Apr 25
2
dialplan / problem with extension-length > 1
...is scenario: [demo] exten => s,1,Answer ; Answer the line exten => s,n,Set(TIMEOUT(digit)=5) ; Set Digit Timeout to 5 seconds exten => s,n,Set(TIMEOUT(response)=10) ; Set Response Timeout to 10 seconds exten => s,n(restart),BackGround(my-intro) ; Play a congratulatory message exten => s,n,WaitExten(5) ; Wait for an extension to be dialed. exten => 1,1,Voicemail(1001,u) exten => 2,1,Voicemail(1002,u) ... exten => 9,1,Voicemail(1009,u) exten => 10,1,Voicemail(1010,u) exten => 11,1,Voicemail(1011,u) now basically this seem...
2005 Jan 18
1
Asterisk and IAX softphone (firefly) problem/question
...)********************* [default] exten => s,1,Wait,1 ; Wait a second, to create buffer for lag exten => s,1,DigitTimeout,5 ; Set Digit Timeout exten => s,2,ResponseTimeout,10 ; Set Response Timeout exten => s,3,BackGround(demo-congrats) ; Play a congratulatory message exten => s,4,BackGround(demo-instruct) ; Play some instructions ; extension 101 exten => 101,1,Playback(transfer,skip) exten => 101,2,Macro(stdexten,101,IAX2/test/101) [macro-stdexten]; ; ${ARG1} - Extension (we could have used ${MACRO_EXTEN} here as well ; ${ARG2} - De...
2003 Mar 04
1
Failed to play audio data file!
...ension.conf: exten => s,1,Wait,1 ; Wait a second, just for fun exten => s,2,Answer ; Answer the line exten => s,3,DigitTimeout,5 ; Set Digit Timeout to 5 seconds exten => s,4,ResponseTimeout,10 ; Set Response Timeout to 10 seconds exten => s,5,BackGround,demo-congrats ; Play a congratulatory message When call is coming, asterisk always failed to play the message, like: unnable to open demo-congrats(format 1):no such file or directory Where should these sound file be properly installed? I have run "make samples" successfully. Thanks very much! jackyqiao -------------- next...
2004 Feb 17
2
Re: Asterisk-Users digest, Vol 1 #2840 - 11 msgs
Anyone know of any GUI's that can be used to manage/setup asterisk?
2004 Apr 06
0
quad BRI. Outgoing calls droped in 10 seconds.
...andld] exten => s,1,Answer ; Answer the line exten => s,2,Wait(1) exten => s,3,DigitTimeout,5 ; Set Digit Timeout to 5 seconds exten => s,4,ResponseTimeout,10 ; Set Response Timeout to 10 seconds exten => s,5,BackGround(demo-congrats) ; Play a congratulatory message exten => #,1,Playback(demo-thanks) ; "Thanks for trying thedemo" exten => #,2,Hangup ; Hang them up. exten => t,1,Goto(#,1) ; If they take too long, give up include => longdist [macro-stdexten]; ; ; Standard extension macro: ;...
2003 May 28
0
calls between SIP and H.323 clients
...from [demo] exten => s,1,Wait,1 ; Wait a second, just for fun exten => s,2,Answer ; Answer the line exten => s,3,DigitTimeout,5 ; Set Digit Timeout to 5 seconds exten => s,4,ResponseTimeout,10 ; Set Response Timeout to 10 seconds exten => s,5,BackGround(demo-congrats) ; Play a congratulatory message ; ok pour chan_oh323.so et oh323.conf [voip] ; include => start ; ;**************** ; common option for all extensions ; s = start ; t = time-out ; i = invalid ;**************** ; ; It works for direct incoming call with the line below: ;exten => s,1,Dial,OH323/192.168.1.25 ; ;-- H...
2010 Oct 21
8
Dial Plan Conf
Here I am expecting to be configured following scenario: User calls : it will play a sound will ask for input DTMF, then call will be given to particular extension for any DTMF entered. But its not working as expected. I have attached the dial plan file. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Jan 27
1
Stumped by BroadVoice SIP
...Main [demo] exten => s,1,Wait,1 ; Wait a second, just for fun exten => s,2,Answer ; Answer the line exten => s,3,DigitTimeout,5 ; Set Digit Timeout to 5 seconds exten => s,4,ResponseTimeout,10 ; Set Response Timeout to 10 seconds exten => s,5,BackGround(demo-congrats) ; Play a congratulatory message exten => s,6,BackGround(demo-instruct) ; Play some instructions exten => 2,1,BackGround(demo-moreinfo) ; Give some more information. exten => 2,2,Goto(s,6) exten => 3,1,SetLanguage(fr) ; Set language to french exten => 3,2,Goto(s,5) ; Start with the congratulations exte...
2003 Jun 14
0
Asterisk confused when interface has multiple addresses?
...; Wait a second, just for fun exten => s,2,Answer ; Answer the line exten => s,3,DigitTimeout,5 ; Set Digit Timeout to 5 seconds exten => s,4,ResponseTimeout,30 ; Set Response Timeout to 10 seconds exten => s,5,BackGround(demo-congrats) ; Play a congratulatory message exten => s,6,BackGround(demo-instruct) ; Play some instructions exten => 2,1,BackGround(demo-moreinfo) ; Give some more information. exten => 2,2,Goto(s,6) ; doesn't seem to work(in French) maybe I don't have the sound support exten => 3,1,SetLanguage(fr)...
2004 Dec 17
5
Asterisk Crackly Bad quality
I've freshly installed Asterisk on a Fedora C2 machine. Dual P4's, 2GB RAM. 15KRPM Drive. Using the default configs and added one Soft Sip phone. While listening to the demo the quality isnt very good. It's kind of crackly and skips a bit. Should the sound be better or is that just what you get using IP phones/Asterisk? (I ran the X-Lite phone). Nihal -----BEGIN PGP PUBLIC KEY
2005 Jul 15
2
[Aserisk-Users]no audio inside the net
..., just for fun exten => s,n,Answer ; Answer the line exten => s,n,SetVar(TIMEOUT(digit)=5) ; Set Digit Timeout to 5 seconds exten => s,n,SetVar(TIMEOUT(response)=10) ; Set Response Timeout to 10 seconds exten => s,n(restart),BackGround(demo-congrats) ; Play a congratulatory message exten => s,n(instruct),BackGround(demo-instruct) ; Play some instructions exten => s,n,WaitExten ; Wait for an extension to be dialed. exten => 2,1,BackGround(demo-moreinfo) ; Give some more information. exten => 2,n,Goto(s,instruct) exten => 3,1,SetVar(LAN...
2004 Dec 13
1
Repost: Cisco 7960 and Asterisk...not working....
...comes in. ; exten => s,1,Wait,1 ; Wait a second, just for fun exten => s,2,Answer ; Answer the line exten => s,3,DigitTimeout,5 ; Set Digit Timeout to 5 seconds exten => s,4,ResponseTimeout,10 ; Set Response Timeout to 10 seconds exten => s,5,BackGround(demo-congrats) ; Play a congratulatory message exten => s,6,BackGround(demo-instruct) ; Play some instructions exten => 2,1,BackGround(demo-moreinfo) ; Give some more information. exten => 2,2,Goto(s,6) exten => 3,1,SetLanguage(fr) ; Set language to french exten => 3,2,Goto(s,5) ; Start with the congratulations exte...
2004 Aug 12
2
outgoing ZAP cannot connect using E1 isdn
...; Wait a second, just for fun exten => s,2,Answer ; Answer the line exten => s,3,DigitTimeout,5 ; Set Digit Timeout to 5 seconds exten => s,4,ResponseTimeout,10 ; Set Response Timeout to 10 seconds exten => s,5,BackGround(demo-congrats) ; Play a congratulatory message exten => s,6,BackGround(demo-instruct) ; Play some instructions exten => 2,1,BackGround(demo-moreinfo) ; Give some more information. exten => 2,2,Goto(s,6) exten => 1000,1,Goto(default,s,1) exten => 1234,1,Playback(transfer,skip) ; "Please hold while...&quot...
2004 Dec 11
0
Cisco 7960 and Asterisk...not working....
...comes in. ; exten => s,1,Wait,1 ; Wait a second, just for fun exten => s,2,Answer ; Answer the line exten => s,3,DigitTimeout,5 ; Set Digit Timeout to 5 seconds exten => s,4,ResponseTimeout,10 ; Set Response Timeout to 10 seconds exten => s,5,BackGround(demo-congrats) ; Play a congratulatory message exten => s,6,BackGround(demo-instruct) ; Play some instructions exten => 2,1,BackGround(demo-moreinfo) ; Give some more information. exten => 2,2,Goto(s,6) exten => 3,1,SetLanguage(fr) ; Set language to french exten => 3,2,Goto(s,5) ; Start with the congratulations exte...
2005 Mar 10
2
Cisco and Asterisk
...; Wait a second, just for fun exten => s,2,Answer ; Answer the line exten => s,3,DigitTimeout,5 ; Set Digit Timeout to 5 seconds exten => s,4,ResponseTimeout,10 ; Set Response Timeout to 10 seconds exten => s,5,BackGround(demo-congrats) ; Play a congratulatory message exten => s,6,BackGround(demo-instruct) ; Play some instructions exten => 2,1,BackGround(demo-moreinfo) ; Give some more information. exten => 2,2,Goto(s,6) exten => 3,1,SetLanguage(fr) ; Set language to french exten => 3,2,Goto(s,5) ; Start wit...
2004 Apr 07
2
error 488 - Not Acceptable Here
...comes in. ; exten => s,1,Wait,1 ; Wait a second, just for fun exten => s,2,Answer ; Answer the line exten => s,3,DigitTimeout,5 ; Set Digit Timeout to 5 seconds exten => s,4,ResponseTimeout,10 ; Set Response Timeout to 10 seconds exten => s,5,BackGround(demo-congrats) ; Play a congratulatory message exten => s,6,BackGround(demo-instruct) ; Play some instructions exten => 2,1,BackGround(demo-moreinfo) ; Give some more information. exten => 2,2,Goto(s,6) exten => 3,1,SetLanguage(fr) ; Set language to french exten => 3,2,Goto(s,5) ; Start with the congratulations exte...