View Issue Details

IDProjectCategoryView StatusLast Update
0013107Plugin - TasksGeneralpublic2012-06-05 05:58
Reportersafee Assigned Tocas  
PriorityhighSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Summary0013107: SMS notification plugin
Description

I am new on mantis and our company want SMS notification feature in Mantis
I search so much but just found one result as 'Mantis pager'.. :(

I want to know that is this functionality available with mantis or not..??
Is it add by any one on mantis?
please give reply so I know what to do next for this plugin..

Thanks

Tagsattachment, billing

Activities

cas

cas

2011-07-01 02:56

reporter   ~0029084

Last edited: 2012-02-28 14:43

What are you exactly looking for? That an sms is sent when an issue is reported and/or as reminder?
That functionality does not exist yet to my knowledge but could be developed.

cas

cas

2011-07-01 04:14

reporter   ~0029086

Sending a SMS has the need for a kind of gateway or alternatively a webservice.
Ozeki Ng is a commercial gateway whereas Kannel is an opensource alternative.
On the web you would find something like "http://www.mysmsaddress.com" which also provides a script which could be used to incorporate in any php application.
So question is what the best options should be for such a development? I am sure there are more alternatives (like slingshotSMS)

cas

cas

2011-07-03 11:47

reporter   ~0029092

Last edited: 2011-07-03 11:47

You can have it without internet but you need to have your own SMS server.
Also, there is no plugin yet !!

cas

cas

2011-07-06 09:31

reporter   ~0029112

First you need to find someone who will create the SMS plugin for you.
In light of that development you will need to decide upon the sms server.
Since you do not want to use internet, you cannot use an online service but you need to implement your own. As indicated earlier, there are commercial and opensource variants.
In case you are allowed to go online, you can check with the service i mentioned earlier. On their website you will find samples on how this should be coded in php.