ITC-2300 VoIP Lab Sample extensions.conf File
Revision as of 04:11, 6 November 2019 by BenFranske (talk | contribs)
Below you will find some sample snippets from the extensions.conf file. These are not complete configurations and will also need to be modified for your Pod.
Basic SCCP Phone Extensions in the Default Context
[default] exten => 2901,1,Dial(SCCP/sally-line1,120) ; Modify with correct extension number and line name exten => 2902,1,Dial(SCCP/john-line1,120) ; Modify with correct extension number and line name
Reloading After Configuration Changes
If you make changes to the extensions.conf file and need to get Asterisk to re-load the dialplan you can run the dialplan reload command from the Asterisk CLI to re-read the file.
Additional Resources
- Coming soon