Displaying 20 results from an estimated 500 matches similar to: "Running applications when a queued call is answered"
2006 May 03
0
Running applications when a queued callisanswered
>
> Yes. I'd like to do something like:
>
> Ringing()
> SendURL(http://example.com/${EXTEN}.html)
> SayDigits(${EXTEN})
> Wait(5)
>
> That's close to what you suggest, but Asterisk on its own announces
> first then sends the URL with no wait, so the agent is left scrambling
> to see who the call is for as the Web page and the call come
2004 Jul 08
1
displaying call progress with SendText on a Snom
Is there a list of phones (hard or soft) that support the Asterisk
SendText or SendURL applications? I have been trying to make this work
with a Snom 200 and a Cisco 7960, to display call progress information,
such as which trunk a outbound call is routed to, but my attempts have
been unsuccessful. The Snom claims to support SMS somehow, but searches
reveal no useful information on how it is to
2005 Mar 18
1
call a url and get a result in the dialplan
Hi,
can a call a php script wich is located in a remote server, someting like
calling www.theserveraddress.com/scripts/validate?code=234234swq and get the
result which this script generates (a 0 or a 1) back in the dial plan in a
direct way or should I create a script which in turn does this?
I'm using * CVS HEAD.
Also I searched for this for I while but didn't manage to find anything
2006 May 03
1
Running applications when a queued call isanswered
>From the queues.com file.
; An announcement may be specified which is played for the member as
; soon as they answer a call, typically to indicate to them which queue
; this call should be answered as, so that agents or members who are
; listening to more than one queue can differentiated how they should
; engage the customer
;
;announce = queue-markq
This allows you to have one
2006 Jan 28
3
Urgent: Unable To Execute after updating from SVN
Following is the last few lines of output when i try to launch Asterisk:-
[app_zapscan.so] => (Scan Zap channels application)
== Registered application 'ZapScan'
[app_saycountpl.so] => (Say polish counting words)
== Registered application 'SayCountPL'
[func_cut.so] => (Cut out information from a string)
== Registered custom function CUT
== Registered custom
2005 Jan 03
2
sendURL
Someone know what kind of terminal I need to use for this feature?
What exactly do this and what is way to use that?
Sebasti?n Atala
2008 Feb 27
1
Call recording problems from queue
Hello,
I'm trying to set up call recording for a queue. Right now the
recording appears to work correctly, but when I call and chatter for a
minute or so, at the end of the call I end up with a very small file
(less than 100 bytes), which contains about .06 seconds of silence.
If I talk for another minute, this file will get up to 200 bytes or
so.
In my queue configuration, I have:
[testq]
2007 May 30
0
SIP SendURL
recently added support (with bug) for SendURL for SIP channel causes
problem with nokia phones, as I reported in
http://bugs.digium.com/view.php?id=9821
it was quickly resolved,
but because I can't find any RFC what it is doing/how to use it, I would
like to ask here,
if someone using this feature, or do you know according to what RFC this
was added, please let me know. thanks
PJ
2004 Sep 27
1
Peer Review - Linuxfest Presentation Outline
Hello all,
I've been invited to do a presentation on Asterisk for the Ohio
Linuxfest in Columbus this weekend (http://www.ohiolinux.org). Rough
estimates are that nearly 500 people will be attending. I've been working
on an outline for a couple of weeks and I would like to have some peer
review of the information presented.
I am going to have to cut down the content to make it fit in
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]
2009 Apr 14
4
Ignoring time spent waiting in queue in CDR
Hello,
I'm working on an Asterisk configuration for a call center, and they
bill based on the time spent talking to an agent, but not for any time
spent waiting in a queue. The CDR information contains the entire
duration of the call as billable seconds, including time spent waiting
in the queue. I would like the billable seconds to only include the
time spent actually talking to an agent.
2008 Jan 23
0
app_txfax
Hello,
I'm setting up Asterisk to send outgoing faxes over a PRI line. I
installed app_txfax and its prerequisites and astfax to submit email
messages to Asterisk. This all seems to work fine, but I get some
error messages in my logs I don't understand. Whenever I send a fax
it goes through fine, but I get these messages in the logs:
[Jan 17 11:21:07] WARNING[2413] chan_zap.c:
2010 Jan 20
1
Setting MixMonitor options from Queue
Hello,
We are recording our calls to queues by putting the appropriate options in
our "queue.conf". This is all working properly.
We would now like to set the MixMonitor option to adjust the caller volume
(which is very quiet). With the regular MixMonitor application, we would
just add the "v4" option to make it much louder. I don't see a way to set
this option when
2006 Jun 11
3
JIAX status
HI,
Anyone knows the current status of JIAXclient?
I tried to recompile the sources available in sourceforge but
they reference a old java package that I was not able to find.
I tried to e-mail the author but seems that his account is no longer valid.
I in need of a java IAX client that could be loaded as an applet. I know
that
is a lot of viable SIP alternatives, but due to NAT/Firewall
2007 Apr 30
2
Send Variable in Dial
Hello to all
I need send a data to sofphones screen when I use a Dial () .
Thanks a lot
Regards
Andres Gomez
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070430/d26033b2/attachment.htm
2009 Jul 22
2
Waiting for a call to complete with AMI Originate
Hello,
I'm using an AMI Originate command to send a fax. The fax is sent by
a script, and I'd like my script to send the fax, wait until it has
succeeded or failed, then exit with an appropriate error code (it is
driven by a mail system, so the exit code will tell the mail system
whether to retry the fax later).
The script works great if the fax succeeds, or if the line is busy or
2008 Jan 18
3
Circular links and backups
Hello,
I ran into an interesting problem earlier today. I have a Unix
machine I maintain in a largely Windows shop. They use Windows Backup
for their backups, and so I created a readonly share of the entire
filesystem with one user, "backup", who is an admin user. This lets
them back up the entire Unix machine by attaching to the "backup"
share, but nothing can be changed.
2004 Sep 14
1
asterisk does not start...
When I do a 'asterisk -vvvvvc' I get following, but asterisk does NOT stay up:
== Parsing '/etc/asterisk/asterisk.conf': Found
== Parsing '/etc/asterisk/extconfig.conf': Found
2005 Mar 02
5
Asterisk URL and Callcenter Apps
Guys.
How do those callcenter apps work with Asterisk where a call comes in and *
send a URL and some screen popup up based on callerid or something or
username or id and shows all the customers info?
Anybody done that? What do you need to do that?
If you are using ATAs or IP Phones, how do those integrate with the PC so
the screen would popup?
2005 Aug 11
2
wildcard/FXO config
Trying to config the latest Asterisk/zaptel with an Digium Wildcard and a
single X100m FXO interface connected to a POTS analog line.
Build and install of both work ok - I'm using Suse 8 on a dual Pentium box. I load
the driver with "modprobe wctdm" and the LED on the wildcard lights up. Then I start
Asterisk with "asterisk -vvvgc" and asterisk fails to start.
The