Commit 98a9cb24 authored by Ana's avatar Ana

cambios

parent 50387db8
......@@ -87,7 +87,7 @@ class EnvioSmsController extends FOSRestController {
$post['text'] = $mensaje;
$post['from'] = $from;
$post['dlr-url'] = Utiles::getParametroConfiguracion("url_base") . "/api/notifica/" . $campana . "/%P/%d";
$post['dlr-url'] = Utiles::getParametroConfiguracion("url_sms") . "/api/notifica/" . $campana . "/%P/%d";
$user = $usuario;
$password = $password;
......
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