Page 2 of 2

Re: Custom SMS notification

Posted: Thu Dec 16, 2010 10:46 am
by mguthrie
Glad that's working for you!

Re: Custom SMS notification

Posted: Wed Mar 09, 2011 10:12 am
by kautomation
Hi,

is still have the same problem with sending SMS. Is it possible that you can send me a patched file, too?

The parameters should be:

function get_mobile_providers(){

$mobile_providers=array(
"alltel" => "Alltel",
"att" => "AT&T",
"cingular" => "Cingular",
"metropcs" => "Metro PCS",
"nextel" => "Nextel",
"powertel" => "Powertel",
"sprint" => "Sprint",
"suncom" => "SunCom",
"tmobile" => "T-Mobile",
"uscellular" => "US Cellular",
"verizon" => "Verizon",
"virginmobile" => "Virgin Mobile",
"kratzer" => "Kratzer Automation",);

return $mobile_providers;
}


case "verizon":
$email=$number."@vtext.com";
break;
case "virginmobile":
$email=$number."@vmobl.com";
break;
case "kratzer":
$email=$number."@kratzer.lan";
break;


Thank you very much,

Patrick

Re: Custom SMS notification

Posted: Wed Mar 09, 2011 5:28 pm
by mguthrie
This is now a built in feature to the latest version of XI. It is accessible through the Admin->Manage Mobile Carriers page, and you can define custom sms carriers for your environment.