On Mon, 2010-09-27 at 11:09 +0300, Mian Asif wrote: > Dear All, > As per this article http://www.voip-info.org/wiki/view/Asterisk+cmd > +Sms asterisk support PSTN to SMS and from SMS support endpoints to > PSTN. > In my scenario we have SS7 based E'1 on which our SMS provider sending > SMS on our DID numbers and my all DID's are registered on OPENSER. > > What I want to do I want to receive SMS from PSTN on E’1 and forward > on Register user’s if Register Endpoint is SMS supported or Instant > message supported then message should deliver on it or reject and vice > versa if Endpoint generate SMS or instant message if should be forward > on PSTN and related to own DID number’s message should not forward on > PSTN if should forward internal. > > > > First I want to confirm it is possible or not, and second I want to do > as project interested people please contact me on [email protected] > thanks. >
> -- > Regards, > M. Asif Raza > Asif, Yes SMS receive/send on pstn works on asterisk. To receive/send sms's from other providers you need either your provider to support pstn sms (or a provider that supports the service), in which case you register your pstn numbers with their SMSC , or you became an SMSC yourself. The second option requires and agreement with a mobile operator Basically what this does is adds your numbers to the list of "accepted" numbers the provider receives sms for, and so others know were to route the sms they get from their customers. The rest of the path to/from asterisk to your endpoints is dialplan/agi "magic" which is case specific. Contact me off-list for more details. Stelios S. Koroneos -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-biz mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-biz
