similar to: [Dialplan] Actions

Displaying 20 results from an estimated 50000 matches similar to: "[Dialplan] Actions"

2007 May 14
2
How to write data to astdb?
Hello, I'm trying to fill CID data into the astdb using AsteriskWin32's asterisk.exe, to no avail: The batch file stops after the first line, and just waits: ---------------------------------------- rem c:\cygroot\mystuff>import.bat rem rem c:\cygroot\mystuff>C:\cygroot\bin\asterisk.exe -rx 'database put cidname 123 "My cellphone"' rem rem Asterisk module
2007 Feb 01
0
Dialplan programming vs. AGI vs. ???
This depends on your application. As you say you are able to do everything you require in dialplan at that is great. I have used AGI fairly extensively becuase the stuff I want to do can't be done in dialplan alone. For instance i have written a auto attendants that can be dynamically controlled by a non-techie user with real time and in call reconfiguration. Also i have written IVR apps that
2008 Feb 15
1
DialPlan help with Analog Fax Machine
I'm struggling to get my dialplan to work with a simple analog fax machine. I have TDM400B zaptel card with an FXO and FXS port. I have the FXO port connected to the POTS machine and the FAX machine connected to the FXS port. The FAX machine itself works fine, I can FAX outgoing messages fine. I can also dial the FAX extension from the internal context, the FAX machine answers and I
2005 Jul 09
0
Closest dialplan language equivalent for dialparties.agi ?
Hi, I'm using AMP and its dialparties.agi as most important script in system. I'd like to port configuration to more embedded system, where I don't have Perl available. So I'd like to implement dialparties.agi functionality as closest as possible with dialplan language..... Are there any existing dialplan scripts-examples that are close related to dialparties.agi
2020 Oct 15
0
Parallel dialing / running dialplan process in background
Asterisk will try calling both at once. As soon as one is answered it cancels the call to the other. What you can do is for extension 101 to put it in it's own context and then call the agi from the h extension. So something like this: [from-internal] exten = 514316XXXX,1,Answer() same => n,Playback(hello) same => n,Dial(LOCAL/100 at extensions&LOCAL/101 at extensions) [extensions]
2009 Oct 16
0
Origin of "Exceptionally long voice queue length queuing to IAX2/blahblah" messages
Hello, I'm using asterisk for a quite long period, i integrated a lot of stuff to make it behave like any carrier class system, so users can: manage Call forward on busy manage Call forward on no answer manage unconditionnal call forward call back missed calls and a lot of such services that can be both configured by menus and dtmf or by web interfaces (PHP+SQL), in fact i recreated
2012 Jan 06
1
Why write your dialplan using Lua?
Hello, Reading through the Wiki: "Asterisk supports the ability to write dialplan instructions in the Lua programming language. This method can be used as an alternative to or in combination with extensions.conf and/or AEL. PBX lua allows users to use the full power of lua to develop telephony applications using Asterisk" My question is, what is the benefit of using Lua? I recently
2014 Nov 21
0
AST-2014-017: <font size="3" style="font-size: 12pt">Permission escalation through ConfBridge actions/dialplan functions</font>
Asterisk Project Security Advisory - AST-2014-017 Product Asterisk Summary Permission escalation through ConfBridge actions/dialplan functions Nature of Advisory Permission Escalation Susceptibility Remote
2014 Nov 21
0
AST-2014-017: <font size="3" style="font-size: 12pt">Permission escalation through ConfBridge actions/dialplan functions</font>
Asterisk Project Security Advisory - AST-2014-017 Product Asterisk Summary Permission escalation through ConfBridge actions/dialplan functions Nature of Advisory Permission Escalation Susceptibility Remote
2007 Jun 15
2
combining AGI with dialplans
On 2007-05-15 Tony Mountifield wrote (wrt using AGI scripts to dial out): > Can't comment on this one, as I never use AGI to dial. > My AGIs just set the context, extension and priority, > and exit to the dialplan to do any dialling. (http://article.gmane.org/gmane.comp.telephony.pbx.asterisk.user/185537) I would like to do this, but I am having trouble figuring out how. I have
2018 Oct 08
3
Use AGi Commands without script in Dialplan
On Monday 08 October 2018 at 12:44:43, Yves wrote: > I am looking for an easy way to execute any AGI Command directly from the > dialplan without the need to call an external script. The whole point of AGI is that it calls an external script in order to replace commands in the dialplan. Executing an AGI command without an external script doesn't make sense. Antony. -- There's
2009 Sep 09
1
UNIQUEID not the same in Dialplan as passed to AGI
Hi, I've noticed that the UNIQUEID for a call is not the same in the Dialplan (when executed e.g. exten => s,n,NoOp(${UNIQUEID}) as it is when passed via STDIN to an AGI script. Is this normal, and is this supposed to behave this way? The UNIQUEID received in the AGI is usually .001 higher than the one in the dial plan -- but sometimes it is also a second behind. Here's an example
2007 May 14
1
dialplan: execute on hangup
hi list, I'm looking for a way to execute commands in my dialplan specifically when a caller has hung up. my curretn dialplan looks like this: exten => s,1,Answer exten => s,n(restart),BackGround(intro) exten => s,n,Read(Enter,4,4) exten => s,n,Voicemail(${Enter},u) exten => s,n,agi(process.php|${Enter}) exten => #,1,Playback(thanks) exten => #,n,Hangup it lets a user
2016 Mar 10
3
Dialplan question: Variables in GoTo() ?
I can't seem to find a definitive answer on this, and I really don't want to risk breaking a production server to find out; so I am going to try asking this here, and maybe anyone else in the same situation searching the archives sometime in future will find the answer I get. Can you use variables in the target of a GoTo() statement? What I am specifically thinking of is this;
2009 Aug 13
2
Database Access from dialplan.
Summary: Is it possible to append to a user-defined text file from the dialplan without using AGI ? Background: We are using our Asterisk server to place outbound calls alone. We've 8 E1s that enables us to place about 240 calls concurrently. The server is a bit old, and we are not able to reach our maximum capacity. The dialplan makes use of MySQL to record call status information to our
2013 Feb 18
3
Dialplan / check / tool
Hi, I am wondering, if there is any tool available, which performs a check for suspicious entries in the dialplan. For example a non existing AGI-Script or a double assigned extension ike that: [context] exten => *100*,1,AGI(test_app.pl) ... exten => 190,1,Answer() ... exten => *100*,1,AGI(never_reached.pl) ... A "normal dialplan reload command" would echo no warning or
2009 May 06
0
Bridge() and Goto() and dialplan contexts, oh my!
I may or may not be experiencing the behavior described in: http://bugs.digium.com/view.php?id=14241 I'm using asterisk-1.6.0.6, Bridge(), and I'm having a hangup context executed when the caller is still on the line. These channels are all SIP. ==== I want a group of expert callers who can dial in to the system, stay put, and let other learner callers come to them. In between the
2007 May 14
4
[*Win32 0.60] Sending call notification by e-mail/web?
Hello, In case there are other users of the AsteriskWin32 port... I haven't really used the AGI feature of Asterisk to run an application from extensions.conf. *Win32 supports Perl, which I don't know. Apparently, it's also possible to write AGI applications as EXE's (there's a eagi-test.exe file installed by default). => When a call comes in, I'd like an AGI
2007 Nov 10
2
Record() : How to get filename created with %d?
Hello About Record(), ATFT 2nd Edition says that "if the filename contains %d, these characters will be replaced with a number incremented by one each time the file is recorded." Problem is, the documentation doesn't explain how to refer to this filename later in the dialplan :-/ In this particular example, I want to move the file to the web server's /htdocs so users can
2004 May 26
1
dialplan AGI DTMF
Good day All. Is there a way to pass DTMF signals to AGI script during conversation ? Actually here what I want to make: Users are usually dial using dialplan and when someone press *4 (during conversation) I want to have agi script to deal with that, but those users should keep talking and even didn't notice that one of them press something. Is there a way to do that or it's complete