rollback

parent dc6faef1
...@@ -70,7 +70,7 @@ class EnvioSmsController extends FOSRestController { ...@@ -70,7 +70,7 @@ class EnvioSmsController extends FOSRestController {
$post['to'] = array($movil); $post['to'] = array($movil);
$post['text'] = $mensaje; $post['text'] = $mensaje;
$post['from'] = $movil; $post['from'] = $movil;
$post['dlr-url'] = Utiles::getParametroConfiguracion("url_base") . "/apirestsms/notifica/" . $campana . "/%P/%d"; $post['dlr-url'] = Utiles::getParametroConfiguracion("url_base") . "/api/notifica/" . $campana . "/%P/%d";
$user = $usuario; $user = $usuario;
$password = $password; $password = $password;
$ch = curl_init(); $ch = curl_init();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment