Hi I did give more info any chance of more repsonse and maybe some solution?Can you provide more info? "It doesn't work" isn't helpful.
Thanks
Hi I did give more info any chance of more repsonse and maybe some solution?Can you provide more info? "It doesn't work" isn't helpful.
Thanks
Did you update your config template .xml? If so, did you load it into Zimbra?
Hi
Thanks for the reply and yes I have this:
<zimletConfig name="com_zimbra_sms" version="2.2">
<global>
<property name="smsusername">yyyyyy</property>
<property name="smspassword">XXXXXX</property>
<property name="smsfrom">RHF</property>
</global>
</zimletConfig>
(yyy and xxx obviously is my username and pass with ipipi which I won't show here)
Further to that I changed the other xml file to update the version number and name so I was sure the server was showing the right one:
<zimlet name="com_zimbra_sms" version="2.2" description="RHF SMS Sender">
etc....
And the same for the config xml as you saw...
I also amended the jsp file to stop it putting the +1 in front of all numbers by removing these lines:
if (!phone_num.startsWith("+1")) {
if (phone_num.startsWith("1")) {
phone_num = "+" + phone_num;
} else {
phone_num = "+1" + phone_num;
}
}
Now it sort of says it has sent but when I type +33616..... my french number BUT it removes the " + " from the message and presumably from the number...
Maybe my cutting out the above is too brutal?
Any further ideas now?
Thanks
Did you load the configuration file into the server?
zmzimletctl configure (name of that file)
That would allow to send SMS only to France and you'd need to remove the front "0" too.
If you go this way, you'll have to transform a french number like 0122334455 into +33122334455...
I'd rather change the initial test to add "+" if missing and take the full number (with country code) as parameter.
Anyway, we're hitting once more the multi-countries-and-languages-regexp issues we already have in the date zimlet or the VoIP zimlets.
I have the same problem with the SMS zimlet. Has this issue been solved, or it it only me who cannot find out how to configure the SMS zimlet proberly?
Thomas
I solved the problem. In my case, I had a wrong sent from address in the config file. It is important that the sent from address is: account name + @ipipi.com, as ipipi.com is set up not to receive relayed messages.
Thomas
hi all,
what version's of Zimbra are you running?
whould this zimlet also run with 5.0.18?
greetings
thomas
zmcontrol -v
1x Release 6.0.10_GA_2692.UBUNTU8_64 NETWORK edition.
1x Release 6.0.14_GA_2928.UBUNTU8_64 NETWORK edition
2x Release 7.1.3_GA_3346.UBUNTU10_64 NETWORK edition, Patch 7.1.3_P1
1x Release 8.0.2.GA.5569.UBUNTU12.64 NETWORK edition
2x Release 6.0.10_GA_2692.UBUNTU8_64 FOSS edition
2x Release 7.2.2_GA_2852.UBUNTU10_64 FOSS edition
1x Release 7.1.4_GA_2555.UBUNTU10_64 FOSS
1x Release 8.0.3.GA.5664.UBUNTU12.64 FOSS edition
There are currently 1 users browsing this thread. (0 members and 1 guests)