SMS Framework - Multiple destination numbers

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
fra_ben's picture

I'm using SMS Framework module to send sms from Drupal site; Clickatell is setted as my default gateway. Using Rules module I'm able to notify users via sms when new node is created, but i can only setup one destination number. Is there anyway to setup mutiple destination number?

Comments

Did you check in the -dev

batje's picture

Did you check in the -dev branch?

I've now installed -dev

fra_ben's picture

I've now installed -dev version for Drupal 7, but I don't find any options to do it. Where can I set multiple destination numbers?

Maybe did you refere to SMS

fra_ben's picture

Maybe did you refere to SMS User submodule?

I skimmed the code, and the

batje's picture

I skimmed the code, and the answer is no. The number is a singular atttribute of the user.

sorry.

I skimmed the code, and the

batje's picture

I skimmed the code, and the answer is no. The number is a singular atttribute of the user.

sorry.

I would be able to set more

fra_ben's picture

I would be able to set more numbers in "Send SMS" action using rules. Is there any way to customize the module to obtain it? I'm not interested in linking users with numbers.

I think if you separate the

almaudoh's picture

I think if you separate the numbers with commas the message should go to all those numbers. I'll double check.

That's great! This is just

fra_ben's picture

That's great! This is just what I needed.

Thank you.