Hi, To clarify I have the external application sending the sms request to a critical-path SMS-access-server (which is a gateway) and I need to hook Kannel to this gateway. The critical-path SMS-access-server has the SMPP client and server modules and is being used here as the SMPP-Client.
Thanks, Ashwin -----Original Message----- From: Henri Hovi [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 21, 2007 12:47 PM To: Ashwin Urs Cc: [email protected] Subject: Re: Info required on setting up a SMPP connection with kannel in server mode Hi Ashwin, Kannel doesn't support SMPP in a connection between the Application Server and the SMS Gateway. SMPP is supported only between the SMS Gateway and the SMSC. -- Henkka Ashwin Urs wrote: > > Hi, > > > > I have kannel running in the phone-as-smsc mode (with a Nokia VI-3155i). > > > > My requirement is to establish a SMPP connection between an external > application and Kannel, and send SMSs using kannel in phone-as-smsc mode. > > > > Is it possible to use kannel in the above mentioned setup? > > > > If the answer to the above question is yes, what modifications would I > need in my configuration file for the desired setup? > > > > I read the SMPP section of the Kannel user guide and found the sample > configuration provided is for the Kannel as a SMPP-client while I > require it to work as a SMPP-server. > > The sample configuration is repeated here below for convenience. > > -------------------------------------------------------- > > group = smsc > > smsc = smpp > > host = 123.123.123.123 > > port = 600 > > receive-port = 700 > > smsc-username = "STT" > > smsc-password = foo > > system-type = "VMA" > > address-range = "" > > -------------------------------------------------------- > > > > > > The configuration in my file with the phone-as-smsc mode is as below. > > -------------------------------------------------------- > > group = smsbox > > bearerbox-host = 127.0.0.1 > > sendsms-port = 13013 > > global-sender = 13013 > > log-file = "/c/smsbox.log" > > > > group = smsc > > smsc = at > > modemtype = nokia3155 > > device = COM7 > > > > group = modems > > id = nokia3155 > > name = "Nokia 3155i as SMSC" > > detect-string = "Nokia" > > speed = 460800 > > > > group = sendsms-user > > username = tester > > password = pwd > > -------------------------------------------------------- > > > > > > > > Thanks, > > Ashwin > -- Henri Hovi, CTO Wireless ZT http://www.wirelesszt.com Meet us at CTIA Wireless 2007, Orlando, FL.
