Create smpp.conf.xml
This commit is contained in:
parent
8f69485fbd
commit
fd4e0a3b5f
|
|
@ -0,0 +1,15 @@
|
|||
<configuration name="smpp.conf" description="SMPP client and server Gateway">
|
||||
<gateways>
|
||||
<gateway name="example.com">
|
||||
<params>
|
||||
<param name="host" value="example.com"/>
|
||||
<param name="port" value="2775"/>
|
||||
<param name="debug" value="1"/>
|
||||
<param name="profile" value="default"/>
|
||||
<param name="system_id" value="username"/>
|
||||
<param name="password" value="password"/>
|
||||
<param name="system_type" value="remote_smpp"/>
|
||||
</params>
|
||||
</gateway>
|
||||
</gateways>
|
||||
</configuration>
|
||||
Loading…
Reference in New Issue