Displaying 20 results from an estimated 10000 matches similar to: "Originate and tracking"
2009 Jul 29
1
Matching Originate action with its NewChannel event
An application commanding asterisk with AMI is going to launch lots of
concurrent calls in very few seconds using the Originate AMI command but
it's also going to need to be able to cancel very quickly any call of them
even before each OriginateResponse event comes in. All the calls will be
done by the same trunk (a trunking enabled channel). But there's a problem
for canceling any call:
2007 Dec 10
0
diferents events between ast1.2 & ast1.4 ??
Hi all,
I'm new in the list, and I have a problem upgrading from asterisk 1.2 to
asterisk 1.4:
There is a diference from asterisk1.2 to asterisk1.4 in AMI events.
When I do a call to a queue (with the same extensions.conf dial plan)
with ast1.2 and ast1.4, in ast1.2 apper 3 newcallerid event in ast1.4
apper only 2.
It is normal? anyone knows it? what is the reason?
I
2007 Mar 30
1
call file vs. originate
I'm having trouble getting the manager interface to behave properly;
specifically the Originate event.
If I create an originate event as below, the calling phone will
auto-answer (as it's supposed to) but the receiving phone never rings.
It will timeout at 20 seconds.
Action: Originate
Channel: Local/201@from-sip2
Context: from-sip
Extension: 154
Priority: 1
CallerID: John Doe
2006 Jan 30
1
Manage api- Matching 'Newchannel' event with the 'Originate' command
Hi all,
When the 'Originate' command is issued with 'Async' open set to 'yes', I got the response right away with the correct 'ActionID'. What follows is the 'Newchannel' event with a 'Channel' ID, but their is no 'ActionID' to tie it back to the command. How do you guys deal with this?
-------------- next part --------------
An HTML
2005 Jan 21
0
Help DIALSTATUS gives ANSWER when line is BUSY?
I'm running Asterisk CVS-v1-0-12/20/04.
I'm using PHP with Manager API Here is the code:
####################################################################
# Make call
####################################################################
$socket = fsockopen($ask_db,"5038", $errno, $errstr, $timeout);
if (!$socket) {
echo "$errstr ($errno)<br /\n";
} else {
2010 Oct 21
1
How to kill AMI ORIGINATE on-the-fly
My application fires several calls thru AMI ORIGINATE command.
For example if I have 3 operators I do 3 ORIGINATEs.
My trouble is when one operator quit for some reason, I should kill the
corresponding ORIGINATE.
Of course, I could let the call ring and hangup after the customer pick-up.
But this is not the case, I do have to kill the corresponding ORIGINATE.
I could execute a soft hangup,
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
2007 Oct 24
1
AMI ActionID.... Doesn't work
Is it well known that setting the ActionID when connecting to AMI has absolutely no effect?
Is this fixed in Asterisk 1.4?
If you add an ActionID to your Originate command for example, it looks like the only events that come back with an ActionID associated are the initial response, OriginateSuccess and OriginateFailure. That's it. No other events have an ActionID associated. This pretty much
2010 Oct 01
2
AMI Originate
When calling Originate Action, it rings my phone. If I do not answer, I
receive a Channel Event: Hangup, followed by receiving an
OriginateResponse event with a Failure Response, Reason 3.
My phone continues to ring.
If I answer the phone at this point, it attempts to answer, but does not
succeed.
Looking at the asterisk debug, it appears to destroy the SIP dialog for
the call. It also
2008 Feb 20
0
Strange NewCallerIDEvent after channel are linked
Hi all,
just for learning purposes i made a little gui frontend that visualizes
incoming and outgoing calls in realtime, using the events of asterisk.
I experienced a strange behaviour for outgoing calls. The callerid for
the *called* person got changed to one of my own numbers, after the
channels git linked.
After looking into the flow of events i saw that asterisk keeps sending
an
2004 Jul 14
0
Originate to IAXComm problem once again
I am sending this again since I haven't get it back for twelve hours:
When I originate call to IAXComm, more or less one of tree calls fails
for no aparent reason. Originating calls to SIP clients works as
expected. Anybody has similar problems? Is it asterisk or client problem?
Asterisk log:
Jul 15 00:00:04 DEBUG[1179663]: manager.c:1018 process_message: Manager
received command
2009 Oct 05
3
OriginateResponse Event
Hi people,
I'm executing some parallel Originate async, is there a way to know the result of each originate?...
I was looking at the OriginateResponse event, but I don't know how to get it from my web service. Also, if I have 3 originate in parallel, how can I identify the OriginateResponse of each one?
Thanks in advance...
Anahi Ludue?a
2010 Jun 09
0
AMI Queue information about incoming call's channel before link
Hi,
I'm developing an application using AMI and I need to get information
about incoming call _before_ queue member answers it.
I'm using static members (queue is pretty simple) and don't want to use
chan_agent (I think AgentCalled event will do what I'm looking for).
Here is what I'm getting now:
1. Newchannel event for incoming call followed by Newstate and Join. All these
2005 Sep 15
1
Originate not understanding 2 vars in setvars
Hi,
I'm currently trying to originate a call with 2 variables set. I tried
doing it via manager API and call File and both failed, because the vars
were not separated. I'm using Asterisk 1.2_beta1 on this machine
Can anyone here verify wether this is a bug or just a stupid error on my
part?
This is the callfile I tried to use, after the manager way failed:
Channel:
2010 Nov 24
0
Originate Response.
Hi to all.
I am conducting several tests with the Asterisk manager and I noticed
something that I believe to be a problem.
When I generate a call with the Action Originate with the Async option true,
the event OriginateResponse returns normally. But when I generate a call in
the same way, without the Async option, the event OriginateResponse does not
come.
Is this a bug? It was fixed in some
2003 Nov 20
0
Missing Manager Events/Actions: Hold, Reconnect, Conference
This may be better off on the developer list, but I thought I would see
if I was way off-base before I went there. I am working on a manager
CTI client (currently for windows but with hopes of porting it elsewhere
later).
[Hold/Reconnect]
I have many of the features working. I can originate calls (using the
call-in/call-out originate that the manager provides) display
call-related information
2004 Aug 04
1
Identifying which call an event belongs to
Hi,
I guess I need some help with management interface. I would like to watch
calls through the management interface, but I don't know how to identify
which call an event belongs to or in other words how to associate a call
and uniqueid field of event.
Let's say I send the following manager command:
action: originate
channel: sip/12125551111@pbx1
callerid: 12125551111
MaxRetries: 1
2005 Sep 13
2
actionID on manager events
Hello, all!
I'm looking at the wiki page and info on the mailing list and I'm getting
conflicting info...
I am using the manager API from the telnet CLI and I am testing creating calls
with it. I login with events: on and I can originate calls just fine.
However, when I set ActionID on an Originate, I cannot see anywhere where that
actionid carries into the Event output.
But I found
2005 Aug 28
1
DIALSTATUS for Originate
Hi all,
I am from India and has been recently using asterisk for testing and enahncing my telephony knowledge. I am trying to use the originate Command from the Asterisk manager on both SIP and ZAP. The command works successfully but does not return any DIALSTATUS such as BUSY,ANSWER,NOANSWER as in case of command DIAL when used from the dial plan. Can some one guide me how to get the vaue of
2007 Jun 21
0
ENC: Action Originate (Asterisk Manager) X Monitor()
Hi people! I need a help.
I connect with Asterisk Manager and execute an Originate Action that asks
for Asterisk to call for a number 09194**** and to transfer to peer 101.
This command enters in my dial plan extension that I made exclusively for
tests.
The problem is:
If I do the call through ORIGINATE Action, the Monitor() just makes the
record file, but this is empty, if I do