Displaying 20 results from an estimated 26 matches for "emilitri".
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
2016 Jun 14
4
Pet project: one step Asterisk compile on Centos 7
Hi all,
I thought I'd share I script I made (based on some of Leif's works)
that lets you download, compile and install Asterisk all in one go;
and then removed the dev tools used.
We use it quite a bit to provision systems using Ansible, but it is
easier than remembering everything every time even if you are using a
shell.
At the moment I have scripts for Centos 7 and Asterisk 13, but
2011 Mar 21
7
Queue pause vs logged out ?
Hey Guys,
I knew this is stupid question but i just want to know what is the difference between Queue member logged out vs Pause ?
-Satish
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110321/7646a66b/attachment.htm>
2009 Feb 18
2
Setting SIP header on agent calls made by a queue
Hello list,
I am trying to set a custom SIP header on all calls that are made by the app
queue because I want to track a certain state at the SIP level.
If I use the following code:
exten => s,n,SIPAddHeader(X-Unique-ID: ${UNIQUEID})
exten => s,n,Queue(myQueue)
this works fine for the FIRST call made from the queue to an agent; but if
that call does not go through, it's not repeated
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
2009 Aug 31
5
queue issue
I have a _very_ specific situation where I need queues to work in a very
specific manner - I need the queue to only accept one call at a time,
even though several phones are attached to it.
My memory tells me that queues might have even worked this way in the
distant past (pre 1.0)...but I am willing to be mistaken.
Is this even remotely possible?
PaulH
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
2010 Aug 08
3
How to track a call result originated from originate AMI command
Hi All,
I want to track a call that is originated using originate AMI command
through AstManProxy server.
I m using AstManProxy server and I developed an AstManProxy client.
By using my AstManClient program I can able to login AstManProxy server.
Now I can able to issue/send originate command to generate a call but I m
very confuse that I cannot able to track my
call.
The AMI events were
2015 Apr 23
0
Sample Docker images for Asterisk available
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 04/23/2015 02:03 PM, Lenz Emilitri wrote:
> 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 you...
2009 May 25
1
New tutorial: storing audio recordings per day
Hi everyone,
after doing the same thing multiple times and struggling to remember how it
was done, I have prepared a small tutorial that explains how to save
monitored files in different folders per day. This is quite useful
becausethe resultingfile system is way more manageable than having maybe
100,000 files all saved in the same folder.
You can find the tutorial here:
2011 May 31
1
queuemetrics with 1.8 queue_log
Hi Guys!
We were using queuemetrics since long time with asterisk 1.2 but recently we have install 1.8 asterisk and but there is a big different in queue_log its saying SIP/XXXX instead of Agent/XXXX that is obvious behaviors. so do i need to change Agent/XXXX to SIP/XXXX in queuemetrics ? or is there any workaround to keep business running same like it was before.
-S
--------------
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:
2014 Sep 12
1
Tutorial: compiling and installing Asterisk 13
Hi all,
I just prepared a little tutorial on installing Asterisk 13 on CentOS
6.5 64-bit.
See http://astrecipes.net/index.php?n=668
Hope you like. :)
l.
--
Loway - home of QueueMetrics - http://queuemetrics.com
Try the WombatDialer auto-dialer @ http://wombatdialer.com
2009 Aug 17
3
queue_log in mysql and file
Hi,
I am using RT engine to log queue_log to a mysql database. My extconfig is
[settings]
queue_log => mysql,asterisk16_production
Logging to mysql is working fine.
But I find that the queue_log file now only has QUEUESTART lines for eg:
1250519094|NONE|NONE|NONE|QUEUESTART|
1250519186|NONE|NONE|NONE|QUEUESTART|
How can I have queue_log in both db as well as in a file?
thanks and
2009 Jul 20
0
No subject
I got this notion
monitor-format = wav49
wav49 presents much louder than regular wav and gsm in my experience
--
_____
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Lenz Emilitri
Sent: Friday, January 22, 2010 8:48 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Setting MixMonitor options from Queue
I know this is not what you need, but you might postprocess recordings to
raise the volume level. I know this is not optimal but...
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
2009 Dec 14
3
hints through a Local channel
Hello all,
I am trying to set up a dynamic channel to be used as an Agent dialer for a
queue - you know, trying to replace AgentCallBackLogin for an Asterisk 1.6.
I would like to do something like:
[myagents]
exten => XXX,1,Set(realchan=${DB(myagent/${EXTEN})})
exten => XXX,n,Dial(${realchan},tT,60)
This basically fetches the actual channel to be used for dialling and dials
it. What I
2005 Oct 12
5
ACD/queues question
Hi there,
Does anyone know how to setup an overflow queue? When a call rings on
the queue A, if all agents were busy, the call goes to the queue B.
If all agents in queue B were busy, then the call stays on both queues
until somebody answers it.
I think this is a basic ACD feature available on most PBX that support
ACD functionality.
Does anybody knows how to do it with asterisk??
2010 Oct 20
5
Queue member status - BUSY
Hi,
Is there a way to know if a member of a queue is currently engaged on a call? Or if a queue can return a busy status if all members are currently engaged in a call? QUEUESTATUS only returns FULL and TIMEOUT, and the scenario only falls into TIMEOUT, and has to finish the assigned number of seconds into the QUEUE CMD before it falls back to the next routine on the dialplan.
Any ideas?
2011 May 25
6
Asterisk 1..8 multiple queue
Hey Guys!
We had migrate asterisk 1.2 to 1.8 now big issue is queue system. Before we had 3 queues and we were using AgentCallbackLogin but now its quite difficult to use AddQueueMember.
Is there any easy way to logged into multiple queue using AddQueueMember ? and restrict agent for specific queue ?
-S
-------------- next part --------------
An HTML attachment was scrubbed...