Issue #760 has been reported by Tony C.
----------------------------------------
Feature #760: Add SMS option for multiple providers based on recipient mobile
number
http://tools.lsc-project.org/issues/760
Author: Tony C
Status: New
Priority: Normal
Assigned to:
Category: Self Service Password
Target version:
First, thank you for SSP. It is very useful and flexible.
By default, config.inc.php has an option to specify _one_ @$smsmailto@ value.
Say you have 5 users using different mobile carriers. You can only specify one
carrier to send to.
@ $smsmailto = "{sms_attribute}@messaging1.mobile.pcs.com";@
Unfortunately I am not skilled enough to modify the code in sendsms.php and did
not see a way to properly specify multiple carriers. But, as a temporary
"solution" I've found this works by modifying config.inc.php.
@$smsmailto = "{sms_attribute}@messaging1.mobile.pcs.com,
{sms_attribute}@messaging2.mobile.pcs.com,
{sms_attribute}@messaging3.mobile.pcs.com,
{sms_attribute}@messaging4.mobile.pcs.com,
{sms_attribute}@messaging5.mobile.pcs.com";@
I have tested the above and the recipient on a different mobile carrier than my
own *did* receive the SMS reset token. The issue is that $smsmailto will then
email to SMS 555-555-555 for *each* mobile carrier specified in config.inc.php.
This unsurprisingly causes mail failure delivery notices since a mobile number
is tied to one carrier, not all.
In any case, thank you for SSP.
--
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://tools.lsc-project.org/my/account
_______________________________________________
ltb-dev mailing list
[email protected]
http://lists.ltb-project.org/listinfo/ltb-dev