Hi Tjatur, Thanks for that suggestion. I'm still new to the whole Kannel/WAP/SMS Gateway thingy.
The content provider uses properitary software, and they talk SMPP apparently. I've mentioned this briefly to the engineer, and he say if push comes to shove, they could try HTTP. I'll play around some more. Meanwhile, I have another question from my logs. I see lines like: Receive SMS [SMSC:mdm] [SVC:] [ACT:] [BINF:] [from:+1234567] [to:1234] [flags:-1:0:-1:0:-1] [msg:8: foobar] [udh:0:] Sent SMS [SMSC:cntprv] [SVC:] [ACT:] [BINF:] [from:+1234567] [to:1234] [flags:-1:0:-1:0:-1] [msg:8: foobar] [udh:0:] The entry: [to:1234] suprises me, because I just send an sms to the phone number, without any shortcode, but full GSM phone number, and I see this. Where does the number 1234 come from? I don't have that specified anywhere in my config file. Thanks, Essien -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Heru Tjatur Sent: Friday, November 11, 2005 4:41 AM To: [email protected] Subject: SPAM-LOW: Re: SMSC Routing Dear Essien, On Thu, 2005-11-10 at 19:51 +0100, Essien Ita Essien wrote: > Iām trying to setup an SMSC router, to route services from a phone network > to a content provider somewhere else. The setup looks like this. > > > [GSM Provider] ------------ā[modem]---------ā > [my_kannel_box(tm)]----(internet)----------->[content_provider] > > I have an smsc defining the at modem, which correctly delivers MO's to > my_kannel_box(tm) :). > The problem is that, I want to forward the MO's to [content_provider], not > process it locally. > > I have the following. Note that these are not complete snippets, just (I > think) important parts. > > group = core > smsbox-port = 50000 > > > group=smsc > smsc = at > smsc-id = mdm > reroute = yes > reroute-smsc-id = cntprv > > group = smsc > smsc = smpp > smsc-id = cntprv > host = "foo.bar" > port = "50000" > > > Is this *picture complete* ? am I missing any piece of the puzzle? I > actually still don't understand how all the pieces fit together, so any > explanation accompanying will be highly appreciated. > > Thnx, > > Essien > > What is the protocol used to communicate to Content Provider from Kannel Box? Is it SMPP, as defined in the smsc gropu declaration? In this part, it would we easier to communicate through HTPP. You could do that by setting your Content-Provider URL in get-url parameter. Or, you could define http smsc, as describe in http://kannel.org/download/1.4.0/userguide-1.4.0/userguide.html#AEN2103 hope this help --tjatur > > > >
