Displaying 20 results from an estimated 3000 matches similar to: "Manager Interface "Action: Originate" change d"
2004 Mar 30
1
Manager Interface "Action: Originate" changed
I have recently noticed that the "Action: Originate" options in asterisk
1.0 CVS has changed sometime between 2/23 and 3/18.
I have a 2/23/04 CVS installation (cvs checkout -r v1-0_stable asterisk
) that allows me to make calls like this using the Manager Interface on
port 5038.
action: login
login: admin
secret: mypass
action: originate
exten: 200
2011 Jan 10
0
No subject
major undertaking. But since you are using an AGI to control the Queue
command instead of using it from the dialplan, you have more control over
this problem than you realize. For simplicity of illustration, let's say
your AGI simply wants to take a call and send it to the next agent in the
queue. Your Agents are Agent007, AgentQ and AgentM. Because you did the
Polycom transfer from
2004 Mar 28
3
two-stage dialing
I am trying implement two-stage dialing.
Scenario is following:
1. * Dials SIP agent
2. SIP agent answer the phone and provide dial tone
3. * Sends DTMF string
4. "Bridge" channel with calling party
I thought that something like:
exten => _2XX,2,Dial_but_not_connect_(SIP/BYEXTENSION,10)
exten => _2XX,3,Wait,1
exten => _2XX,4,SendDTMF($DTMF_DIGITS)
Should do it.
Thank
2013 Sep 18
2
Dovecot and CAPITALISATION = grrrr ;-(
Hello,
As far as I'm aware, email is case insensitive ?
Dovecot however, seems to be taking offence at the fact that someone is
sending mail to user at SOMEDOMAIN.XYZ.
Postfix has no issues handling it, it when it gets passed over to
Dovecot LMTP that I get log lines such as :
Sep 17 13:48:22 ukc-vm02-mx01 dovecot: auth:
passwd-file(user at SOMEDOMAIN.XYZ): unknown user
However user at
2011 Nov 08
1
splitting by the last occurance of a dot
Dear R-helpers,
I want to split the following vector into 2 vectors by the last occurance
of a .
> dput(rownames(sensext))
c("pat", "cash_bank_bal", "invest_abroad", "pat.1", "cash_bank_bal.1",
"invest_abroad.1", "pat.2", "cash_bank_bal.2", "invest_abroad.2",
"pat.3",
2005 Jun 06
2
How to Playback a file continuously during conversation?
hello all,
I would like to create an application where a file is played repeatedly
in the background while two parties are having a conversation. Does
anyone know of a way to achieve this?
I have been looking into the ManagerAPI to redirect the call to a meetme
room. Then I try to introduce a third party that will just play the file
continuously, but with no luck. Is there a different/simpler
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
2006 Dec 07
1
AMI - Originate Action and Busy, NoAnswer calls - CDR
Gang,
I'm wondering if anyone has run into this problem and found a solution.
When I use the manager interface to generate a call, I don't get very
much information in my CDR records when the dial status is BUSY, FAILED,
NOANSWER, etc. I am putting the dialed number into the CDR Userfield in
my dialplan, but the field doesn't populate the CDR record unless the
Originate action is
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 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:
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
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
2006 Jan 10
2
Problem with Action:Originate with ASterisk Manager
Hi Asterisk-users,
I am working with Aterisk Manager API's.
I can login successfuly with the following.
char buff[256];
strcpy(buff, "Action: Login\r\nUsername: admin\r\nSecret: unix\r\n\r\n");
send(msock, buff, 255);
Now I want to try Action: Originate, therefore I tried the following
char buff1[256];
strcpy(buff1, "Action: Originate\r\nChannel:
2010 Oct 11
1
About Action Originate
I use the action Originate?i want the called first ringing?the called
answer,callee ringing.it can achieve?
Best regards,
justhinker
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20101011/27846a78/attachment.htm
2007 Feb 01
1
API Originate Action - distinguishing between No Answer and Invalid phone number
I've discovered that when dialing out using API's Originate action, a no
answer is considered a failed attempt, while a busy is considered a
successful attempt. The problem I'm having is that when I dial an
invalid number, say a disconnected number that gives a fast busy, my
CDRs are identical to those generated by a no answer attempt.
Is there a way to distinguish between a no
2016 Dec 13
1
mailboxes and capitalisation
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tue, 13 Dec 2016, Tanstaafl wrote:
> On 12/13/2016 4:48 AM, Thorsten Hater <thorsten.hater at gmail.com> wrote:
>> I have set up a series of special-use mailboxes in the default namespace
>> differing by capitalisation of the names, mainly to capture multiple
>> mailboxes
>> with autoexpunge
>>
>>
2016 Dec 13
3
mailboxes and capitalisation
Dear all,
I have set up a series of special-use mailboxes in the default namespace
differing by capitalisation of the names, mainly to capture multiple
mailboxes
with autoexpunge
namespace inbox {
...
mailbox Trash {
auto = no
autoexpunge = 30d
special_use = \Trash
}
mailbox trash {
auto = no
autoexpunge = 30d
special_use = \Trash
}
...
}
2016 Dec 13
0
mailboxes and capitalisation
On 12/13/2016 4:48 AM, Thorsten Hater <thorsten.hater at gmail.com> wrote:
> I have set up a series of special-use mailboxes in the default namespace
> differing by capitalisation of the names, mainly to capture multiple
> mailboxes
> with autoexpunge
>
> namespace inbox {
> ...
> mailbox Trash {
> auto = no
> autoexpunge = 30d
>
2000 Apr 17
0
MSAccess file locking problems on Linux
I'm running Slackware 7.0 (glibc finally!) with Samba 2.0.5a, and having
MSAccess97 (I know, doesn't scale, etc, but that's where we are) file and
disk errors when multiple people try to access the database (from Win NT
clients). Simpler single-user file serving is working fine (excel, text
files, gifs), directory speeds are fine, copy speeds are fine. This
database works fine when