Page 1 of 1

issue with SMS +9190xxxx (+) symbol its not support

Posted: Wed Aug 13, 2014 11:09 am
by daniel_david26
When I send SMS international format Like +9199xxxxxxx its not working because symbol + not support Nagios. If i sending the local SMS without + symbol its working fine. Please help any one

Thanks and Regards
Daniel.E

Re: issue with SMS +9190xxxx (+) symbol its not support

Posted: Wed Aug 13, 2014 11:34 am
by tmcdonald
Please post the command definition that you are using to send SMS. Also, did you try escaping it with \+ instead of + only?

Re: issue with SMS +9190xxxx (+) symbol its not support

Posted: Wed Aug 13, 2014 9:54 pm
by daniel_david26
Dear Support Team
I used the below mention command in the nagios server but still iam not getting sms. Please help any one

echo "nagios test" | mailx -s +[email protected] "Nagios test"

and i tried this command also echo "nagios test" | mailx -s \+[email protected] "Nagios test" but no luck.

Thanks & Regards
Daniel.E

Re: issue with SMS +9190xxxx (+) symbol its not support

Posted: Thu Aug 14, 2014 9:10 am
by eloyd
Try:

Code: Select all

mailx -s "[email protected]" "Nagios test"

Re: issue with SMS +9190xxxx (+) symbol its not support

Posted: Thu Aug 14, 2014 9:18 am
by tmcdonald
Also, it might accept the number without the + in front at all.

Re: issue with SMS +9190xxxx (+) symbol its not support

Posted: Thu Aug 14, 2014 11:59 am
by daniel_david26
still its not working. Please give me solution any one?

Thanks & Regards
Daniel.E

Re: issue with SMS +9190xxxx (+) symbol its not support

Posted: Thu Aug 14, 2014 12:02 pm
by tmcdonald
What specifically is not working? Can you show us the exact commands you are running and the output they show? If there are any error messages those would be nice to see.