> Even I have specified the address range to be 1252, the application is
> receiving also from 1253.
> It seems the address range parameter to be used for binding to SMSC is
> not working !
> Any suggestion?
> --
> You received this message because you are subscribed to the Google Groups
> "jsmpp" group.
> To post to this group, send email to jsmpp@googlegroups.com.
> To unsubscribe from this group, send email to
> jsmpp+unsubscribe@googlegroups.com <jsmpp%2Bunsubscribe@googlegroups.com>.
> For more options, visit this group at
> http://groups.google.com/group/jsmpp?hl=en.
> > Even I have specified the address range to be 1252, the application is
> > receiving also from 1253.
> > It seems the address range parameter to be used for binding to SMSC is
> > not working !
> > Any suggestion?
> > --
> > You received this message because you are subscribed to the Google Groups
> > "jsmpp" group.
> > To post to this group, send email to jsmpp@googlegroups.com.
> > To unsubscribe from this group, send email to
> > jsmpp+unsubscribe@googlegroups.com <jsmpp%2Bunsubscribe@googlegroups.com>.
> > For more options, visit this group at
> >http://groups.google.com/group/jsmpp?hl=en.
No this is not a bug.
Address range is issued by ESME for SMSC.
SMSC will use this and knows that you can be identified by the address
(es).
Address range can be single address or more than one address by using
UNIX regular expression.
So this is depends on the SMSC. If the SMSC enable the policy, then
you can only send message by using the address based on address range,
but in your case SMSC might disabled the policy.
Ask the telecom provider about this.
On Nov 24, 3:57 pm, uaeshadows <o...@hotmail.com> wrote:
> > > Even I have specified the address range to be 1252, the application is
> > > receiving also from 1253.
> > > It seems the address range parameter to be used for binding to SMSC is
> > > not working !
> > > Any suggestion?
> > > --
> > > You received this message because you are subscribed to the Google Groups
> > > "jsmpp" group.
> > > To post to this group, send email to jsmpp@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > jsmpp+unsubscribe@googlegroups.com <jsmpp%2Bunsubscribe@googlegroups.com>.
> > > For more options, visit this group at
> > >http://groups.google.com/group/jsmpp?hl=en.
Yes Uudashr. I think you are right. I have traced the SMPP packet and
I have noticed that the address range is specified in the packet. I
will contact the Telecom provider about that.
Thanks a lot
On Nov 24, 7:04 pm, uudashr <uuda...@gmail.com> wrote:
> No this is not a bug.
> Address range is issued by ESME for SMSC.
> SMSC will use this and knows that you can be identified by the address
> (es).
> Address range can be single address or more than one address by using
> UNIX regular expression.
> So this is depends on the SMSC. If the SMSC enable the policy, then
> you can only send message by using the address based on address range,
> but in your case SMSC might disabled the policy.
> Ask the telecom provider about this.
> On Nov 24, 3:57 pm, uaeshadows <o...@hotmail.com> wrote:
> > I'm using jsmpp 2.1.0 and I think it is the latest version
> > On Nov 24, 12:26 pm, Shantanu Kumar <kumar.shant...@gmail.com> wrote:
> > > Are you using the latest version? Please report a bug if it occurs in the
> > > latest version.
> > > Regards,
> > > Shantanu
> > > On Tue, Nov 24, 2009 at 1:44 PM, uaeshadows <o...@hotmail.com> wrote:
> > > > Hi
> > > > I have created SMS receiver and it works fine. However it is receiving
> > > > from multiple address ranges. The following is the binding code:
> > > > Even I have specified the address range to be 1252, the application is
> > > > receiving also from 1253.
> > > > It seems the address range parameter to be used for binding to SMSC is
> > > > not working !
> > > > Any suggestion?
> > > > --
> > > > You received this message because you are subscribed to the Google Groups
> > > > "jsmpp" group.
> > > > To post to this group, send email to jsmpp@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> > > > jsmpp+unsubscribe@googlegroups.com <jsmpp%2Bunsubscribe@googlegroups.com>.
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/jsmpp?hl=en.