Minor change add a little better description.
This commit is contained in:
parent
d5016a107b
commit
c314f4352a
|
|
@ -509,11 +509,12 @@
|
|||
$p->add("call_recording_add", "temp");
|
||||
$p->add("call_recording_edit", "temp");
|
||||
|
||||
//save the call recording to the database
|
||||
$recording_database = new database;
|
||||
$recording_database->app_name = 'call_recordings';
|
||||
$recording_database->app_uuid = '56165644-598d-4ed8-be01-d960bcb8ffed';
|
||||
$recording_database->domain_uuid = $domain_uuid;
|
||||
$recording_database->save($recordings);
|
||||
$recording_database->save($recordings, false);
|
||||
//$message = $recording_database->message;
|
||||
unset($recordings, $i);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue