fix: add parameter dataCoding and serverNumber to alarm SMS forward
This commit is contained in:
@@ -126,6 +126,7 @@ omc:
|
||||
# TLS Skip verify: true/false
|
||||
# email/sms
|
||||
# smProxy: sms(Short Message Service)/smsc(SMS Centre)
|
||||
# dataCoding: 0:UCS2, 1:ASCII, 2:LATIN1
|
||||
alarm:
|
||||
alarmEmailForward:
|
||||
enable: true
|
||||
@@ -142,6 +143,8 @@ alarm:
|
||||
systemID: "omc"
|
||||
password: "omc123"
|
||||
systemType: "UTRAN"
|
||||
dataCoding: 0
|
||||
serviceNumber: "OMC"
|
||||
sms:
|
||||
apiURL: http://smsc.xxx.com/
|
||||
accessKeyID: xxxx
|
||||
|
||||
Reference in New Issue
Block a user