NetXMS Support Forum

English Support => General Support => Topic started by: gkaudewitz on October 02, 2017, 04:08:02 PM

Title: Parameters for SMSEagle driver
Post by: gkaudewitz on October 02, 2017, 04:08:02 PM
Hello together,

what are the parameters to be configured when using a smseagle-device sending SMS directly from action configuration.

Best regards

Goerg
Title: Re: Parameters for SMSEagle driver
Post by: Victor Kirhenshtein on October 04, 2017, 11:28:42 PM
Hi,

you have to set two server configuration parameters:

SMSDriver to smseagle.sms
SMSDrvConfig to configuration string in key1=value1;key2=value2;... format. SMSEagle driver accepts the following parameters: host,port,login,password. For example:

host=10.10.10.2;port=1234;login=user;password=UserPass

You'll have to restart server after setting SMS driver parameters.

Then you can create SMS sending action as usual and use this action in event processing policy.

Best regards,
Victor
Title: Re: Parameters for SMSEagle driver
Post by: gkaudewitz on February 02, 2018, 04:41:44 PM
Hi,

thank You for the information.
Currently my netxms-version is 2.0.5 (Yes I know ist old!) and I tried using the configuration you gave me. The problem is, that I don't see any packet going out to the IP of my smsgateway.
Can someone tell me what I'm doing wrong?
Best regards
Georg
Title: Re: Parameters for SMSEagle driver
Post by: gkaudewitz on February 02, 2018, 04:44:23 PM
Sorry I just found the answer in the releasenotes. SMSeagle-Driver is implemented in 2.0.7....
to Victor: Thank You for Your Software!
Best regards
Georg