Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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).

Labels example

 

The design area comes with a toolbar located on the top header.

...

·       Actual SIze/Zoom in/Zoom Out Zoom: resize the design area or restore the original size

 

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.

xCALLY Cally Square configurationImage Added

 

In order to call one Cally Square IVR project inside your Free PBX system just perform the following steps:

  1. Browse the administration FreePBX web interface under the Admin section and select Custom Destination.
  2. Fill in the Custom destination field with context,extension,1

?freepbx cally squareImage Added

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)

custom extensionImage Added

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)

;On the above example your IVR project id is 6 (change it according to yours)
 
;The name inside the [] must be equal to the name of the context you wrote inside the FreePBX Custom destination field (csquareivr1 in the example)

reload Asterisk
asterisk -r
dialplan reload

You are done!