We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8dff04 commit 9d14d5dCopy full SHA for 9d14d5d
sample/SipCall/web/index.php
@@ -81,7 +81,7 @@
81
// create the options parameter
82
$options = array(
83
'secure' => $app->sip['secure'],
84
- 'from' => $app->$sip['from'],
+ 'from' => $app->sip['from'],
85
);
86
if ($app->sip['username'] !== false) {
87
$options['auth'] = array('username' => $app->sip['username'], 'password' => $app->sip['password']);
0 commit comments