On Wed, Dec 07, 2005 at 12:29:24PM -0700, Eric Langheinrich wrote: > I have been looking for examples of using Kannel with a GSM phone as my > modem. I came across this one for a Nokia 6310 which seems to generally fit > my needs. > > My question is, what is the point of the sms-center parameter? I should be > able to send and receive SMS messages directly through my GSM phone right? > > If I need to have an sms-center phone number, where can I find the number > for T-Mobile USA?
it should come pre-loaded with your sim card. but you might check back your writings you got with the sim card, or even call the hotline. > > > # SMSC CONNECTIONS > > group = smsc > smsc = at2 > smsc-id = nok6310 > device = /dev/ttyS0 > modemtype = nokiaphone (ericsson in your case) > speed = 9600 > connect-allow-ip = "127.0.0.1" > sms-center = "+971506060000" (this must be the number of the SMS center of > your > mobile provider) > >
