-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Hi @enniel, I don't know if I'm doing something wrong or is just an issue.
I'm running the next code:
$algo = Artisan::call('ami:action', [
'action' => 'ConfbridgeList',
'--arguments' => [
'ActionID' => '1',
'Conference' => $extension
]
]);
dd($algo);
If the conference exist $algo equals 0 and if the conference don't exist the program never reach the dd($algo) statement.
Running the command version in the CLI I get the response succes if the conference exists, but when the conference don't exist I get nothing returned :(.
P.D: Sorry for my english, trying to improve 👍
peymannavard
Metadata
Metadata
Assignees
Labels
No labels