SMS-Send-notification

Moderator: crythias

Locked
kalyana1315
Znuny expert
Posts: 171
Joined: 24 Apr 2013, 12:29
Znuny Version: OTRS3.3
Real Name: kalyanachakravarthy M P
Company: TATA Technologies
Location: Pune,India
Contact:

SMS-Send-notification

Post by kalyana1315 »

Hi all

1.SMS-Send-Nexmo-0.22 how to use in window system .

2.any one help me. how to use notification sms OR otrs any other sms option of otrs.

3. sms even how to use in otrs( i am trying install this model )
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: SMS-Send-notification

Post by reneeb »

1.) run this command in your cmd.exe

cpan SMS::Send::Nexmo

2.) What kind of notifications do you want to send with SMS? You could also use an email to sms gateway: https://en.wikipedia.org/wiki/List_of_SMS_gateways

3.) I don't know the module...
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
kalyana1315
Znuny expert
Posts: 171
Joined: 24 Apr 2013, 12:29
Znuny Version: OTRS3.3
Real Name: kalyanachakravarthy M P
Company: TATA Technologies
Location: Pune,India
Contact:

Re: SMS-Send-notification

Post by kalyana1315 »

hi reneeb

i am installed
cpan SMS::Send::Nexmo
after install trying install TicketSMSNotification0.0.3 in otrs package manage but

error showing
sorry, can't install package, because module Nexmo::SMS v0.03 is required and no
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: SMS-Send-notification

Post by reneeb »

Was the installation of SMS::Send::Nexmo successful? That module has defined Nexmo::SMS as a prerequesit...

Try

Code: Select all

sudo cpanm Nexmo::SMS
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
kalyana1315
Znuny expert
Posts: 171
Joined: 24 Apr 2013, 12:29
Znuny Version: OTRS3.3
Real Name: kalyanachakravarthy M P
Company: TATA Technologies
Location: Pune,India
Contact:

Re: SMS-Send-notification

Post by kalyana1315 »

reneeb wrote:Was the installation of SMS::Send::Nexmo successful? That module has defined Nexmo::SMS as a prerequesit...

Try

Code: Select all

sudo cpanm Nexmo::SMS


SMS::Send::Nexmo successfully installed , i am using windows. problem with package install time error.
sorry, can't install package, because module Nexmo::SMS v0.03 is required and no
Locked