Create {$mac}.cfg
This commit is contained in:
parent
645c5ce222
commit
6c97a1ae3d
|
|
@ -101,7 +101,7 @@ account.1.subscribe_mwi = 0
|
||||||
account.1.subscribe_mwi_expires = 3600
|
account.1.subscribe_mwi_expires = 3600
|
||||||
|
|
||||||
#Configure the type of SIP header to carry the caller ID; 0-FROM (default), 1-PAI;
|
#Configure the type of SIP header to carry the caller ID; 0-FROM (default), 1-PAI;
|
||||||
account.1.cid_source = 1
|
account.1.cid_source = {$yealink_cid_source}
|
||||||
|
|
||||||
#Configure the presentation of the callee ID; 0-PAI-PRID, 1-DIALED DIGITS (default), 2-RFC4916;
|
#Configure the presentation of the callee ID; 0-PAI-PRID, 1-DIALED DIGITS (default), 2-RFC4916;
|
||||||
account.1.cp_source = 2
|
account.1.cp_source = 2
|
||||||
|
|
@ -350,7 +350,7 @@ account.2.subscribe_mwi = 0
|
||||||
account.2.subscribe_mwi_expires = 3600
|
account.2.subscribe_mwi_expires = 3600
|
||||||
|
|
||||||
#Configure the type of SIP header to carry the caller ID; 0-FROM (default), 1-PAI;
|
#Configure the type of SIP header to carry the caller ID; 0-FROM (default), 1-PAI;
|
||||||
account.2.cid_source = 1
|
account.2.cid_source = {$yealink_cid_source}
|
||||||
|
|
||||||
#Configure the presentation of the callee ID; 0-PAI-PRID, 1-DIALED DIGITS (default), 2-RFC4916;
|
#Configure the presentation of the callee ID; 0-PAI-PRID, 1-DIALED DIGITS (default), 2-RFC4916;
|
||||||
account.2.cp_source = 2
|
account.2.cp_source = 2
|
||||||
|
|
@ -599,7 +599,7 @@ account.3.subscribe_mwi = 0
|
||||||
account.3.subscribe_mwi_expires = 3600
|
account.3.subscribe_mwi_expires = 3600
|
||||||
|
|
||||||
#Configure the type of SIP header to carry the caller ID; 0-FROM (default), 1-PAI;
|
#Configure the type of SIP header to carry the caller ID; 0-FROM (default), 1-PAI;
|
||||||
account.3.cid_source = 1
|
account.3.cid_source = {$yealink_cid_source}
|
||||||
|
|
||||||
#Configure the presentation of the callee ID; 0-PAI-PRID, 1-DIALED DIGITS (default), 2-RFC4916;
|
#Configure the presentation of the callee ID; 0-PAI-PRID, 1-DIALED DIGITS (default), 2-RFC4916;
|
||||||
account.3.cp_source = 2
|
account.3.cp_source = 2
|
||||||
|
|
@ -849,7 +849,7 @@ account.4.subscribe_mwi = 0
|
||||||
account.4.subscribe_mwi_expires = 3600
|
account.4.subscribe_mwi_expires = 3600
|
||||||
|
|
||||||
#Configure the type of SIP header to carry the caller ID; 0-FROM (default), 1-PAI;
|
#Configure the type of SIP header to carry the caller ID; 0-FROM (default), 1-PAI;
|
||||||
account.4.cid_source = 1
|
account.4.cid_source = {$yealink_cid_source}
|
||||||
|
|
||||||
#Configure the presentation of the callee ID; 0-PAI-PRID, 1-DIALED DIGITS (default), 2-RFC4916;
|
#Configure the presentation of the callee ID; 0-PAI-PRID, 1-DIALED DIGITS (default), 2-RFC4916;
|
||||||
account.4.cp_source = 2
|
account.4.cp_source = 2
|
||||||
|
|
@ -1099,7 +1099,7 @@ account.5.subscribe_mwi = 0
|
||||||
account.5.subscribe_mwi_expires = 3600
|
account.5.subscribe_mwi_expires = 3600
|
||||||
|
|
||||||
#Configure the type of SIP header to carry the caller ID; 0-FROM (default), 1-PAI;
|
#Configure the type of SIP header to carry the caller ID; 0-FROM (default), 1-PAI;
|
||||||
account.5.cid_source = 1
|
account.5.cid_source = {$yealink_cid_source}
|
||||||
|
|
||||||
#Configure the presentation of the callee ID; 0-PAI-PRID, 1-DIALED DIGITS (default), 2-RFC4916;
|
#Configure the presentation of the callee ID; 0-PAI-PRID, 1-DIALED DIGITS (default), 2-RFC4916;
|
||||||
account.5.cp_source = 2
|
account.5.cp_source = 2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue