Displaying 20 results from an estimated 10000 matches similar to: "Action: Originate PROBLEM"
2005 Jan 07
1
specific call transfer
Hi,
is it possible to transfer an incomming call to another ext. without
answering? I'm not talking about (un)conditional redirection but
functionality, when calee can each time decide whether answer the phone
or transfer it to any other phone.
2007 Dec 13
1
chan_mobile problems
I built asterisk-trunk at 92526 and asterisk-addons-trunk at 496. I have my
Bluetooth cell phone connected. It almost works.
In mobile.conf, I have "context=incoming-mobile" for the phone, and that
looks like:
context incoming-mobile {
_. => {
VoiceMail(9999,b);
Hangup();
};
}
Calls to the cell phone get directed answered by Asterisk and directed
to
2004 Oct 05
5
Asterisk Perl AGI
Hello everybody:
This could be a stupid question, or may be not; I'm not sure 'cause I have not a very wide experience working with Asterisk, actually I just started last week. I need to make an IVR system work and I choose working with AGIs, written in Perl.
The available documentation I've found show it as a very simple proccess, but it doesn't work for me... and I
2009 Jun 30
1
Setting CDR(userfield) from Macro called from feature doesn't work with cdr_mysql
cdr_mysql doesn't set the userfield when it's set inside a macro
called from a feature (1.4.25, addons 1.4.8).
I have a feature code:
autorecord => *1,self,Macro,apprecord
The apprecord macro looks like:
[macro-apprecord]
exten => s,1,Playback(beep)
exten =>
2010 Oct 26
5
Mobile Phones and Asterisk
Hi,
Is the dev_state can also be used to track a mobile phone's status via SIP? I tried it on several phones(nokia, samsung) but it returns NOANSWER but i can hear a beep beep beep sound indicating that it is currently busy.
regards,
RYAN ICASIANO
2019 May 06
5
Potfix+Dovecot with dsync replication problem
Hi all,
I am in need of some help.
Straggling to make something work, trying to configure postfix and dovecote
imap server with dovecote replication.
Can?t figure out what is wrong with my configuration.
Replication is working only for vmail user account, I am getting this error
on my secondary server for all other users?
dovecot: doveadm: Fatal: setgid(4015(zdokman) from userdb lookup)
2010 Mar 12
2
ExtenSpy Problem
Hi
I'm trying to get ExtenSpy to work but it wont, I'm dialling a number
from my mobile which comes into our server and answering the number on a
particular SIP extension which all works fine. I'm then dialling an
exten from my own SIP extension which executes the ExtenSpy for the
correct extension but I hear nothing.
Here is the output in the CLI
-- Executing
2008 Apr 03
1
Sending audio to a channel
I have a voicemail application that users can listen to messages and
leave messages. I am looking for a way to play a beep tone to a user
when a new message is received when they are on the phone.
Here is what I have come up with:
in extensions.conf:
[beepvoicemail]
exten => 1000,1,answer()
exten => 1000,2,NoCDR()
exten => 1000,3,wait(2)
exten => 1000,4,Set(TIMEOUT(absolute)=5)
2005 Mar 24
1
Can I use my callscreen macro w/ sip?
(Sorry if this has hit the list before. I sent it yesterday, but never
saw it come through)
I actually got rid of my phone service.. no more pots line in my house.
But, I miss my call screen macro. Any way to do this with a SIP
channel? (Obviously the parking isn't the problem, but rather recording
their name). I set it up so they should only have to record their name
once provided they
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
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 Apr 22
4
More efficient dial plan for a list of selective inbound numbers
I have a list of CLIDs prefixes that I want to use in a context.
Basically, I want to do this but the list of prefix numbers is much longer.
List of prefixes (556,557,557,989.....)
[custom-inbound]
exten => _556,1,answer
exten => _556,n,playback(beep)
exten => _557,1,answer
exten => _557,n,playback(beep)
exten => _558,1,answer
exten => _558,n,playback(beep)
exten =>
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
2012 Sep 12
2
Ocfs2-users Digest, Vol 105, Issue 4
Seems RPM compatibility issue with OS Kernel.
Check OS Kernel and download RPM (4 Nos) for same kernel.
Regards,
Yuvrajsinh Chauhan || Sr. DBA || CRESTEL-PSG
Elitecore Technologies Pvt. Ltd.
904, Silicon Tower || Off C.G.Road
Behind Pariseema Building || Ahmedabad || INDIA
[GSM]: +91 9727746022
-----Original Message-----
From: ocfs2-users-bounces at oss.oracle.com
[mailto:ocfs2-users-bounces
2016 Jun 30
2
how to join 2 channels using AGI/AMI
thanks John
yeah, your approach is much siple, i've tried it but i'm not able do detect
DTMF tones.
it seems that on calls that i receive DTMF tones are handled correctly, but
on calls generated from Asterisk to the world when the called side sends
some DTMF digits they are not detected:
-- Executing [s at macro-myconnector:1] NoOp("SIP/pbx2-000004b2", "") in
new
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.
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
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:
2009 Aug 19
2
problem with udev when booting kernel 5.3 release 128.4.1
Hi List,
I am running a 64 bit 5.3 kernel on an intel mb and all has been well.
Today I thought it would be okay to reboot so that the latest kernel was
running - i.e move from 128.2.1 to 128.4.1 release.
The system passes POST fine, grub passes control to the 128.4.1 kernel
and the boot process is under way.
after some 30 secs the system starts beeping - continuously.
After I hooked up a