Displaying 20 results from an estimated 6000 matches similar to: "Email from Dialplan"
2009 Oct 14
8
Asterisk in the Cloud
Hi,
I was wondering if anyone is successfully running Asterisk in a cloud
environment.
If you could state which cloud you are using, I'd appreciate it.
Many thanks
Dan Journo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091014/076ff188/attachment.htm
2005 Mar 16
4
problem with musiconhold
Hi everybody,
I'm receiving the message "res_musiconhold.c:309 monmp3thread:
Request to schedule in the past?!?!" in asterisk console when I try to
put a call on hold.
I don't the reason and I'm sure the relative module is loaded.
In musiconhold.conf I put these lines, trying something I found in some
previous post:
;
; Music on hold class definitions
;
[classes]
2009 Sep 22
2
Problem with dialplan -> gotoif ?
Hi
This is the output from show dialplan dial-sipmnf-sippt-pstn
[ Context 'dial-sipmnf-sippt-pstn' created by 'pbx_config' ]
's' => 1. Verbose(1,Dialing ${ARG1} on mnf pt pstn) [pbx_config]
2. Dial(SIP/${ARG1}@${SIPMNF},${ARG2},${OUTBDIAL}) [pbx_config]
3. Set(GLOBAL(FOUNDME)=${DIALSTATUS}) [pbx_config]
2010 Sep 14
9
Random File Name
Hi,
Im looking at using MixMonitor to record calls and I know that I need to set the filename first.
However, with the number of calls coming in, hard coding the filename isnt an option.
So I need to do something like this:-
MixMonitor(RANDOMNUMBER.wav)
But can't find a way to generate a random number.
I thought that maybe I could use a unique variable that already exists for the current
2010 Apr 06
1
SIP Dialplan Failover Solution
Hello list,
I need a hand to find the best dialplan failover solution when using two SIP Trunks.
My reasons to do failover are:
a) one of the two providers could be unreachable
b) both providers may be UP but one of them could return a SIP error message (maybe caused by DOWN E1s)
Googling I found a few possible solutions:
1.
2005 Sep 15
3
${DIALSTATUS} problems
Hi.
I'm dialling two numbers - one that's unobtainable, one that's busy.
${DIALSTATUS} is coming back ANSWER each time right before the channels hang
up.
Am using the following dialplan macro to dial out.
[macro-advdial]
exten => s,1,Dial(${ARG1},20,g) ; Ring the interface, 20 seconds maximum
exten => s,2,Goto(s-${DIALSTATUS},1) ; Jump based on status
2016 Mar 10
3
Dialplan question: Variables in GoTo() ?
I can't seem to find a definitive answer on this, and I really don't want to
risk breaking a production server to find out; so I am going to try asking this
here, and maybe anyone else in the same situation searching the archives
sometime in future will find the answer I get.
Can you use variables in the target of a GoTo() statement?
What I am specifically thinking of is this;
2006 Apr 25
1
CHANUNAVAIL, busy and congestion
Greetings to all,
I ma having a problem with channel variables on a couple of our Asterisk
boxes.
Here is the setup. Asterisk on customer's site (1.2.5), using IAX to our
external GW (1.2.5), IAX to PSTN GW (1.0.10), E1/PRI to PSTN.
On the External GW, we also have an IAX trunk to a VOIP provider if for some
reason the E1 is down. If the DIALSTATUS is CHANUNAVAIL, which should be
2006 Feb 01
3
Dumb Dialout Question
I'm still trying to learn some parts of Asterisk, so sorry in advance for the dumb question!
How do I set up an extension to dial out to the PSTN through my ZAP interfaces? I want the ability to have a ring group that will ring all of the phones in an office and then ring cell phones if nobody answers. I'm sure this is simple to do but I'm at a loss.
I have tried the following
2006 Mar 24
11
Transferring a call with IAX
Here's an interesting question:
If I transfer a call from Asterisk system to another with IAX, is there any way I can get control back on the original system? Or.. do I lose control, and the dialplan has to continue on the new system?
Scenario is we transfer calls to an Asterisk system that handles ACD queues. If the ACD queue times out, we want to send the caller to voicemail on another
2008 Jun 13
1
AEL Help
I need help translating extensions.conf to AEL:
[default]
exten => _X.,1,Set(DID=${EXTEN:6})
exten => _X.,n,Goto(continue,1)
exten => _1X.,1,Set(DID=${EXTEN:7})
exten => _1X.,n,Goto(continue,1)
exten => continue,1,Noop(${DID})
exten => continue,n,Set(GROUP(IAX)=incoming)
exten => continue,n,GotoIf($[${MATH(${GROUP_COUNT(incoming at IAX)}+${GROUP_COUNT(outgoing at
2006 May 29
4
How to enable call waiting on Sip Phones
How do you enable call waiting on sip phones? Ive looked and googled and
can only find call waiting pstn phones butnot for sip. Is their a way of
setting this up within the dailplan?
2006 May 09
2
exten statement execution order
In the following macro, a call is dialed and control branches according
to DIALSTATUS, much like the default std-exten macro. What I'm trying
to figure out is how to regain control when the call is answered.
; Standard extension logic
[macro-stdexten]
; ${ARG1}=Extension ${ARG2}=Device(s) to ring
exten => s,1,NoOp(stdexten ${EXTEN})
exten =>
2006 Jan 20
1
instant fallback to zap in case of sip/iax/xyz-failure
i would like to carry some oversea pstn-destinations via sip to providers
like stanaphone, however, in case of a network-failure or if the provider
is not available, i want to fallback to the zap-channels so the call is
carried out to the pstn directly.
the usual approach would be to check the dialstatus(e.g.NOANSWER).
however, asterisk tries >60seconds to reach that peer(even when the ip
2013 Dec 06
1
Paging in waves.
I've been working on writing a subroutine to page groups of phones at once
and I'm having some difficulty.
My goal is to have a user call an extension, I record the page they wish to
play, I then page out that recorded file to the phones in groups.
[sub-masspage]
exten => s,1,NoOP
same => n,Answer
same => n,Set(filename=$PAGE)
same => n,Wait(1)
same =>
2009 Dec 15
2
member (In use)
Hello list.
We just upgraded to 1.6.1.11.
We are using real time information stored on mysql databases. That is all
running fine.
Now, since we upgraded, some member don't get calls from queues.
In CLI: "queue show" shows something like:
611 (Local/611 at agents) with penalty 20 (realtime) (*In use*) has taken no
calls yet
We use the extension 611 in different computers, in the
2006 Mar 23
9
Tearing my hair out with Queues
Egads. Getting queues to work is like pulling teeth.
extensions.conf:
exten => q_main,1,Queue(oneeighty_main||||1)
exten => 80014055,1,Dial(SIP/80014018,15,tr)
exten => 80014057,1,Dial(SIP/80014018,15,tr)
exten => 80014052,1,Dial(SIP/80014018,15,tr)
queues.conf:
[oneeighty_main]
musiconhold = default
joinempty = strict
leavewhenempty = strict
strategy = rrmemory
retry = 0
member
2009 Jun 12
2
Current possible values for DIALSTATUS?
Hi,
As of v 1.6.1.1, can anyone tell me what the current possible values for
DIALSTATUS could be? I found
http://www.voip-info.org/wiki/view/Asterisk+variable+DIALSTATUS but believe
it is outdated since there is no FAIL or FAILED in this list.
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Sep 23
1
Net2Phone SIP trunk problem
Dear, I have this scenario:
- PBX Asterisk 1.6.2.10 with private IP 192.168.0.10
- Behind a Cisco ASA firewall that connects to Internet
- SIP trunk to Net2Phone with these parameters (nat=no):
host=200.58.113.60
username=DOLLY
secret=123456
port=5060
type=peer
dtmfmode=rfc2833
disallow=all
allow=alaw&ulaw
nat=no
canreinvite=no
qualify=yes
-Softphones Xlite
The PBX can't register to
2009 Aug 31
1
Question of resiliance
Hi
I am in the process of move a company from pstn to an asterisk setup.
They had 2 pstn lines - only really needed a max of 2 previously.
Now I have installed a tdm410 to handle the cross over from pabx to voip
handset. this has been done, the tdm is now just used to provide a
backup pstn line - only used as a last resort for outgoing calls - as
its shared with a fax line.
I use 2 voip