gnu的专业网关smpp协议支持源代码。

源代码在线查看: modems.conf

软件大小: 2085 K
上传用户: atom0722
关键词: smpp gnu 网关 协议
下载地址: 免注册下载 普通下载 VIP

相关代码

				# Modems configuration				#				# Example and default values				# 				# group = modems				# id = "my-id"				# name = "my-name"				# detect-string = "MODEM"				# detect-string2 = "" [Default]				# init-string = "AT+CNMI=1,2,0,0,0" [Default]				# speed = 9600 [Default]				# enable-hwhs = "AT+IFC=2,2" [Default]				# need-sleep = false [Default]				# no-pin = false [Default]				# no-smsc = false [Default]				# sendline-sleep = 100 [Default, miliseconds]				# keepalive-cmd = "AT" [Default]				# broken = false [Default]				# message-storage = "SM"				# enable-mms = false [Default]												# If modemtype=auto, try everyone and defaults to this one				group = modems				id = generic				name = "Generic Modem"								group = modems				id = wavecom				name = Wavecom				detect-string = "WAVECOM"								group = modems				id = premicell				name = Premicell				detect-string = "PREMICEL"				no-pin = true				no-smsc = true								group = modems				id = siemens_tc35				name = "Siemens TC35"				detect-string = "SIEMENS"				detect-string2 = "TC35"				init-string = "AT+CNMI=1,2,0,0,1"				speed = 19200				enable-hwhs = "AT\\Q3"				need-sleep = true								group = modems				id = siemens_m20				name = "Siemens M20"				detect-string = "SIEMENS"				detect-string2 = "M20"				speed = 19200				enable-hwhs = "AT\\Q3"				keepalive-cmd = "AT+CBC;+CSQ"				need-sleep = true								group = modems				id = nokiaphone				name = "Nokia Phone"				detect-string = "Nokia Mobile Phone"				need-sleep = true				keepalive-cmd = "AT+CBC;+CSQ"				enable-mms = true								group = modems				id = falcom				name = "Falcom"				detect-string = "Falcom"				no-smsc = true								group = modems				id = ericsson_r520m				name = "Ericsson R520m"				detect-string = "R520m"				init-string = "AT+CNMI=3,2,0,0"								group = modems				id = ericsson_t68				name = "Ericsson T68"				detect-string = "T68"				init-string = "AT+CNMI=3,3"				keepalive-cmd = "AT+CBC;+CSQ"				broken = true								group = modems				id = alcatel				name = "Alcatel"				detect-string = "Alcatel"				init-string = "AT+CNMI=3,2,0,0"											

相关资源