This commit is contained in:
parent
dadaa196ac
commit
71d4e1b246
|
|
@ -0,0 +1,19 @@
|
|||
phone_label: "{$display_name_1}"
|
||||
proxy1_address: "{$server_address_1}"
|
||||
proxy_register: 1
|
||||
timer_register_expires: 300
|
||||
preferred_codec: g711ulaw
|
||||
enable_vad: 0
|
||||
dial_template: "dialplan"
|
||||
|
||||
line1_name: {$user_id_1}
|
||||
line1_displayname: "{$user_id_1}"
|
||||
line1_shortname: "{$short_name_1}"
|
||||
line1_authname: "{$auth_id_1}"
|
||||
line1_password: "{$user_password_1}"
|
||||
|
||||
line2_name: {$user_id_2}
|
||||
line2_displayname: "{$user_id_2}"
|
||||
line2_shortname: "{$short_name_2}"
|
||||
line2_authname: "{$auth_id_2}"
|
||||
line2_password: "{$user_password_2}"
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
<DIALTEMPLATE>
|
||||
<TEMPLATE MATCH="011*" Timeout="5" User="Phone"/> <!-- Local operator-->
|
||||
<TEMPLATE MATCH="1..." Timeout="0" User="Phone"/> <!-- 4 digits intra-office -->
|
||||
<TEMPLATE MATCH=".11" Timeout="0" User="Phone"/> <!-- Service numbers -->
|
||||
<TEMPLATE MATCH="1.........." Timeout="0" User="Phone"/> <!-- Long Distance -->
|
||||
<TEMPLATE MATCH="*" Timeout="2"/> <!-- Anything else -->
|
||||
<TEMPLATE MATCH="972......." Timeout="0" User="Phone"/> <!-- 10 digits -->
|
||||
<TEMPLATE MATCH="214......." Timeout="0" User="Phone"/> <!-- 10 digits -->
|
||||
<TEMPLATE MATCH="469......." Timeout="0" User="Phone"/> <!-- 10 digits -->
|
||||
<TEMPLATE MATCH="817......." Timeout="0" User="Phone"/> <!-- 10 digits -->
|
||||
</DIALTEMPLATE>
|
||||
Loading…
Reference in New Issue