› VitalPBX Community Support › General Discussion › Adding a custom modification to the extension__20-baseplan.conf › Reply To: RE: Adding a custom modification to the extension__20-baseplan.conf
-
- April 2, 2018 at 6:02 pm
I made a test appending an extension to sub-local-dialing context:
- Create a file under /etc/asterisk/ombutel, called extensions__30-baseplan.conf
- Paste the following Content:
[sub-local-dialing](+)
exten => 9000,1,Noop(Demo)
same => n,Hangup()3. Save the File
4. Reload the asterisk dialplan: asterisk -rx”dialplan reload”
The result of my test is attached
0