Difference between revisions of "Call Forward"
From FusionPBX
m |
|||
Line 3: | Line 3: | ||
Use Call Forward to redirect calls from a particular extension to an alternate destination.<br/> | Use Call Forward to redirect calls from a particular extension to an alternate destination.<br/> | ||
The alternate destination can be another extension, external phone number such as a cell phone, or various other possibilities. | The alternate destination can be another extension, external phone number such as a cell phone, or various other possibilities. | ||
+ | |||
+ | ==Using Call Forward with feature codes== | ||
+ | There is a lua script that should be in your freeswitch/scripts/call_forward.lua. To use this with a feature code just add a dialplan entry with the dialplan manager, add a condition with destination_number and something like ^393$, fwd then application: lua and call_forward.lua | ||
+ | Add an action before that that sets a variable application: set | ||
+ | data: pin_number=9449 (put in your own number) | ||
+ | With this you have call forwarding by feature code. |
Revision as of 01:44, 8 March 2011
Menu: (Apps-Call Forward)
Use Call Forward to redirect calls from a particular extension to an alternate destination.
The alternate destination can be another extension, external phone number such as a cell phone, or various other possibilities.
Using Call Forward with feature codes
There is a lua script that should be in your freeswitch/scripts/call_forward.lua. To use this with a feature code just add a dialplan entry with the dialplan manager, add a condition with destination_number and something like ^393$, fwd then application: lua and call_forward.lua Add an action before that that sets a variable application: set data: pin_number=9449 (put in your own number) With this you have call forwarding by feature code.