I was under the impression that the fakesmsc client app connects to the port that smsbox is running on which then sends it to the smsc's that are listed in the config file. I distinctly remember using the fakesmsc app to send messages which were then looped back into smsbox with the http MTMO and passed to my sms service succesfully. Very strange.
Nikos Balkanas wrote: > > You must be mistaken. fakesmsc uses its own protocol known only to FAKE > smsc. And that's not HTTP. > > BR, > Nikos > ----- Original Message ----- > From: "fegul" <[email protected]> > To: <[email protected]> > Sent: Wednesday, May 05, 2010 3:14 PM > Subject: Re: Issues with MT to MO direction switching > > >> >> That's odd because I was using the fakesmsc client just last week in >> conjunction with the http smsc and it worked fine. I didnt have the >> fakesmsc group enabled either. It worked perfectly (I sent a batch of >> 100 >> texts to test it) >> >> >> Nikos Balkanas wrote: >>> >>> Hi, >>> >>> The fakesmsc client won't work with HTTP smsc or smsbox. It works only >>> with >>> the FAKE smsc. To communicate you need to activate FAKE smsc and turn >>> the >>> client to the port configured in it. >>> >>> If you want to drive the HTTP smsc, look for something more appropriate >>> under the test/ directory. fakesmsc won't do it. >>> >>> BR, >>> Nikos >>> ----- Original Message ----- >>> From: "fegul" <[email protected]> >>> To: <[email protected]> >>> Sent: Wednesday, May 05, 2010 12:51 AM >>> Subject: Issues with MT to MO direction switching >>> >>> >>>> >>>> I'm using the default smskannel.conf included with the gateway source >>>> code >>>> but I'm having issues implementing MT to MO direction switching even >>>> after >>>> reading the documentation. >>>> >>>> I commented out the fakesmsc block in the SMSC connection block and >>>> added >>>> the code from the documentation: >>>> >>>> group = smsc >>>> smsc = http >>>> smsc-id = MT2MO >>>> system-type = kannel >>>> smsc-username = tester >>>> smsc-password = foobar >>>> port = 14000 >>>> send-url = "http://localhost:14000/cgi-bin/sendsms" >>>> >>>> Now I'm trying to send text messages through kannel that I want to have >>>> looped back to itself to test my sms-service. I've been trying to use >>>> the >>>> fakesmsc app to send the messages since I can automate the sending for >>>> testing purposes but I'm not sure what port to have it connect to. >>>> I've >>>> tried port 14000 from the MTMO smsc listed above but whenever I try to >>>> send >>>> a message the log returns an HTTP 400 error. >>>> >>>> Any ideas? >>>> -- >>>> View this message in context: >>>> http://old.nabble.com/Issues-with-MT-to-MO-direction-switching-tp28453519p28453519.html >>>> Sent from the Kannel - User mailing list archive at Nabble.com. >>>> >>>> >>> >>> >>> >>> >> >> -- >> View this message in context: >> http://old.nabble.com/Issues-with-MT-to-MO-direction-switching-tp28453519p28460043.html >> Sent from the Kannel - User mailing list archive at Nabble.com. >> >> > > > > -- View this message in context: http://old.nabble.com/Issues-with-MT-to-MO-direction-switching-tp28453519p28462906.html Sent from the Kannel - User mailing list archive at Nabble.com.
