Create {$mac}.cfg
This commit is contained in:
parent
ca0514afe9
commit
adb4f67d8f
|
|
@ -121,7 +121,7 @@ account.1.subscribe_mwi =
|
|||
account.1.subscribe_mwi_expires =
|
||||
|
||||
#Configure the type of SIP header(s) to carry the caller ID; 0-FROM (default), 1-PAI 2-PAI-FROM, 3-PRID-PAI-FROM, 4-PAI-RPID-FROM, 5-RPID-FROM;
|
||||
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;
|
||||
account.1.cp_source = 2
|
||||
|
|
@ -443,7 +443,7 @@ account.2.subscribe_mwi =
|
|||
account.2.subscribe_mwi_expires =
|
||||
|
||||
#Configure the type of SIP header(s) to carry the caller ID; 0-FROM (default), 1-PAI 2-PAI-FROM, 3-PRID-PAI-FROM, 4-PAI-RPID-FROM, 5-RPID-FROM;
|
||||
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;
|
||||
account.2.cp_source = 2
|
||||
|
|
@ -764,7 +764,7 @@ account.3.subscribe_mwi =
|
|||
account.3.subscribe_mwi_expires =
|
||||
|
||||
#Configure the type of SIP header(s) to carry the caller ID; 0-FROM (default), 1-PAI 2-PAI-FROM, 3-PRID-PAI-FROM, 4-PAI-RPID-FROM, 5-RPID-FROM;
|
||||
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;
|
||||
account.3.cp_source = 2
|
||||
|
|
@ -1085,7 +1085,7 @@ account.4.subscribe_mwi =
|
|||
account.4.subscribe_mwi_expires =
|
||||
|
||||
#Configure the type of SIP header(s) to carry the caller ID; 0-FROM (default), 1-PAI 2-PAI-FROM, 3-PRID-PAI-FROM, 4-PAI-RPID-FROM, 5-RPID-FROM;
|
||||
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;
|
||||
account.4.cp_source = 2
|
||||
|
|
@ -1409,7 +1409,7 @@ account.5.subscribe_mwi =
|
|||
account.5.subscribe_mwi_expires =
|
||||
|
||||
#Configure the type of SIP header(s) to carry the caller ID; 0-FROM (default), 1-PAI 2-PAI-FROM, 3-PRID-PAI-FROM, 4-PAI-RPID-FROM, 5-RPID-FROM;
|
||||
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;
|
||||
account.5.cp_source = 2
|
||||
|
|
@ -1728,7 +1728,7 @@ account.6.subscribe_mwi = 0
|
|||
account.6.subscribe_mwi_expires = 3600
|
||||
|
||||
#Configure the type of SIP header(s) to carry the caller ID; 0-FROM (default), 1-PAI 2-PAI-FROM, 3-PRID-PAI-FROM, 4-PAI-RPID-FROM, 5-RPID-FROM;
|
||||
account.6.cid_source = 1
|
||||
account.6.cid_source = {$yealink_cid_source}
|
||||
|
||||
#Configure the presentation of the callee ID; 0-PAI-PRID, 1-DIALED DIGITS (default), 2-RFC4916;
|
||||
account.6.cp_source = 2
|
||||
|
|
|
|||
Loading…
Reference in New Issue