2

I would like to know how set a custom context from the extensions.conf file, to deal with the incoming calls in Elastix/FreePBX?

I have developed a custom dial plan called [my-custom-incoming1] and I would like it to be called form every incoming call. There is an option called 'set destination' under the Inbound Routes, but I don't understand how to set a custom dialplan from this menu.

Thanks!

Pedro Perez
  • 43
  • 1
  • 3

1 Answers1

1

It's no need for creating an additional menu entry. Just add context=my-custom-incoming1 to your trunk definitions.

Sergey S.
  • 26
  • 2