mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
add id to call webhook
This commit is contained in:
parent
6ce6a85f13
commit
626b59080e
1 changed files with 2 additions and 0 deletions
|
@ -82,6 +82,8 @@ namespace controllers\internals;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$call['id'] = $new_call_id;
|
||||||
|
|
||||||
$internal_webhook = new Webhook($this->bdd);
|
$internal_webhook = new Webhook($this->bdd);
|
||||||
$internal_webhook->trigger($id_user, \models\Webhook::TYPE_INBOUND_CALL, $call);
|
$internal_webhook->trigger($id_user, \models\Webhook::TYPE_INBOUND_CALL, $call);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue