Displaying 20 results from an estimated 1000 matches similar to: "Post voicemail processing."
2007 Jan 17
1
2 Questions: Answer with music don't work and Voicemail direct access ?
Hi
I have two small question, if you can help me ;=)
Problems with Answer+Music
my extension:
[Cal-In]
exten => _811XXXX20,1,Goto(C-Internal,100,1)
exten => _811XXXX21,1,Goto(C-Internal,200,1)
[C-Phibee]
exten => 100,1,Ringing
exten => 100,2,Wait,1
exten => 100,3,Answer
exten => 100,4,Dial(SIP/201&SIP/200,30)
exten => 100,5,Hangup
exten =>
2006 Nov 03
1
SendDTMF() behaves strangely
Hi, everybody:
As part of a paging macro I'm using SendDTMF to send digits to the
called party.
The section looks like this:
exten => s,1,Wait(0.5)
exten => s,n,SendDTMF(9531290)
exten => s,n,Wait(1.0)
exten => s,n,Set(MACRO_RESULT=CONTINUE)
To test I direct the call to a live extension just to hear what's
happening -- what actually happens is that only the 9 is sent, and
2005 May 23
1
SendDTMF into a conference room
I have been trying to figure a way to SendDTMF into a MeetMe room using
the Manager API.
I can't redirect everyone into another context and then bring them back
because that would mess up my logic.
I am trying to use local channels and the originate Action to accomplish
this.
Exten: 3441115
Priority: 1
ActionID: actid-00000001
Context: senddtmftones
Action: Originate
Channel:
2005 Feb 01
0
Troubles with Macro-stdexten and dial
Hi!
Could someone give me a hand?
If I dial 200 for echo testing it works... Everytime I dial an extension ex.
505 get the error below....
In this example it was from 508>505 a Xlite Pro to a TA.
I believe it has something to do with the way i'm executing the command dial
but I use the "standart" that comes in the samples from asterisk.
*CLI> -- Executing
2007 Mar 15
0
MP3Player
Hi All,
I'm having problem with MP3Player app. I want the caller to hear mp3 when he
is waiting until I answer my phone.
-- from extentions.conf --
exten => 200,1,Answer()
exten => 200,2,MP3Player(/home/user200/mp3/hanna-hais.mp3)
exten => 200,3,Dial(SIP/200|20|tTrR)
exten => 200,4,Hangup()
-- end --
here is debug from CLI:
-- Executing
2006 Nov 08
2
flash transfer problem in asterisk integration with old PBX
I've tried to transfer a call using the Flash command, but with my
configuration it doesn't work.
I have a traditional PBX connected with a zap channel to Asterisk that acts
like an IVR:
TELCO line --> traditional PBX (FXS) --> (FXO) Asterisk
>From the TELCO line I can make a call to the traditional PBX and reach
Asterisk, the IVR system on Asterisk answers the call and I can
2003 Dec 16
2
AT&T access code entry by Asterisk
I have a dialplan that requires that we use * to send the long distance access code to AT&T. I have found in the list that the `w` command can be used to inject a pause, I have tried the following:
exten => _91NXXXXXXXXX,1,Dial(ZAP/g1/${EXTEN}www5555555,70)
There `5555555` is the ld access code. I tried various quantities of `w`s but I never got * to dial the ld access code. Allof the
2006 Jan 26
2
Transferring Using Flash
Greetings.
I am attempting to configure a system based on Asterisk 1.2.3 to be used
as a backup should our aging voice mail/auto attendant system fail, which
seems increasingly likely given its advanced years. The first part of this
task is getting the auto attendant feature to work correctly, which I
would have figured to be relatively easy. I have successfully built a menu
structure, but cannot
2008 Jun 17
1
looking for help / input with Blind transfer from asterisk to zap
List,
Having a little trouble with the following. Let me prefix by saying I
have blind transfers working from the following setup.
Inbound call [from-zap] (SIP/sv0071iv) answers.
Zaptel -> Asterisk -> SIP extension
SIP extension then blind transfers [from-sip]
---
SIP extension -> Asterisk -> Zaptel
During this whole process, the original channel off the trunk
(lineside T1) is
2004 Apr 29
2
Flash on X100P does not really flash.
Problem:
Flash on X100P does not flash.
Phone line has Call Transfer. With this line plugged into a regular phone, it can receive a phone call. Then, depress the hook momentarily, release. Dialtone is now available. Dial a different number. Call is answered. Hook Flash again, now in a three way call. Hang up. The other two parties are still in communication.
Now, plug same line into the X100P.
2017 May 23
2
Automatically dial a number, then an extension
On Tuesday 23 May 2017 at 19:20:25, Tech Support wrote:
> All;
>
> What I did was add a line in the dialplan that used the SendDTMF()
> application and that worked great. The problem that I?ve run into now is
> that dialing the extension screwed up the answering machine detection. The
> sample context looks something like this.
>
> [play-audiomsg]
> exten =>
2005 Jul 11
2
DTMF not sending properly via IAX
I'm not sure if this is a -users or a -dev question, since the answer
probably comes down to something in the code.
I'm running the latest CVS-STABLE, and am subscribed to PSTN service
using IAX2 via Voiptalk in the UK.
I've just been alerted by a customer that the sending of DTMF from my
asterisk box to a remote PSTN user doesn't work, although it used to.
To test it, I have
2009 Nov 12
1
How to send DTMF on Zaptel with 50ms tone duration and 50ms gap between the digits?
Hi,
After some testing I've found out that my client's hardware recognizes DTMF
only if digits are sent 50ms apart with 50ms of tone duration. This was
tested using a test device which generates DTMF.
Now asterisk doesn't do it by default because digits going out from Asterisk
are not being recognized.
Using command sendDTMF, I can control inter-digit duration, and using
2005 Sep 06
1
Some problems (SendDTMF, Wait, Parked Calls)
Hi all! I would like to solve some problems:
I have a sip provider that lets me make pstn calls after listening some
stuff and entering a pin number:
1) How can I make Asterisk enter the pin number? Then wait 1 second and
enter the phone number?
I have in extensions.conf:
exten => 6*,1,Dial,SIP/2002@myprovider,60,tr
I have tried with w (like with ZAP channels) but it does not work, nor
2003 Aug 05
4
SendDtmf
Hello all,
I am trying to use asterisk to call a local access gateway by dialing a fix number, after getting connected, the is a IVR prompt for pin number and finally the real destination number. I manage to use asterisk to dial to the gateway but have no idea how to send the pin number and destination number. This is due to asterisk only process the next ext only if dial app has terminated. My
2005 Jul 25
1
sendDTMF at pickup
Hi everyone:
The following code dials our prefix, sends a beep, and sends a DTMF "c"
tone, then dials the phone number.
I need to send the DTMF only if the phone is answered.
[voip]
exten=>i,1,NoCDR()
exten=>i,2,Hangup()
exten=>s,1,Wait(2)
exten=>s,2,Background(beep||)
exten=>s,3,DigitTimeout(6)
exten=>s,4,ResponseTimeout(10)
exten=>s,5,SendDTMF(c)
2003 Sep 03
4
telantek.adsi
I am working with the telantek.adsi file, and I was
wondering how I would create a softkey for Transfer.
I tried making a key definition and using SENDDTMF
"#", but that didn't work. Is there another way I
could do this?
Also, does anybody have any ADSI scripts for use with
Asterisk that they would like to share?
Thank you for your time.
__________________________________
Do you
2004 Aug 11
1
limit incoming calls to sip extens
Hi all,
I've been using the following method to limit calls to sip clients to 1:
exten => 200,1,SetGroup(200)
exten => 200,2,CheckGroup(1)
exten => 200,3,Dial(SIP/200)
exten => 200,103,Busy
This works fine for a single extension.
However, I also need to dial groups of sip clients. It appears that SetGroup can only be used once per channel.
This (useless) example would not
2003 Aug 21
3
Sending dtmf over an ougoing call from asterisk
Hi list,
I would like to know of a possible way to dial a pstn number with an extension .
Let the number is 56626965-234 so now i wanna dial 56636965 then wait for some time and dial the extension 234 to reach a particular person.I am afraid that i could not figure it out.
I am trying in this way..
[outgoing]
exten=>_566X.,1,wait,2
exten=>_566X.,2,Dial(${EXTEN})
2004 Mar 28
3
two-stage dialing
I am trying implement two-stage dialing.
Scenario is following:
1. * Dials SIP agent
2. SIP agent answer the phone and provide dial tone
3. * Sends DTMF string
4. "Bridge" channel with calling party
I thought that something like:
exten => _2XX,2,Dial_but_not_connect_(SIP/BYEXTENSION,10)
exten => _2XX,3,Wait,1
exten => _2XX,4,SendDTMF($DTMF_DIGITS)
Should do it.
Thank