Displaying 20 results from an estimated 2000 matches similar to: "Re: Match a Numer - then continue with, dialplan"
2006 Dec 20
3
Re: Match a Numer - then continue with, dialplan
> -----Original Message-----
> From: David Gomillion [mailto:dgomillion@eyecarenow.com]
> Sent: Wednesday, December 20, 2006 10:27 AM
> To: asterisk-users@lists.digium.com
> Subject: [asterisk-users] Re: Match a Numer - then continue with,
> dialplan
>
>
> I think you're making it far too difficult.
>
> What I do is something like this:
>
> [outgoing]
2006 Dec 20
0
Re: Match a Numer - then continue with, dialplan
> -----Original Message-----
> From: Richard Lyman [mailto:pchammer@dynx.net]
> Sent: Wednesday, December 20, 2006 4:29 PM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [asterisk-users] Re: Match a Numer - then continue with,
> dialplan
>
>
> Douglas Garstang wrote:
> >> -----Original Message-----
> >> From: David
2003 Nov 06
5
FW: recording calls
Sorry that got accidentally sent incompleted, here's the full post:
OK, here is the long drawn out description of how I am using Zap Barge and
Monitor:
Zapbarge(listen in on live calls):
Very simple actually I just added this to my dial plan(extensions.conf):
; barge monitoring extension
exten => 8159,1,ZapBarge
exten => 8159,2,Hangup
Then when you dial 8159 on
2003 Nov 05
6
recording calls
Hello,
You can use ZapBarge as an extension in your dialplan to listen in on
conversations going on in Zap channels(Zaptel device channels)
As for recording you can use the Manager interface command StartMonitor to
start recording of a Zap channel and StopMonitor to stop it.
Zap channels are pretty much the only ones right now that you can directly
monitor and record through Asterisk.
If
2006 Nov 29
0
Re: asterisk-users Digest, Vol 28, Issue 152
asterisk-users-request@lists.digium.com wrote:
> Send asterisk-users mailing list submissions to
> asterisk-users@lists.digium.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.digium.com/mailman/listinfo/asterisk-users
> or, via email, send a message with subject or body 'help' to
> asterisk-users-request@lists.digium.com
>
>
2006 Mar 27
3
Config File Management
I'm curious (ok, well I admit it - it's for perosnal gain) what methods people are using to manage asterisk config files when they have multiple asterisk systems?
Some sort of revision control such as cvs,rcs or subversion?
A central 'config server' where you edit the files and then rsync them out?
I have 5 systems to manage, and it seems that about the only common file is
2004 Sep 03
2
Wall-mounting UIP 200 and SoundPoint IP600 keeps coming off hook
I am looking for a large number (probably about 100 or so) low-cost
phones that I can hang on the wall. I need the phones to use PoE. Do
the Uniden phones support wall-mounting? These phones are not going to
be high-usage; they simply need to be there in case of an emergency.
Another question, along the same kind of lines, has anyone figured out
how to keep the SoundPoint IP 600 receiver
2003 Oct 07
0
RE: Asterisk-Users] IVR Questions?
OK, I've got my script all set up and running, but now Asterisk crashes when the digits are entered with the following error:
Ouch ... error while writing audio data: : Broken pipe
I just retrieved and compiled the latest CVS this morning, as well as the latest AGI perl module. Why won't the AGI->get_data() function work correctly?
Joe
Richard Lyman <pchammer@dynx.net>
2003 Dec 15
3
Norstar MICS
I am currently working on an Asterisk test system, and will be
presenting a demo to the Board of Directors tomorrow night. I want to
make sure I have all of my ducks in a row.
The Asterisk system will be used to replace a Norstar MICS. The
location has two PRI's coming in, with a few hundred DIDs. I know how
to make * use the DIDs incoming, and I know how Nortel uses the DIDs.
Now for the
2004 Jan 13
4
inbound call routing problem
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 2730 bytes
Desc: image001.gif
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20040113/2fec80ee/attachment.gif
2003 Dec 17
5
Readline & readline-devel installation on RH9
I have a new user question. Sorry I know most of you are Linux experts
I am not! I am just getting my feet wet with this. And I am sorry to
ask this stupid question.
I was following an installation post from Wiki that said when using RH 9
you need to make sure that you have the following installed first and
you should check them with the following command. Are there any other
items I need to
2007 Jan 03
4
over 200 queues, anyone?
Hello list,
one of our clients is going to be deploying a system with over 200
differently composed queues and 100 agents. We are going to do a full test
of the viability of this solution before deployment, but I was wondering
if anyone has experience of such a setup and if there are any obvious
problems or no-nos.
Any suggestion welcomed,
l.
--
Home of QueueMetrics -
2005 Mar 24
2
Polycom DTMF
Problem:
Polycom SoundPoint IP phones (running SIP) ceases to send DTMF that
Asterisk can detect and use. It worked in 1.0.5, but has not worked
since. This has been verified on SoundPoint IP 300's and SoundPoint IP
600's.
Workaround:
It used to be that for DTMF to work, I had to set the mode in
sip.conf to "inband". Without making any configuration changes on the
2003 Dec 15
3
Nagios/measurement with Asterisk - any plugins?
I have spent some time digging through the archives for comments
concerning Asterisk and monitoring systems, and I have found few
results.
check_asterisk.pl.gz (http://www.dynx.net/ASTERISK/misc-progs/) which
gives an error on download, and has no further Google references
astping.tar (http://www.dynx.net/ASTERISK/misc-progs/ and also in the
mailing list archives) supposedly sends a query to
2003 Aug 25
2
SetVar on sample.call
Hi all!!
Does anyone have a short example or even better - a working AGI script that uses "GET VARIABLE' from a /var/spool/asterisk/outgoing call that uses "SetVar"?
Here's what I've tried with no luck so far:
sample.call
=================
Channel: SIP/1000
MaxRetries: 2
RetryTime: 60
WaitTime: 30
Application: Agi
Data: playTasks.agi
Callerid: Nightly Processor
2007 Oct 31
4
AEL2 and Callbacks
I am originating a command via the AMI with this...
Action: Login
Username: xxx
Secret: yyy
ACTION: Originate
Async: yes
Timeout: 60000
Exten: callback
Channel: Local/6505551212 at LegA
Callerid: 849120
Context: default
ActionID: 849120
My LegA context:
-----------------------
context LegA {
_X. => {
Dial(SIP/${EXTEN}@Provider);
}
}
And my default context:
2006 Dec 20
0
Re: Match a Numer - then continue with, dialplan
I seriously doubt he'd know how to get on the 'Internets'
-----Original Message-----
From: Doug Crompton [mailto:doug@crompton.com]
Sent: Wed 12/20/2006 8:07 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Cc:
Subject: RE: [asterisk-users] Re: Match a Numer - then continue with, dialplan
On Wed, 20 Dec 2006, Michael Collins wrote:
> After listing all of that,
2006 Dec 20
0
Re: Match a Numer - then continue with, dialplan
I think you're making it far too difficult.
What I do is something like this:
[outgoing]
include => internal
include => longdistance
;Always include internal first, as matches from the first include
;will be used first. This allows you to make sure your internal
;extensions don't go out your trunks.
[longdistance]
ignorepat => 9;
include => default; already included from
2006 Dec 20
2
Re: Match a Numer - then continue with, dialplan
> -----Original Message-----
> From: Tony Mountifield [mailto:tony@softins.clara.co.uk]
> Sent: Wednesday, December 20, 2006 2:41 PM
> To: asterisk-users@lists.digium.com
> Subject: [asterisk-users] Re: Match a Numer - then continue with,
> dialplan
>
>
> In article
> <645FEC31A18FE54A8721500CDD55A7B6035D0C6C@mail.oneeighty.com>,
> Douglas Garstang
2004 Oct 04
2
Queue/Agents problem with 1 agent
Hello. I've got 1 queue setup with 2 possible agents. Agent 1 is logged in
and awaiting a call via AgentCallback. Agent 2 has not logged in. An
outsider (caller A) calls in and is placed in the queue, cytelcs. Agent 1's
phone rings and Agent1 and A talk.
While they are talking, caller B calls in. Caller B is correctly placed in
the queue and hears music, however this shows up in asterisk