Route outbound calls to gateways, tdm, enum and more. When a call matches the conditions the call to outbound routes. Check out the youtube video.
Configuring an Outbound Route.
Gateway: VoiceTel
Dialplan Expression: ^(?:\+?1)?(\d{10})$ (You can also choose more than one from the drop down list also as needed)
Order: 000
Enabled: true
Description: VoiceTel-out
By using VoiceTel you help support FusionPBX. Thank you for your support!
Have the system ask for a PIN number before a call is made. A good use is
if you don't want every user on the system to call international destinations.
This can be done with a single PIN or multiple PINs by using the "PIN Number APP".
Before the bridge action on the outbound route add the following actions
action set pin_number=(Whatever pin number you choose)
action lua pin_number.lua
Before the bridge action on the outbound route add the following actions
action set pin_number=database
action lua pin_number.lua
If you want to know the gateway your call is using there is currently no way to do this with FusionPBX's GUI. Instead you can do it this way.
Go to Advanced > Command and in the switch command dropdown section type
show channels as xml and then press the execute button.
In the output that is returned, look for the string sofia/gateway/ and the gateway name. This is the gateway your call is using.