July 2017
Intermediate to advanced
434 pages
12h 59m
English
<dial context dialplan caller-id-name caller-id-number action>*DATA*</dial>
dial places an outbound call or transfer. It has the following attributes:
Example:
<document type="text/freeswitch-httapi">
<work>
<dial action="http://localhost/newurl.php"
temp-action="http://localhost/newtempurl.php"
caller-id-name="HTTAPI Test"
caller-id-number="19193869900"
context="default"
Dialplan="XML">
sip:2019@10.1.1.12
</dial>
</work>
</document>
The dial action will place a call through the Dialplan, and if a new call leg is created, the call being controlled by HTTAPI ...
Read now
Unlock full access