Home    Forums    Feature Requests    Beta Issues    SysAid Resources    Documentation    Support
Hello Guest,  Login   
        
DOWNLOAD FREE EDITION
    
     Recent Topics    Hottest Topics    Online Members    Member Listing    Advanced Search
Integration with SMS gateway  XML
Forum Index » SysAid Integration
 
Author Message
Atul
SysAider

SysAider from release 4.5 United States
Joined: 18/06/2008
Messages: 2
Offline

Hi there,

We are quite new to SysAid. Perhaps this question is answered here but I was not able to find one quickly!

What are the steps to Integrate SysAid with an SMS gateway? Even a pointer to some article would be helpful.

Thanks & Regards,
Atul
Software Solution Architect

Atul Kale
Software Solution Architect
Haim
SysAid Wiz

Joined: 15/04/2008
Messages: 2449
Offline

Hello Atul,
Welcome to the SysAid community.

To integrate SMS with SysAid, you need to have an account with an SMS gateway in order to send SMS.

One of the SMS gateways we support is Clickatell(http://www.clickatell.com).

Once you have an account, you will need to fill the Preferences -> Integration -> SMS tab with the required information:

Provider Class: (if you are going to use Clickatell, this is the class: com.ilient.util.ClickatellProvider)
Gateway ID: <Your API ID>
User Name:
Password:


Pushing IT forward
Obelix
SysAid Wiz


SysAider from release 3.1 Indonesia Pathfinder
Joined: 12/06/2008
Messages: 903
Offline

What's an API id ?

This message was edited 1 time. Last update was at 22/06/2008 01:10:42

Haim
SysAid Wiz

Joined: 15/04/2008
Messages: 2449
Offline

Its a string/code that you should get from your SMS provider.

Pushing IT forward
MilanT
SysAider

SysAider from release 3.1 Slovenia Pathfinder
Joined: 11/06/2008
Messages: 15
Location: Ptuj, Slovenia
Offline

I need same information.
I have been contacting Ilient support previously on this matter (#13800). But we now have new situation.

We have our own SMS server.

Server software is from Hungarian company Ozeki. I have contacted them, they don't support Clicatell protocol.

But both (Ilient and Ozeki in our case) uses Oracle DB. I think, if we get more information from Ilient, we can integrate both.

(BTW, we have already made one integration with our ERP SW: asset in Illient is linked with asset in ERP.)

Regards, Milan
[WWW]
Jonathan
SysAid Wiz


SysAider from release 6 Ireland Pathfinder
Joined: 17/06/2008
Messages: 326
Offline

I am surprised Ilient were not able to help you here. I use a system called Red Oxygen and they developed a plug in for it for me. Most handy to have SMS working from the Helpdesk
Obelix
SysAid Wiz


SysAider from release 3.1 Indonesia Pathfinder
Joined: 12/06/2008
Messages: 903
Offline

If I got my own sms server... would I still need to set the sms integration on sysaid ? (provider class, api id...)
Atul
SysAider

SysAider from release 4.5 United States
Joined: 18/06/2008
Messages: 2
Offline

Whoosh! That's a great trail of responses from you all! Thanks for the contribution!

Hi Haim,

Apologies for not checknig out your answer soon! Here are a few questions from me on the SMS integration

1. Clickatel is a specific SMS provider. And it seems that Ilient has provided out of the box integration with it and similar SMS providers / Gateways. If this assumption is correct where can I get the list of such providers supported out of the box by SysAid?

2. As mentioned by many of our friends here, if we already have an SMS provider which is not on Ilient's list, what are the steps for integrating with it?

3. Are there any configuration efforts needed on the SMS Provider / Gateway side?

4. On the integration front, are we talking about some sort of interface in Java to be implemented (coded) specifically for that provider? If the assumption is correct where can we get the information about the same?

5. For any kind of customization what support would be provided by Ilient to its customers?

Hope that helps understanding the context.

It'll be great if you could get answers to these ASAP. We are in real HURRY to have this done for our Client.

Thanks & Regards,

Atul Kale
Software Solution Architect
Haim
SysAid Wiz

Joined: 15/04/2008
Messages: 2449
Offline

Hey again Atul.

1. SysAid currently support the following SMS providers:
Clickatell
SMS CENTER
Red Oxygen
If you have another SMS provider, you can either use the email to SMS function (most SMS servers support receiving emails and send SMS)

2. If your server provider supports email2SMS services you can put "email:" before your SMS number (e.g. email:23423423@your_cellphone_provider.com).

3. If you are using SMS gateway, then you will need to receive the gateway ID(API ID) from the SMS supplier, or using the SMS2EMAIL option as described in answer 2.

4. If your server does not support e-mail to SMS or its not supported by SysAid, we can create (for most providers) a customized code for your supplier, this is a custom development project.

5. For more information regarding customized projects, please contact our helpdesk at: helpdesk@ilient.com

Best regards

Pushing IT forward
Israel Lifshitz
SysAid CEO

Joined: 27/05/2008
Messages: 61
Location: <a >Help Desk Software</a>
Offline

Haim wrote:
We can create (for most providers) a customized code for your supplier, this is a custom development project.


Also, If you have java programmers in-house we can provide you the instructions on how to create code to integrate with your SMS provider. Must providers have HTTP API and its very simple ( for java programmers) to create code to send SMS.

This message was edited 1 time. Last update was at 23/06/2008 03:21:01


Help Desk Software
[WWW] [Yahoo!] aim icon [MSN] [ICQ]
Madmucho
SysAider


SysAider from release 5.5 Czech Republic
Joined: 20/06/2008
Messages: 10
Offline

Please can anyone help me set class to send message when i have Red Oxygen gateway account.
I try in integration com.ilient.util.RedOxygenProvider but that was only blind shot.
Is there any class for that gateway?
Haim
SysAid Wiz

Joined: 15/04/2008
Messages: 2449
Offline

Madmucho wrote:Please can anyone help me set class to send message when i have Red Oxygen gateway account.
I try in integration com.ilient.util.RedOxygenProvider but that was only blind shot.
Is there any class for that gateway?


Please contact us at helpdesk@ilient.com with your request in order for us to provide you with all the necessary details.

Best regards.
Haim

Pushing IT forward
EricG
SysAider

SysAider from release 4 Israel
Joined: 31/07/2008
Messages: 1
Offline

Haim,

It seems to me that if Clickatell is a preferred SMS provider, that Ilient could provide more information on configuring SysAid to work with it. For example, you state that we should get an API_ID from the service provider. However, Clickatell has six type of API's to choose from. Http, SMTP, Com, etc. Can you guys post a sample config so that we don't have to re-create the wheel each time?

If I choose one of the API types, it then asks:
Name:
IP Lock Down:
Dial Prefix: Israel (972)
Call back type:
Callback URL:
Callback Username:
Call back password:

On the hosted SysAid, what is the IP Lock Down, Callback URL, etc.??

Your detailed explanation is appreciated.

Eric
Adam Racer
SysAid Customer Relations


Joined: 09/07/2008
Messages: 156
Offline

SysAid uses the API for http.
Joseph Zargari
VP Customer Relations


Meet me in Vegas - SysAid technology Conference - 28-30/4/2010
Joined: 26/03/2006
Messages: 516
Offline

Eric,

I was not aware of Clickatell asking for these pieces of information. I just talked to their support line and they said that all these are not required.
If you need information about the IP Lock Down or Call Back features, you can contact Clickatell.

Regards,
Joseph.
Forum Index » SysAid Integration
Go to:   
Help Desk Software
Free Help Desk Software
Free Asset Management Software
SysAid Helpdesk Software
Web Based Help Desk Software
SysAid Help Desk Forum
General IT Discussion Forum
SysAid CSS Customer Service Software
Customer Support Software
   SysAid Technologies Ltd.
   Toll-Free phone center (U.S.): 1-800-686-7047
   Offices - U.S.617-231-0124
   Israel:+972-3-533-3675
   Email:helpdesk@sysaid.com
   Optimized by SEO Israel
   SysAid logos and other SysAid Technologies marks
   are trademarks or registered trademarks of
   SysAid Technologies Ltd.
   All Rights Reserved by SysAid Technologies Ltd.
   2002-2011
   Live Support Hours
   07:00 AM - 09:30 PM (UK)
   03:00 AM - 05:30 PM (EDT)

   We provide worldwide services, and we do our best
   to match the working times of customers from
   different time zones.

   SysAid Help Desk Software and Asset Management Software
Privacy Policy © Terms Of Use