ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » [Solved]Sending,Receiving SMS to/frm a cell number thru WMB

Post new topic  Reply to topic Goto page 1, 2  Next
 [Solved]Sending,Receiving SMS to/frm a cell number thru WMB « View previous topic :: View next topic » 
Author Message
abhyyy
PostPosted: Fri Sep 30, 2011 12:48 am    Post subject: [Solved]Sending,Receiving SMS to/frm a cell number thru WMB Reply with quote

Voyager

Joined: 29 Sep 2011
Posts: 83

Hi Friends,

This is my first login to this immensly informative site and I would like to thank you all for all the knowledge that I have gatgered from here.

I have been assigned a new project (mentioned below), If anybody has worked on this kind of stuff or has knowledge about it, please tell me the steps that I should follow to achieve this.

Requirement : A customers information (Mobile number along with a text message) will be sent as a message in tag delimited format and
1) the message now needs to be sent to the mentioned mobile number as an SMS by WMB.
2) when the customer replies then WMB should be able to receive the SMS and forward it as a text message to another application.


Thanks and Regards,
Abhishek gupta


Last edited by abhyyy on Sun Jan 15, 2012 9:49 am; edited 1 time in total
Back to top
View user's profile Send private message
marko.pitkanen
PostPosted: Fri Sep 30, 2011 1:24 am    Post subject: Reply with quote

Chevalier

Joined: 23 Jul 2008
Posts: 440
Location: Jamsa, Finland

Hi,

I think that your first thing is to take contact to you tele -operators to find out which kind of interfaces they can provide to you. After decision with which one you like to deal with, it should be quite a normal external application integration case with broker.

Perhaps some one has better ideas?

--
Marko
Back to top
View user's profile Send private message Visit poster's website
lancelotlinc
PostPosted: Fri Sep 30, 2011 4:28 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

For Verizon customers, you use EmailOutput node and set the DestinationList in the LocalEnvironment to <cell_number>@vtext.com
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
Vitor
PostPosted: Fri Sep 30, 2011 4:57 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

marko.pitkanen wrote:
Perhaps some one has better ideas?


Not a better idea but a variation of the same. There are software packages that can issue SMS alerts (for instance those used by financial institutions to text you when you're overdrawn, have a deposit, etc). These are typically driven by all the usual means so investigate if your site has access to such software, even if not currently in use. It's sometimes bundled with faxing software (e.g. RightFax).

If you have such software, you feed it a file / message / web service call and you're off.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
abhyyy
PostPosted: Sun Oct 02, 2011 4:47 am    Post subject: Reply with quote

Voyager

Joined: 29 Sep 2011
Posts: 83

we would be using SMPP (Short message peer-peer protocol) to send messages to SMSC (short message service centre).. does that change anything as said above?
Back to top
View user's profile Send private message
Vitor
PostPosted: Sun Oct 02, 2011 9:14 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

abhyyy wrote:
we would be using SMPP (Short message peer-peer protocol) to send messages to SMSC (short message service centre).. does that change anything as said above?




Except that you clearly don't need to ask anyone what software you're using, or the interface you need to call.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
abhyyy
PostPosted: Mon Oct 03, 2011 12:06 am    Post subject: Reply with quote

Voyager

Joined: 29 Sep 2011
Posts: 83

so what I gather fromabove is :
step 1: create a flow that will take text file as an input and will throw an email out (with DestinationList in the LocalEnvironment as <cell_number>@sms-server.company.com) as an output from an emailoutput node.
step 2: send the emails to SMSC (short message service centre) using the SMPP Interface (shor message peer-peer protocol) and then leave it to them !!

But EmailOutput node delivers an email message from a message flow to an SMTP server that you specify but I'amdealing with an SMPP server.

Am I missing anything here?
Back to top
View user's profile Send private message
Vitor
PostPosted: Mon Oct 03, 2011 4:40 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

abhyyy wrote:
Am I missing anything here?


No, you seem to have identified the required transformation, and that the email output node is unsuitible for the outward transmission (as the target is not an SMTP server).
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
abhyyy
PostPosted: Mon Oct 03, 2011 6:06 pm    Post subject: Reply with quote

Voyager

Joined: 29 Sep 2011
Posts: 83

Is there any way with which I can achieve this as many of the companies might be doing this already so there must be some way with which we can send Emails to SMPP server??
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Mon Oct 03, 2011 7:43 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20696
Location: LI,NY

abhyyy wrote:
Is there any way with which I can achieve this as many of the companies might be doing this already so there must be some way with which we can send Emails to SMPP server??

Often times the SMPP provider will accept emails sent to mobilenumber@text.provider.com. You need to enquire with your SMPP provider.

Have fun
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
abhyyy
PostPosted: Mon Oct 03, 2011 8:02 pm    Post subject: Reply with quote

Voyager

Joined: 29 Sep 2011
Posts: 83

Isnt there any other parameter that I need to consider which may vary??
Back to top
View user's profile Send private message
smdavies99
PostPosted: Mon Oct 03, 2011 10:10 pm    Post subject: Reply with quote

Jedi Council

Joined: 10 Feb 2003
Posts: 6076
Location: Somewhere over the Rainbow this side of Never-never land.

abhyyy wrote:
Isnt there any other parameter that I need to consider which may vary??


Why don't you do some experimentation with your local provider and then if you have problems please come back to us with them.

IMHO, we have gone as far as we can without actually coding your application for you (this costs money. Vitor's rate is $500/hour).
_________________
WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995

Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
Back to top
View user's profile Send private message
abhyyy
PostPosted: Mon Oct 03, 2011 10:44 pm    Post subject: Reply with quote

Voyager

Joined: 29 Sep 2011
Posts: 83

Sure, will try that. Thanks for all the help
_________________
----------------------
NeVeR StOp LeaRnInG.
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Tue Oct 04, 2011 4:33 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

My IBM bill rate is only $325 per hour. Seriously.
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
Vitor
PostPosted: Tue Oct 04, 2011 4:43 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

lancelotlinc wrote:
My IBM bill rate is only $325 per hour. Seriously.


It's a tough marketplace.

I should add that rate does not include expenses or danger money (for intelectually dangerous assignments).

All part of a larger plan to make training seem more cost-effective.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page 1, 2  Next Page 1 of 2

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » [Solved]Sending,Receiving SMS to/frm a cell number thru WMB
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.