mPBX-36 User Manual
Page 129
1. To modify or delete a specified field in the context.
The format of configuration files as below:
/persistent/custom-cfg/voicemail_custom.conf
[general]
maxmsg = 100 // It means the default value of masmsg is 100
;maxmin = 200 // It means the deletion of this configuration
…
features.conf -> followme.conf
As these configuration changes are generally for a configuration item’s value,
this approach should work well.
Every time, system read the configuration item that user requires to operation,
and then operate this item from the corresponding configuration file.
Search the configuration item by the format ‘configuration item=’, such as
search maxmsg=
2. extensions.conf special processing: replace specified context
Format as
:
[macro-stdPrivacyexten]
exten => s,1,Dial(${ARG2},20,p)
exten => s,2,Goto(s-${DIALSTATUS},1)
exten => s-NOANSWER,1,Voicemail(u${ARG1})
exten => s-NOANSWER,2,Goto(default,s,1)
...
It mainly used for extensions.conf modification.
Replace the context in extensions.conf with user-defined context.
3. sip.conf special processing: replace the fields of ‘register =’
Configuration of sip.conf, except config options of register, all other
modifications can use the first format.
For fields of register =, we need to replace the data of ‘register=’ in sip.conf with
user-defined data of ‘register=’.
4. users.conf/iax.conf/queue.conf special processing: modify multiple context
at the same time
Those configurations allow using the first format of modification.
Other context modifications of support blank name, which means the
modification to all contexts except general.
Содержание mPBX-36
Страница 1: ...mPBX 36 User Manual Version 7 17 43 23 ...
Страница 15: ...mPBX 36 User Manual Page 15 Figure 3 3 1 1 ...
Страница 20: ...mPBX 36 User Manual Page 20 Figure 3 3 1 2 ...
Страница 36: ...mPBX 36 User Manual Page 36 Figure 3 3 4 1 ...
Страница 70: ...mPBX 36 User Manual Page 70 Figure 3 5 4 ...
Страница 73: ...mPBX 36 User Manual Page 73 Figure 3 5 6 ...
Страница 112: ...mPBX 36 User Manual Page 112 Figure 6 5 ...
Страница 122: ...mPBX 36 User Manual Page 122 Figure E 2 Step3 Finish ...
Страница 126: ...mPBX 36 User Manual Page 126 Figure G 3 ...