Displaying 20 results from an estimated 55 matches for "echodone".
2006 Apr 24
0
A@H 2.6 : problem connecting call from PSTN
...ice
extensions.conf
[from-trunk]
include => from-pstn
[from-pstn]
include => from-pstn-custom
include => ext-did
include => from-pstn-timecheck
exten => fax,1,Goto(ext-fax,in_fax,1)
extensions_custom.conf
[from-pstn-custom]
exten => s,1,Answer
exten => s,2,Background(demo-echodone)
exten => s,3,WaitExten(60)
exten => 1,1,Dial(SIP/201,10) ; as soon as i key 1 or 2, call drop when i'm
calling from pstn but works on lan
exten => 2,1,Dial(SIP/203,10)
logs (asterisk -r -vvvv)
(from pstn; does not work properly)
--Executing GoTo("SIP/PSTN-6b31", "s&q...
2007 Feb 27
2
No sound with Playback() or Background()
...though, Asterisk console shows the file is being played when I call
the extension (i.e. echo test), I can't hear anything.
My echo test extension looks like this:
exten => 600,1,Answer
exten => 600,2,Playback(demo-echotest)
exten => 600,3,Echo
exten => 600,4,Playback(demo-echodone)
exten => 600,5,Hangup
Console shows something like that when I call:
-- Executing Answer("SIP/206-081a7160", "") in new stack
-- Executing Playback("SIP/206-081a7160", "demo-echotest") in new stack
-- Playing 'demo-echotest' (language 'e...
2015 Jun 14
4
German sounds on Asterisk
Hi again
I'd like to configured my Asterisk to use german sounds for the
"Say"-commands...
I installed the sounds-files and I tried them with
"Playback(de/demo-echodone)" and it works.
Now I tried to add an extension to say the current time:
exten => 24,1,Verbose(2,Time asked by ${CALLERID(num)})
Exten => 24,n,Set(CHANNEL(language)=de)
Exten => 24,n,SayUnixTime()
Exten => 24,n,Hangup
But if I call the "24", it says the time in English...
2004 Jan 06
1
IVR Question
...7879616]: File pbx.c, Line 1160 (pbx_extension_helper): No application ' Background ' for extension (echo, s, 1)
extension.conf has following lines under "echo" context
[echo]
exten => s, 1, Background (demo-echotest)
exten => s, 2, Echo
exten => s, 3, Background (demo-echodone)
exten => s, 4, Goto(mainmenu,s,6)
Could you please tell me where I could be wrong ?
Regards,
Tony
2007 May 01
0
Re: [asterisk-dev] SRTP implementation
...test sip accounts
700:700
701:701
702:702
extensions.conf
exten => 600,1,Set(_SIPSRTP=optional)
exten => 600,n,Set(_SIPSRTP_CRYPTO=enable)
exten => 600,n,Playback(demo-echotest) ; Let them know what's going on
exten => 600,n,Echo ; Do the echo test
exten => 600,n,Playback(demo-echodone) ; Let them know it's over
exten => 600,n,hangup
exten => 610,1,Set(_SIPSRTP=require)
exten => 610,n,Set(_SIPSRTP_MIKEY=enable)
exten => 610,n,Playback(demo-echotest) ; Let them know what's going on
exten => 610,n,Echo ; Do the echo test
exten => 610,n,Playback(demo-echod...
2004 Aug 29
0
Asterisk H.323 channel...
...calls (192.168.1.50 is the IP of the Siemens phone) :
[Damien]
type=user
host=192.168.1.50
context=incoming
=====> the incoming context has a single extension :
[incoming]
exten => 666,1,Playback(demo-echotest)
exten => 666,2,Echo
exten => 666,3,Playback(demo-echodone)
=====> the IPPhone is configured to use the Asterisk box as a H.323 gateway (system type = "Gateway" / IP address of the gateway = IP address of the Asterisk box)
=====> when I dial "666" on the IPPhone Asterisk seems to answer the call then 2 seconds later it han...
2011 May 10
1
ITSP Multi IPs
...ing echo latency.
exten => 1234,1,Playback(demo-echotest) ; Let them know what's going
on
exten => 1234,n,Playback(beep) ; Beep to let them know the test has
started
exten => 1234,n,Echo ; Do the echo test
exten => 1234,n,Playback(demo-echodone) ; Let them know it's over
exten => 1234,n,Goto(s,6) ; Start over
; send a 1KHz test tone
exten => 1235,1,MilliWatt
; play the hold music
exten => 1236,1,Answer
exten => 1236,n,MusicOnHold(default)
exten => _X.,1,Dial(DAHDI/R0/${EXTEN:4})
-...
2007 Aug 16
1
A102 card, BT ISDN30e, silence
...)
exten => 100,n,Hangup
exten => _0XXXXXXXXXX,1,Dial(Zap/g0/${EXTEN})
exten => _ZXXXXX,1,Dial(Zap/g0/${EXTEN})
[from-pstn]
; BT pass in 6 digits only?
exten => 032685,1,Answer()
exten => 032685,2,Playback(demo-echotest)
exten => 032685,3,Echo()
exten => 032685,4,Playback(demo-echodone)
exten => 032685,5,Hangup()
--
Rory Campbell-Lange
Director
Campbell-Lange Workshop Ltd.
<rory at campbell-lange.net>
<www.campbell-lange.net>
2008 Aug 15
2
DID's needed for Reston Virginia - + hosted asterisk
I've just started consulting for a SME client based in Reston Virginia.
They don't know it yet but they are going to need a hosted asterisk
service and some DID's.
Email me if you are able to provide 10 DID's in Reston (must be able to
be ported away!!) and hosted Asterisk with end user configurable IVR
etc. Probably only 5-8 users at the moment BUT... they'll be
2015 Jun 14
0
German sounds on Asterisk
...g/wiki/view/Asterisk+multi-language
Am 14.06.2015 um 09:36 schrieb Luca Bertoncello:
> Hi again
>
> I'd like to configured my Asterisk to use german sounds for the
> "Say"-commands...
>
> I installed the sounds-files and I tried them with
> "Playback(de/demo-echodone)" and it works.
>
> Now I tried to add an extension to say the current time:
>
> exten => 24,1,Verbose(2,Time asked by ${CALLERID(num)})
> Exten => 24,n,Set(CHANNEL(language)=de)
> Exten => 24,n,SayUnixTime()
> Exten => 24,n,Hangup
>
> But if I call the &...
2004 Dec 08
0
Source/cause of echo delay (on internal stuff network)
...e from the phone itself)
o If I do an echo test, I hear the delay. Here's the exerpt from my
extensions.conf file that does this:
exten => 10,1,Playback(beep) ; Let them know to start
exten => 10,2,Echo ; Do the echo test
exten => 10,3,Playback(demo-echodone) ; Let them know it's over
exten => 10,4,Hangup
I run the test, and I hear the echo delay. This is on a asterisk server
with a network latency of ~.2ms. The asterisk server is a P3-600 w/ no
activity on it (totally idle cpu).
* My question is this: The phone generates enough echo via th...
2005 Feb 01
0
Troubles with Macro-stdexten and dial
...in macro 'stdexten'
== Spawn extension (default, 505, 1) exited non-zero on 'SIP/508-226d'
My extensions in extensions.conf:
exten => 200,1,Playback(demo-echotest) ; demonstra??o de qualidade
exten => 200,2,Echo ; demonstra??o de qualidade
exten => 200,3,Playback(demo-echodone) ; demonstra??o de qualidade
exten => 200,4,Hangup ; demonstra??o de qualidade
exten => 210887677,1,macro(stdexten,SIP/210887677) ; daniel - teste
exten => 502,1,macro(stdexten,SIP/502) ; Jo?o Portatil
exten => 505,1,macro(stdexten,SIP/505) ; Central PBX Microrede
exten => 506,1,mac...
2005 Oct 18
0
Slow dialling from PBX into * via E1
...z and
Asterisk/Zaptel/Libpri 1.2.0-beta1.
The extensions.conf is trivial
[general]
static=yes
writeprotect=yes
[fromaxxess]
exten => 200,1,Playback(demo-echotest) ; Let them know what's going on
exten => 200,2,Echo ; Do the echo test
exten => 200,3,Playback(demo-echodone) ; Let them know it's over
Sangoma's support can't understand how it can be their drivers / cards
causing the issue since there is no buffering at all in Zaptel (and
let's face it that makes sense :)
Cheers,
Gavin.
2006 Jan 25
0
include from database
...----------------------------------------------------------------------------
-----------------------
[basic_services]
exten => 100,1,VoicemailMain()
exten => 600,1,Playback(demo-echotest)
exten => 600,2,Echo()
exten => 600,3,Playback(beep)
exten => 600,4,Playback(demo-echodone)
exten => 600,5,Playback(vm-goodbye)
exten => 600,6,Hangup()
exten => 297,1,AGI(wakeup.agi)
exten => 030,1,SayUnixTime(,Mexico/General,ABd \'digits/at\' IMp)
exten => 030,2,Background(vm-goodbye)
exten => 030,3,Hangup()
exten => 031,1,SayUnixTime(,Canada...
2006 Jun 13
1
sound quality problem on mISDN
...ode , gateway is in NT mode ,
When I dialin to cellphone numer , call goes to 'from-eragsm' context,
to Echo application.
[from-eragsm]
exten => 700,1,Goto(600,1)
exten => 600,1,Answer()
exten => 600,2,Playback(demo-echotest)
exten => 600,n,Echo
exten => 600,n,Playback(demo-echodone)
misdn.conf:
[eragsm-gw]
ports=1ptp
context=from-eragsm
nationalprefix=0
internationalprefix=00
echocancel=yes
echocancelwhenbridged=no
dialplan=2
msns=600,700
Everything is good besides call quality, sound is choppy, with lot of
noises, when I tell one , two , three ... test , I hear only thre...
2006 Dec 29
0
Toll free numbers
...used by my sip phones:
[internal]
include => trunktollfree
include => outgoing
exten => _XXX,1,Macro(incoming,SIP/${EXTEN},${EXTEN})
exten => 200,1,Answer
exten => 200,2,MusicOnHold()
exten => 999,1,Playback(demo-echotest)
exten => 999,2,Echo
exten => 999,3,Playback(demo-echodone)
exten => 1000,1, Dial(IAX2/1000,30)
;Agent login
exten => 3001,1,AgentCallbackLogin(||${CALLERIDNUM}@internal)
;Agent logout
exten => 3002,1,AgentCallbackLogin(||l)
exten=> 2020,1,Answer
exten=> 2020,2,Ringing
exten=> 2020,3,Wait(2)
exten=> 2020,4,Queue(queue1)
exten=> 2...
2009 Nov 26
1
app_read does not seem to work with SIP early media (it answers the channel)
...n,Wait(3)
exten => 123,n,Playback(hello-world,noanswer) ;plays fine w/o answering
the call
exten => 123,n,Ringing
exten => 123,n,Wait(2)
exten => 123,n,Read(digitin,,1,,,10)
exten => 123,n,NoOp(we have read digit ${digitin})
exten => 123,n,Wait(10)
exten => 123,n,Playback(demo-echodone,noanswer)
exten => 123,n,Congestion
exten => 123,n,Busy
Is this a bug in the app_read? Do you know a workaround? I have already
tried some tricks with Chanspy but I did not succeed.
Thank you!
Best regards,
Alex
2011 Sep 18
1
[1.6.2.9] Echo even when using headset?
...disallow=all
allow=ulaw
allow=alaw
allow=gsm
nat=no
qualify=yes
host=dynamic
[fred]
type=friend
context=internal
secret=1234
qualify=yes
host=dynamic
;=========== extensions.conf
[dummy]
[internal]
exten => 600,1,Playback(demo-echotest)
exten => 600,n,Echo
exten => 600,n,Playback(demo-echodone)
exten => 600,n,Hangup()
;===========
Are there settings I should(n') use in either Asterisk or EyeBeam to
explain/solve this issue?
Thank you.
2004 Nov 02
1
Problems with CISCO, SIP and Asterisk
...ten => s,2,SetMusicOnHold(default)
exten => s,3,DigitTimeout,15
exten => s,4,ResponseTimeout,35
exten => s,5,Background(demo-enterkeywords)
exten => 1,1,VoicemailMain()
exten => 1,2,Hangup
exten => 2,1,Playback(demo-echotest)
exten => 2,2,Echo
exten => 2,3,Playback(demo-echodone)
exten => 2,4,Goto(mainmenu,s,6)
exten => 3,1,MusicOnHold(default)
exten => 3,2,Goto(mainmenu,s,6)
exten => 4,1,Playback(demo-thanks)
exten => 4,2,Hangup
exten => t,1,Goto(4,1)
exten => i,1,Playback(invalid)
[lan-phones]
exten => 666,1,Dial(SIP/666,20)
exten =...
2009 Jun 28
0
Recommendation / doubt about building of dialplan
...20,tTr)
; Voicemail
exten => *100,1,Answer
exten => *100,n,Wait(1)
exten => *100,n,VoiceMailMain(${CALLERID(num)}@voicemail)
exten => *100,n,Hangup
; Echo test
exten => *200,1,Answer
exten => *200,n,Playback(demo-echotest)
exten => *200,n,Echo
exten => *200,n,Playback(demo-echodone)
exten => *200,n,Hangup
; Music on the hold
exten => *300,1,Answer
exten => *300,n,SetMusicOnHold(default)
exten => *300,n,WaitMusicOnHold(2000)
exten => *300,n,Hangup
; Dial-by-name directory
exten => *400,1,Directory(voicemail,from-internal)
;---------------------------------...