Displaying 20 results from an estimated 20000 matches similar to: "AMI not show originate on CLI"
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
2009 Sep 16
3
[asterisk-dev] MeetMe in Macro
Hi,
I didn't notice on my first answer, but we are on the -dev list and this
is not related to asterisk code developing. I will answer you on the
-users list, so we can continue the discussion there.
Cheers,
--
Ing. Miguel Molina
Grupo de Tecnolog?a
Millenium Phone Center
Anahi Ludue?a escribi?:
> Hi, thanks Miguel.
> I have another question: if I want to call the GoSub
2009 Apr 23
2
CDR issue
Hello! I?ve an issue whit CDR using asterisk 1.4.23.1. I?ve configured mysql
to store cdr information, but, while I put into cdr_mysql.conf the field
?userfield=1? and doing a query I found that this field is empty in the cdr
table. On the other hand I can?t find records in the cdr table that show me
calls generated through AMI using Originate Action, that?s calls are not
stored in the CDR, but I
2010 Feb 17
3
chan_local and Originate
Hi,
I've recently upgraded from Asterisk 1.4.22 to 1.4.29, and I'm now
having a problem with Originate and chan_local.
I'm using the following Manager API action to originate a call:
Action: originate
Priority: 1
Context: trunk
Callerid: 100
Channel: Local/100 at callback/n
Exten: 123456789
Variable: USERFIELD=127.0.0.1|USEREXT=123456789
WaitTime: 30
This is intended to first call
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
2009 Oct 14
5
multiple call
Hello,
I am using Asterisk 1.4 version.
How to dial multiple numbers per second through asterisk manager????
Thanks and regards
2009 Jul 10
2
Originate (Executing a System Command)
I know I'm doing something simple and wrong, but I can't quite figure it
out:
Example (executing system command): Action: Originate
Channel: Local/1 at dummy
Application: System <http://www.voip-info.org/wiki/view/Asterisk+cmd+System>
Data: /path/to/script
I keep getting a "Unable to request channel" and am not sure what it is
looking for in place of "Local/1 at
2008 Aug 01
1
Comparing origination from CLI and from AMI
Hi,
Using FOP, I've met a situation which makes me ask this simple question :
Are both A and B commands bellow equivalent ?
A. CLI:
originate SIP/9122 application dial Local/9123 at local
B. AMI/FOP:
192.168.64.5 -> Action: Originate
192.168.64.5 -> Channel: SIP/9122
192.168.64.5 -> Async: True
192.168.64.5 -> Callerid: 9122 Guest2 <9122>
192.168.64.5 -> Exten: 9123
2009 Jul 30
1
Dialplan SIP call back problem
Hello all,
I am quite new in asterisk and I am trying to create a dialplan that
executes the following steps:
1. A SIP friend dials 102 extension.
2. Asterisk PBX responds with some beeps.
3. The sip friend hangs up the phone.
4. Asterisk PBX calls back to the sip friend after 30 seconds with
the application music on hold.
I tried to implement this using h extension but I got the following
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 May 08
2
Custom UUID in originate and AMI
HiCould someone please help me how to set Custom generated UUID in Originate action in AMI ?
RegardsBabak
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150508/528d5ff1/attachment.html>
2009 Jun 25
1
Persistent dynamic queue members
Hi all,
I'm testing the persistent dynamic queue members functionality on
1.6.0.10. The queue members are agents defined in the agents.conf file.
When I issue an asterisk restart and check the queue members again on
the CLI, all of them are listed as /invalid/ and there is no way to
change this but to unload app_queue.so and load it again. My guess is
that the internal AstDB queue
2013 May 11
1
AMI Originate issue
Hi,
I'm getting an issue while executing AMI Originate.
I'm getting "extension does not exists" on Originate's Response, and on the
other hand Asterisk CLI say "fwrite() returned error: Broken pipe"
Please suggest me what is wrong.
Muhammad Faheem
### my originate code block ...
2011 Oct 07
2
Add SIP diversion header in originate from AMI?
Hello!
I want to thank everyone who helped me out with tips for load balancing
asterisk machines in a cluster.
I have encountered a new problem that is related to SIP diversion headers in
the INVITE.
I make calls through the manager interface and now want to add a
SIP-Diversion header that changes the CallerID of a number that is not
available on the trunk, the CallerID to be visible externally
2013 May 15
1
How to allow AMI access to Originate yet deny Application: System
While doing a security audit on a system I maintain, I stumbled upon an unvalidated use of a variable to compose an Originate request to the local Asterisk instance via AMI. Taking as an example an earlier exploit for FreePBX, I realized that this,
combined with Application: System as an injected value, could allow arbitrary code execution. I am in the process of fixing all instances of this bug
2009 Dec 23
1
How to send variables through AMI originate and read those variables in context?
Hello Everyone,
I want to send a few numbers (variables) when doing Asterisk AMI Originate
command and then have Festival read them back to customer in the context.
How should this be done? Following is my not working example and also
reference on AMI Originate Command:
Command: Originate
Channel: SIP/123
Context: TestFestival
Priority: 1
Exten: 555
Variable: $numberONE, $numberTWO, $numberTHREE
2009 May 18
2
From 1.4 to 1.6.0
Hi everyone,
I was just wondering, does anyone managing production asterisk servers
migrated successfully from 1.4.2X to 1.6.0.X? I would like to see if
there are some successful cases. Is your 1.6.0.X behaving well, with
acceptable stability? Please share your experiences.
Thanks,
--
Ing. Miguel Molina
Grupo de Tecnolog?a
Millenium Phone Center
PBX: (+57 1)6500800 ext. 1201
Fax: (+57
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 Sep 03
1
Originate calls with AMI.
Hello.
I've been trying to use the AMI to originate phone calls.
I'm trying to call the SIP phone 'zoiper' with the SIP phone 'yziquel'.
So, the AMI interaction is:
> Action: originate
> Channel: SIP/zoiper
> Exten: yziquel
> Priority: 1
> Timeout: 30
> Context: internal
>
> Response: Error
> Message: Originate failed
>
> Event:
2020 Sep 22
2
AMI vs. Dialplan Originate
Hi.
(Asterisk 16.2.1)
I'm using AMI Originate to initiate calls, and I'm passing some additional
data in to the dialplan context using the Variable: parameter. Works fine.
https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+ManagerAction_Originate
Now I need to do the same thing but from another context in my dialplan, so I
was expecting to use the Originate() dialplan command,