Dear Team, You need to configure your file i.e smskannel.conf configuration like below:
group = smsc smsc = smpp smsc-id = test_gateway host= 127.0.0.1 smsc-username= XXXX smsc-password= XXXX port = 12345 #receive-port=0 connect-allow-ip = 127.0.0.1 system-type="SMPP" address-range="" #alt-charset=1 #alt-charset="ASCII" source-addr-ton=1 source-addr-npi=1 dest-addr-ton=1 dest-addr-npi=1 #msg-id-type=0x01 allowed-smsc-id= test_gateway transceiver-mode=1 throughput= 10 *smsc-id and allowed-smsc-id name both the same.* On Mon, Jul 9, 2012 at 3:30 PM, <[email protected]> wrote: > Send users mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://www.kannel.org/mailman/listinfo/users > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of users digest..." > > > Today's Topics: > > 1. Re: smpp group setting by smsc details (Tapan Thapa) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 9 Jul 2012 14:13:13 +0530 > From: Tapan Thapa <[email protected]> > To: neo nortan <[email protected]> > Cc: [email protected] > Subject: Re: smpp group setting by smsc details > Message-ID: > <CAJaLo3DwNVeL+WBBMvRYGKFT= > [email protected]> > Content-Type: text/plain; charset="iso-8859-1" > > You need to configure your smpp configuration like below: > > group = smsc > smsc = smpp > smsc-id = xxxx > host = localhost > port = 2775 > #receive-port = 2775 > transceiver-mode = 1 > smsc-username = xxxx > smsc-password = xxxx > system-type = "" > source-addr-ton = 0 > source-addr-npi = 1 > dest-addr-ton = 0 > dest-addr-npi = 1 > allowed-smsc-id = xxxx > preferred-smsc-id = xxxx > > Change your smsc ip, port, userid and password in xxxx accordingly. > > Regards > Tapan Thapa > > > > On Mon, Jul 9, 2012 at 2:01 PM, neo nortan <[email protected] > >wrote: > > > sir > > All these settings > > Smsc ip > > Smsc username > > Smsc password > > Smsc port > > have been provided by smsc > > but not able know how to write these settings. > > > > regards > > > > > > > > From: Tapan Kumar Thapa <[email protected]> > > Sent: Mon, 09 Jul 2012 08:28:56 > > To: neo nortan <[email protected]> > > Cc: users <[email protected]> > > Subject: Re: smpp group setting by smsc details > > > > Ask them to provide you below info as well. > > > > Smsc ip > > Smsc username > > Smsc password > > Smsc port > > > > Sent from my iPhone > > > > Regards > > Tapan Kumar Thapa > > Manager-Tech Support > > HT Mobile Solutions Limited > > Mob-919871701375 > > > > On Jul 9, 2012, at 7:46 AM, "neo nortan" <[email protected]> > > wrote: > > > > Dear > > smsc given me some setting like this. For which variable in smpp group i > > can configure these values. > > > > Binds - Tx/rx/txrx > > No of Sessions (max) - 3 > > Priority - P1 > > DND - Inactive > > > > thanks > > Regards > > > > > > > > > > > > < > http://sigads.rediff.com/RealMedia/ads/click_nx.ads/www.rediffmail.com/signatureline.htm@Middle > ?> > > Follow *Rediff Deal ho jaye!< > http://track.rediff.com/click?url=___http://dealhojaye.rediff.com?sc_cid=rediffmailsignature___&cmp=signature&lnk=rediffmailsignature&newservice=deals > > > > * to get exciting offers in your city everyday. > > > > > > > > < > http://sigads.rediff.com/RealMedia/ads/click_nx.ads/www.rediffmail.com/signatureline.htm@Middle > ?> > > Follow *Rediff Deal ho jaye!< > http://track.rediff.com/click?url=___http://dealhojaye.rediff.com?sc_cid=rediffmailsignature___&cmp=signature&lnk=rediffmailsignature&newservice=deals > > > > * to get exciting offers in your city everyday. > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://www.kannel.org/pipermail/users/attachments/20120709/84a940c0/attachment-0001.html > > > > ------------------------------ > > _______________________________________________ > users mailing list > [email protected] > http://www.kannel.org/mailman/listinfo/users > > > End of users Digest, Vol 71, Issue 19 > ************************************* >
