Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2] Correção de sintaxe para geração dos "call files" e ajuste do campo Extension - Call0800WebController.php #454

Open
wants to merge 2 commits into
base: source
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Call0800WebController.php
GabrielBragaGit committed Oct 2, 2020
commit 50bd59396e0d5f6199cac835102f71c809025d44
2 changes: 1 addition & 1 deletion protected/controllers/Call0800WebController.php
Original file line number Diff line number Diff line change
@@ -63,7 +63,7 @@ public function actionIndex()
$call = "Channel: " . $dialstr . "\n";
$call .= "Callerid: " . $model->callerid . "\n";
$call .= "Context: billing\n";
$call .= "Extension: " . $user . "\n";
$call .= "Extension: " . $destination . "\n";
$call .= "Priority: 1\n";
$call .= "Setvar:IDUSER=" . $model->id_user . "\n";
$call .= "Setvar:SECCALL=" . $destination . "\n";