VoiceGuide IVR Software Main Page
Jump to content

Support On Sms

Recommended Posts

Hi,

 

 

By going through the forums i have understood VoiceGuide itself does not send out SMS.

And the options you have suggested are

1)Use VG's Run Program or Run VBScript modules and call any of the many programs that do the actual sending of SMSs.

2)subscribe at your local Email-to-SMS gateway and then use a Send Email module.

3)have a mobile phone attached to the PC and send SMS directly through that phone.

 

What i would like to know is that i have a Dialogic D/4PCI card and everthing is working fine including fax .i want to add the sms feature to existing application which i have developed using voiceguide .I am sorry for the asking this question even after going thru the forums ,i have no idea how the sms system works.

 

If i use any other program which does the actual sending sms to be used in VBScript modules should i be using seperate modem for that as in an any GSM modem.

 

Shouldnt be the sms program be script driven for it to work from VBSCript modules.

 

Can i add the feature of SMS just with the existing things i have to the existing application i have.

 

Thank You

 

Anju

Share this post


Link to post

Search on Google for "send sms software". Many options will come up. Different software can be called in differet ways. Most of them you can just call using the Run Program module.

Share this post


Link to post

Anju: Many SMS service providers can offer you a "COM" object/program that can be called via VBScript. You just:

 

a) install the sms-com object on the IVR system. (Copy DLLs and register them according to their instructions)

B) run a VBS module to handles the SMS

c) use VBS to pass values to the sms-com object, such as phone-number, message, etc.

 

Easy if you know VBS/COM - not too difficult to learn if you dont!

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×