Displaying 20 results from an estimated 3000 matches similar to: "Asterisk Manager API - Originate command"
2009 Mar 18
3
Manager API Originate CDR Problem, all is NO ANSWER
hi, all
asterisk 1.4.24 , zaptel 1.4.10.1 , E1
Manager API Action :
Action: Originate
Channel: ZAP/G1/8888888
Callerid: 12345678
Context: callout
Exten: s
Priority: 1
extensions.conf
[callout]
exten => s,1,Answer()
exten => s,n,Wait(10)
exten => s,n,Hangup()
when the phone 8888888 pick up , it will come to callout context, after hangup, one cdr generate, but the
2007 Aug 30
2
Unknown connection error: (2006) MySQL server has gone away
Hi,
I get the following after a call has finished:
ERROR[6862]:mysql_log: cdr_mysql: Unknown connection error: (2006)
MySQL server has gone away
Does this error message only appear when asterisk makes a new connection
to mysql, because the old connection was stale (and dropped) ?
If so, is there a way to get asterisk to stop reporting this as an error
seeing it seems to write the CDR to
2007 Sep 12
3
Agent Callback Login in 1.4
Awhile back I had heard some talk, in this list I believe that Agent
callback login was going to be deprecated in 1.4, I see it is still
there. Does anyone know what is happening with this?
--
Thank you and have a wonderful day,
Anthony Francis
Rockynet VOIP
(303) 444-7052 opt 2
voip at rockynet.com
2015 Jul 03
2
Action Originate in Asterisk 13 creates 2 calls in core show channels
Hello,
I am migrating a PABX system based in Asterisk 1.4 to Asterisk 13, with success.
I have an application that sends an action Originate to AMI for
calling, it's working well, but when i see to Asterisk's CLI, i see 2
calls for just one originate:
pftestes40copiabh*CLI> core show channels verbose
Channel Context Extension Prio State
Application
2008 Jun 03
3
Asterisk 1.4.20.1 with bad gsm file playback
Hi All,
I'm stumped on this and I looking for some clues to fix this.
This is a new install of Slackware 12.1 onto an IBM x330 Server.
Asterisk 1.4.20.1 plays the wav files and the Cepstral_Allison Swift just
fine, but when I play the gsm files the audio quite choppy. And, the files
produced from the MixMonitor don't even record any audio other than noise.
I have a hard drive from
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:
2009 May 12
2
Asterisk Manager API Action Originate
Has anyone else had issues with Originate returning the wrong error code?
According to the docs, the following errors are supposed to be returned:
0 = no such extension or number
1 = no answer
4 = answered
8 = congested or not available
Now in Asterisk 1.4.23 I get some error code 5's but since they're so few I
tend not to worry. But what is concerning is the number of Error 0's I
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.
2009 Apr 29
5
What do I need to connect landline calls without telephony hardware?
For some reason, I have been unable to find the answer to this online or in books...
I want to have a "click-to-connect" feature on my website where the user enters their phone number and then my asterisk server calls their phone and my phone and connects the two calls to each other.
All I have are:
1. A Server
2. A DSL connection
3. A Router and DSL Modem
4. A static IP
What do i
2009 Apr 23
1
Dial-out via AMI
Hi,
i'm currently using Originate command on AMI, i can call a certain
channel like a SIP user SIP/1000 then once 1000 is answered it dials out
to amobile or landline.
Would just like to know if i can use AMI to dialout to a mobile or
landline first (instead of SIP user) and once answered, dial another
mobile or landline again.
If not is it possible to call a macro from the AMI? i think
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
2008 Feb 13
6
restart asterisk daily
Hi all,
I found that there will be a memory leak if asterisk running day by
day without restart. Is it good to restart asterisk service daily?
What is the better way to restart it daily like apache?
ango
2016 Oct 17
2
Streaming for ASR
Matt Riddell wrote:
>
>> On 17/10/2016, at 3:43 PM, Luca Pradovera <luca.pradovera at gmail.com
>> <mailto:luca.pradovera at gmail.com>> wrote:
>>
>> I have been working on designs for two different projects, where both
>> of them would need to use the IBM Watson streaming ASR service.
>>
>> Would it be possible to write out the audio frames
2009 Apr 24
1
Hangup Detection After Originate (Asterisk Manager API)
I have written an asterisk manager client which creates an outbound call
using Asterisk manager API's Originate action.
when the call is connected I run 3 applications on it.
1)read a dtmf digit from user
2)A customized application which I have written,(It plays something to user)
3)Hangup
If user hangs up while app 2(see above) is executing I get a 'Event Hangup'
from asterisk in my
2019 Feb 25
3
funnel shift, select, and poison
We have these transforms from funnel shift to a simpler shift op:
// fshl(X, 0, C) -> shl X, C
// fshl(X, undef, C) -> shl X, C
// fshl(0, X, C) -> lshr X, (BW-C)
// fshl(undef, X, C) -> lshr X, (BW-C)
These were part of: https://reviews.llvm.org/D54778
In all cases, one operand must be 0 or undef and the shift amount is a
constant, so I think these are safe.
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
2009 May 05
4
AMI + AGI for outbound click to dial
Hey Gang,
Trying to figure out how I can do the following (have each part working
individually but drawing a blank on combining)
1) click on-screen which sends an AMI originate (works fine)
2) the originated call is to an internal extension that looks up the number
to be dialed (works)
3) then via Perl, adding in a SIPAddHeader for answer-after=0.. (works
separate from the above)
What I
2019 Feb 25
2
funnel shift, select, and poison
Don't we need to distinguish funnel shift from the more specific rotate?
I'm not seeing how rotate (a single input op shifted by some amount) gets
into trouble like funnel shift (two variables concatenated and shifted by
some amount).
Eg, if in pseudo IR we have:
%funnel_shift = fshl %x, %y, %sh ; this is problematic because either x or
y can be poison, but we may not touch the poison when
2016 Oct 19
2
Streaming for ASR
Hello,
(sorry for not continuing the thread, I had set the list to digest).
Would UnicastRTP be able to output u-law frames directly? If so, I think
that is all I need.
Does anyone know what the EAGI output is? Raw RTP?
Best regards,
Luca
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2019 Feb 25
4
funnel shift, select, and poison
There's a question about the behavior of funnel shift [1] + select and
poison here that reminds me of previous discussions about select and poison
[2]:
https://github.com/AliveToolkit/alive2/pull/32#discussion_r257528880
Example:
define i8 @fshl_zero_shift_guard(i8 %x, i8 %y, i8 %sh) {
%c = icmp eq i8 %sh, 0
%f = fshl i8 %x, i8 %y, i8 %sh
%s = select i1 %c, i8 %x, i8 %f ; shift amount is 0