similar to: Originate Response.

Displaying 20 results from an estimated 11000 matches similar to: "Originate Response."

2010 Nov 08
3
Get the Uniqueid of Action Originate in the AMI
Hi to all. I'm begin a use the AMI and i have the need to get the uniqueid from the call i have generate using the Action Originate. Anyone can help me? When I generate these commands: action: Originate channel: SIP/101 application: Dial data: SIP/100,120,Ttr The only response I get when the call is answered, is this: Response: Success Message: Originate successfully queued Thanks a
2010 Dec 01
1
Reasons of OriginateResponse
Good morning everyone. I wonder where I can find a list of the reasons the event OriginateResponse. I found this list [1]. But in my Asterisk has other reasons too. [1] 0 = no such extension or number 1 = no answer 4 = answered 8 = congested or not available Thanks in advanced, -- Rodrigo Lang Opening your mind - Just another Open Source site<http://openingyourmind.wordpress.com/>
2007 Sep 26
1
Manager Originate Action and Cancel
I'm using the Originate Action on the Asterisk Manager to place calls between two extensions in async mode. Is there any way to cancel the Originate Action before I get the OriginateResponse action? I'm unable to perform a Hangup because I can't know the channel name before I get the response... thanks in advance! -- santiago aguiar *netlabs* / Palmar 2548 Montevideo, Uruguay Tel.
2010 Dec 01
3
Abandon events in cdr
> > Sorry, of course cdr.conf not queues.conf. marcus > > Am 01.12.2010 19:16 schrieb "marcus rothe" <synco16 at googlemail.com>: > > > Hi Rodrigo, have you got enabled the appropriate line in queues. Conf? > Regards Marcus > > Thanks very much, I include the line "unansweredy=yes" in the cdr.conf and solve the problem. Thanks again! --
2013 Aug 22
2
How to get the original SIP result code
B.H. Hello, i'm using AMI Originate action (with async=true) to send outgoing calls to a SIP trunk (using asterisk-java library to connect to AMI). The problem is that in case of failed originate, OriginateResponse event is returning only the reason code which is sometimes not sufficient to determine the real cause of failure. Also, there's no way to link between the channel that was
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
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 Aug 13
0
Originate and tracking
I am originating calls through the Manager Originate API command. I can track failures (through the OriginateResponse event) I can track answered calls through the OriginateResponse event) There may be occasions where I need to cancel some outbound calls whilst they are ringing. Here's my problem: How do I know what the channels are in order to cancel them ? I can get a
2011 Feb 24
1
extensions.lua with luasql.mysql.
Hi to all! I'm trying to create a context for integration with extensions.lua and libsql.mysql, but I'm not getting to run. When I reload the module pbx_lua.so the following error appears: [Feb 24 16:59:29] ERROR[30749]: pbx_lua.c:1249 exec: Error executing lua extension: error loading module 'luasql.mysql' from file '/usr/lib/lua/5.1/luasql/mysql.so':
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 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 Nov 10
0
Problem with AMI
Hi to all. I have a problem in the AMI. Sometimes the AMI don't generate the event NewState when the exten of destiny is Ringing and sometimes don't show me the callerid in this events. The event NewState what i refer: Event: Newstate Privilege: call,all Channel: SIP/17-00006fd6 ChannelState: 5 ChannelStateDesc: Ringing CallerIDNum: 4191920902 CallerIDName: 4191920902 Uniqueid:
2011 Feb 10
3
CDR with unix time.
Good morning everyone. I wonder if it is possible, without touching the source code, to Asterisk save the cdr with date in unix time instead of the default date. It's possible? Thanks in advance, -- Rodrigo Lang Opening your mind - Just another Open Source site<http://openingyourmind.wordpress.com/> -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Oct 04
1
asterisk-users Digest, Vol 75, Issue 2
Date: Fri, 1 Oct 2010 18:40:40 -0300 From: Rodrigo Lang <rodrigoferreiralang at gmail.com> Subject: Re: [asterisk-users] AMI Originate To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users at lists.digium.com> Message-ID: <AANLkTikV+32vKVSkAFmkDciOPn+rO=k3jYJmsZLNj1QS at mail.gmail.com> Content-Type: text/plain; charset="iso-8859-1" 3
2011 Feb 17
1
Realtime MySQL - Asterisk 1.8.2
Hi to all. I make some tests with Asterisk 1.8.2 in Realtime. But i have one problem, the asterisk don't connect in the base and show this message: [Feb 17 11:18:01] WARNING[19061]: res_config_mysql.c:441 realtime_multi_mysql: MySQL RealTime: Invalid database specified: 'asterisk_teste' (check res_mysql.conf) I checked the asterisk config file (res_mysql.conf) and the configuration
2010 Dec 01
0
Problem with Queue_log and CDR.
Good afternoon list. I am facing a problem with the CDR and Queue_log tables (MySQL). The ABANDON events is being saved correctly in queue_log, but in the table CDR is not saving the registry of such abandoned calls. Apparently the CDR table is functioning normally, I have several records of links in it. From what I noticed, is only the events abandonment that are malfunctioning. With this
2010 Dec 14
0
Debug messages.
Good morning to all. In my Asterisk console i have a lot of this messages: [Dec 14 10:50:52] DEBUG[12790]: audiohook.c:215 audiohook_read_frame_both: Read factory 0x8afae68 and write factory 0x8afb884 both fail to provide 160 samples [Dec 14 10:50:52] DEBUG[12790]: audiohook.c:221 audiohook_read_frame_both: Write factory 0x8afb884 was pretty quick last time, waiting for them. Someone can tell
2007 Apr 25
0
OriginateResponse 'reason' property.
Hi all. I'm trying to determine the reason for call failure (busy, no answer, no such number, etc...). Calls are made via the Manager API using the Originate manager command. Originally I thought that the 'reason' property within the OriginateResponse could be used for this purpose, but with Asterisk 1.2.* versions the reason always returned a '1' for all types of
2009 Feb 13
2
Fwd: Manager Interface Originate (ASYNC) - How to get the Originate Status
Dear All, I am originating the call directly to the SIP Provider using the maganger interface + originate (ASYNC) command. Here is the PHP-AGI Script. $call = $asm->send_request('Originate', array('Channel'=>"SIP/416XXXXXXX at ABC/n", 'Context'=>'ORIG',
2006 Feb 27
1
Problems dialing to another Asterisk server
Hi, I have a problem dialing a SIP phone which is logged in as different Astesrik machine from the one I am working with. I want to call a phone in Another astersik machine in , if it answers, calling a SiP phone registered in my ASterisk: My dialplan is: [mariaSIP] exten => _1.,1,Wait(1) exten => _1.,2,Dial(SIP/6021@192.168.0.51:5038,20) exten => _1.,3,HangUp() exten =>