ITC-2300 VoIP Lab Sample extensions.conf File: Difference between revisions
Jump to navigation
Jump to search
BenFranske (talk | contribs) (Created page with "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...") |
BenFranske (talk | contribs) No edit summary |
||
Line 6: | Line 6: | ||
exten => 2902,1,Dial(SCCP/john-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 | ||
</pre> | </pre> | ||
=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 |
Revision as of 04:11, 6 November 2019
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