karlma / fusionpbx

Automatically exported from code.google.com/p/fusionpbx
0 stars 0 forks source link

Outbound route #952

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
How can I create an outbound route that only a specific extension can use?

Original issue reported on code.google.com by clmorre1...@gmail.com on 12 May 2015 at 4:02

GoogleCodeExporter commented 9 years ago
Add a condition to the outbound route that checks the extension number. Use 
call detail records open the details find the variable with the parameter you 
want to use. If the variable was zzz then you can use it in a condition as 
${zzz} if the extension was 101 then you would set the data as ^101$

Original comment by markjcrane@gmail.com on 12 May 2015 at 4:16