...
When you use the menù or background or any other box requiring a label on the branch, you just need to double click on the branch to add the labels (a text box will appear and you will be able to add the labels).
DesignToolbarDesign Toolbar
The design area comes with a toolbar located on the top header.
...
· Actual SIze/Zoom in/Zoom Out : resize the design area or restore the original size
xCALLY integration
Once your IVR application has been saved and published without errors you can use it with your xCALLY system.
Go to the Dial Plan section, create a new Route and associate to this route the IVR-Cally Square application.
Free PBX integration
In order to call one Cally Square IVR project inside your Free PBX system just perform the following steps:
- Browse the administration FreePBX web interface under the Admin section and select Custom Destination.
- Fill in the Custom destination field with context,extension,1
?
For example fill in with:
csquareivr1,s,1
c. Fill in a description in the Description field
d. Click on Save
e. Browse under the Connectivity section à Inbound Routes and select your existing inbound involved route (or create a new one if you need)
f. Reach the bottom of your inbound route page and select Custom Destination in the pick-list field.
g. Select the previously created custom destination (see below screenshot)
Connect to your Linux FreePBX system console (i.e. via ssh) and add the following lines inside the file
/etc/asterisk/extensions_custom.conf
[csquareivr1]
exten => s,1,NoOp(Inbound IVR Cally Square calls)
exten => s,n,AGI(agi://127.0.0.1/square,project=6)
reload Asterisk
asterisk -r
dialplan reload
You are done!