dlr-mysql.conf

来自「The Kannel Open Source WAP and SMS gatew」· CONF 代码 · 共 48 行

CONF
48
字号
## DLR with MySQL support configuration## Example defining a MySQL database connection resource and # the required table and field values.#group = mysql-connectionid = mydlrhost = localhostmysql-username = foomysql-password = bardatabase = dlr# max count of connections that will be opened for dbpool# default is 1max-connections = 1# # Create the required table for the DLR support in the database # with something similar like this: # #   CREATE TABLE dlr (#     smsc varchar(40),#     ts varchar(40),#     destination varchar(40),#     source varchar(40),#     service varchar(40),#     url varchar(255),#     mask int(10),#     status int(10),#     boxc varchar(40)#   )#group = dlr-dbid = mydlrtable = dlrfield-smsc = smscfield-timestamp = tsfield-destination = destinationfield-source = sourcefield-service = servicefield-url = urlfield-mask = maskfield-status = statusfield-boxc-id = boxc

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?