I have been looking at the Asterisk Manager API, because i thought this would offer me the ability to connect to my Asterisk machine and edit the dial plan using some of the API commands/actions. ....
http://www.experts-exchange.com/Networking/Telecommunications/IP_Telephony/VoIP/Q_22144982...
Zones:
VoIPDate Answered: 02/01/2007 Grade: B Views: 0
Hi,
More dialplan stuff :)
in my extensions_additional.conf I have the following for each phone:
[ext-local]
include => ext-local-custom
exten => 320,1,Macro(exten-vm,novm,320)
exten => 320,n...
http://www.experts-exchange.com/Networking/Telecommunications/IP_Telephony/Asterisk_/Q_235...
Zones:
Asterisk Date Answered: 07/23/2008 Grade: A Views: 0
Hey,
As mentioned in several previous questions, I'm trying to write current call info into a table.
I'm using the statement below for each internal extension, but it's taking a long time (5 seco...
http://www.experts-exchange.com/Networking/Telecommunications/IP_Telephony/Asterisk_/Q_236...
Hello,
How do I detect if a user has hung up. Basically I have an application which uses asterisk to originate phone calls, I want to add something to the dialplan, that captures when the remote c...
http://www.experts-exchange.com/Networking/Telecommunications/IP_Telephony/Q_22642366.html
Hello,
I was trying to use retrydial, but did not get the result I expected so I started writing the following code but it doesnt work, it never shows the noop(${dialstatus}) or anything after it...
http://www.experts-exchange.com/Networking/Telecommunications/IP_Telephony/IP_PBX/Q_226449...
Hey,
I am trying to get cid information for an extensions on a php page.
As I understand it, the options for doing this are:
1. editing the dialplan to write this caller ID to a mysql table
2. ...
http://www.experts-exchange.com/Networking/Telecommunications/IP_Telephony/Asterisk_/Q_235...