Re: SMPP usage problem
Nicholas Rahn <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Here's the core, smsbox and wapbox config... # # Core configuration options for kannel. # group = core admin-port = 13000 admin-password = mnc admin-deny-ip = "*.*.*.*" admin-allow-ip = "127.0.0.1;192.168.0.*" smsbox-port = 13001 wapbox-port = 13002 box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1;192.168.0.*" wdp-interface-name = "*" log-file = /usr/local/kannel/logs/kannel.log log-level = 0 access-log = /usr/local/kannel/logs/kannel-access.log unified-prefix = "+41,41,0041" group = smsbox bearerbox-host = localhost sendsms-port = 13013 log-file = /usr/local/kannel/logs/smsbox.log access-log = /usr/local/kannel/logs/smsbox-access.log log-level = 0 group = wapbox bearerbox-host = localhost we also have around 20 other SMSCs (mostly cimd2 and 1 EMI) defined in this kannel "instance". nick On Thu, 2003-03-13 at 17:37, Bas A. Schulte wrote: > Hi Nicholas, > > On Thursday, March 13, 2003, at 05:32 PM, Nicholas Rahn wrote: > > > we are trying to get an smpp (3.4) connection up and running with > > kannel, but are having a few problems. > [snip] > > here's our config: > > > > group = smsc > > smsc = smpp > > smsc-id = smppTest > > host = xxx.xxx.xxx.xxx > > port = xxxx > > smsc-username = xxx > > smsc-password = xxxxxxxx > > transceiver-mode = true > > system-type = "VMA" > > allowed-smsc-id = smppTest > > address-range = "" > > Give us the rest of your configuration (smsbox, core etc.), I think this > is not a specific SMPP problem but a problem with the rest of your setup. > > Regards, > > Bas. > > >