Displaying 20 results from an estimated 10000 matches similar to: "Best way to update ever changing dialplans"
2013 May 14
4
dial and bridge
Hi all,
I need some advice - I have been working on originating multiple calls
using AMI and then joining them.
What I want to do is:
- dial call 1 (where the caller is in a "channel" format, like SIp/1234 or
Local/1234 at ext) and "park" it somehow
- dial call 2 (where again the caller is in channel format) and join it to
the previous call.
As a requirement, I cannot use the
2013 May 13
1
amiDebugger - might make your life easier if you program through the AMI
Hi all,
I have been playing with the AMI quite a bit lately - mostly debugging
WombatDialer in production, but that's a different story - and I have been
frustrated by the lack of a simple way to interact CLI-like with the AMI
itself. So I have decided to write something myself to make my life easier,
or at least a bit less miserable.
The result is a little webapp that you can use as a sort
2019 Apr 19
2
Forking AGI or GoSub
In PHP something like:
$pid = pcntl_fork();
if ($pid != 0) {
// we are the parent
// do parent stuff
exit;
}
// we are the child, detatch from terminal
$sid = posix_setsid();
if ($sid < 0) {
die;
}
// do child stuff
On 04/19/2019 02:00 PM, Mark Wiater wrote:
> On 4/19/2019 1:49 PM, Dovid Bender wrote:
>> Mark,
>>
>> I am using PHP agi and when forking
2013 May 31
1
WebRTC softphone for Asterisk - any suggestion?
Hi All,
I wonder if any of you has some suggestions on which WebRTC
client/softphone to use for a click-to-dial, webpage hosted solution. Any
suggestions?
Thanks
l.
--
Loway - home of QueueMetrics - http://queuemetrics.com
Test-drive WombatDialer beta @ http://wombatdialer.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2019 Jul 09
2
SIP credentials in the dialplan
On Tue, Jul 9, 2019 at 6:05 AM Joshua C. Colp <jcolp at digium.com> wrote:
> On Tue, Jul 9, 2019, at 7:00 AM, Dovid Bender wrote:
> > Hi,
> >
> > Looking at http://the-asterisk-book.com/1.6/applikationen-dial.html you
> > should be able to dial with SIP credentials in the DP. Is this still
> > possible in recent versions of Asterisk either with chan_sip or
2019 Apr 10
7
Forking AGI or GoSub
I have an AGI that can sometimes take time complete. I don't want the
dialplan to be held up by the agi. Is there any way to call it and have
Asterisk continue with the dialplan?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20190410/4c704231/attachment.html>
2013 Jan 05
8
Detect Low Quality Calls - Realtime
Hi there,
I support a large number of enterprise users who contractually must connect to
our support center via a 4G VOIP connection.
I simply want to be able to auto detect all poor quality calls in realtme (as
they are being made), play a message and drop the call - without user
intervention. All decent call quality calls will be allowed through - to be
handled by support staff.
Its a
2006 Feb 02
9
Asterisk on laptop connected to POTS line
Anyone know of any equipment that I can use to connect
a laptop running asterisk to a POTS line (RJ11) ?
Regards,
Dovid
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
2005 May 11
12
Snom 360
I am having major problems with the first run of Snom 360s that rolled
out last month.
I am working with the US vendor and they in turn are working with Snom
but I wanted to see of anyone else was using these or having issues with
them.
Issues:
Speakerphone/Hands Free volume spikes up and down during a call. You
have to manually set the volume during every call. This makes it totally
unusable.
2015 Apr 23
2
Sample Docker images for Asterisk available
Hello all,
I created a set of Docker images running Asterisk and exposing AMI /
ARI ports that i found to be quite useful for ARI / AMI development
and regression.
As they are based on Docker with whaleware, adding new configuration
files to roll your own dialplan / queues / voicemail etc is pretty
easy. And you can run quite a lot on the same box to simulate
clusters.
There is no SIP / RTP
2020 Jul 08
8
Redis in place of astdb
Hi,
Does anyone know of any projects that would allow you to use Redis in place
of AstDB? By in place of I don't mean for what Asterisk needs but to store
values. For instance for CNAM currently we need to use an AGI to connect to
redis to pull CNAM. So in place of:
Set(CALLERID(name)=${DB(CNAM/${CALLERID(num)})}
it would be done with redis for example:
2013 Jun 19
3
Handoff dial control to dialplan after AMI Originate
Hello,
I'd like to use the AMI interface to originate a call to a context in a dialplan, and handoff the dial control to the context.
Whenever I execute the below action, the recipient does ring, but when I answer it dials the recipient again. I believe this is because once answered the system is going to execute the Context/Exten/Prio in the Originate action?
Action: Originate
Channel:
2019 Aug 01
4
Lightweight ODBC DB
Glenn,
I can't use MySQL as each node currently has MySQL however there is a lot
of data that is stored locally on each box. I may have to take this route
if I can't find something else but that would mean syncing all sorts of
data that does not need to be synced.
On Tue, Jul 30, 2019 at 10:03 PM Glenn Geller (VDOPh) <ggeller at vdo-ph.com>
wrote:
> Hi Dovid,
>
>
2006 Mar 03
9
Preferred editor(s) dialplan coding?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hey all,
First of all, hello again! Been a while since I've posted to the
list, but I've been here lurking and watching ;-)
Anyway, I wanted to pose a general question to the list to see
if it turns up new suggestions for everyone/me.
What is your preferred editor when coding in the dialplan? This
is mainly aimed at those of you who write
2018 Jun 26
2
Asterisk not matching longest prefix with include
On Tue, Jun 26, 2018 at 7:28 PM, Doug Lytle <support at drdos.info> wrote:
> On 06/26/2018 07:20 PM, Dovid Bender wrote:
>
> Doug,
>
> I tried that as well. Even with my dialplan looking like this:
>
>
>
> Ordering by includes works for me under Asterisk 11 and 13
>
> What does the output of the below show?
>
> dialplan show from-external
>
>
2013 Apr 17
1
Phpagi action based on outbound call user response
Hello List,
In PHPAGI, I'm using the Astrisk Manager function send_request() to
originate an outbound call. I want to execute the remaining PHP code after
the call gets executed (depending on user input). But presently the call
originates in a different context and asterisk executes the remaining code
in parallel.
Is there a way in which I can pause the code execution until the call is
2013 Sep 26
1
Queue Management
Dear All,
I have six different campaign and 5 different agent have login on that
campaign.*Same thing i have done using agi and database,i never use queue
management on this scenario. Agent** can also shuffling one campaign to
anther campaign. *
Now i want to do some work with queue.I want to use single queue to
managing this.
Eg:
campaign Agent Login
A
a_1,a_3
2013 Oct 22
2
Calls Recording Solution
Hello;
I am looking for calls recording solution to do recording based on the network traffic .. The solution to be competitive and appreciate if it is open source .. Any suggested one?
Regards
Bilal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20131021/8ed5196a/attachment.html>
2014 Jun 13
2
pull a call from a queue
We have a queue monitoring application running so we can see the caller
ID of callers in a queue. If we see a VIP in the queue, is there any
method to force that call to be first in line? If there's a softphone,
or queue managing application already written that does this, I'd love
to know.
2013 Aug 27
2
Kepress while on Queue
Hi,
Will Keypress option will work when am in the queue and hearing MoH?
Lets say a caller is waiting in queue and while he is hearing MoH, can he
key in some DTMF and go to some other queue? is that possible?
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: