Issue #760 has been updated by Clément OUDOT. Status changed from New to Assigned Assigned to set to Clément OUDOT Target version set to self-service-password-?
The question is: how to map a carrier to a specific user? ---------------------------------------- Feature #760: Add SMS option for multiple providers based on recipient mobile number http://tools.lsc-project.org/issues/760 Author: Tony C Status: Assigned Priority: Normal Assigned to: Clément OUDOT Category: Self Service Password Target version: self-service-password-? 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
