Skip to content

Commit

Permalink
Merge pull request #1 from amsantos/patch-1
Browse files Browse the repository at this point in the history
Update outgoingcall.php
  • Loading branch information
kevinbond committed Jun 2, 2014
2 parents 75943d7 + d275886 commit dbc03cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/outgoingcall.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"answerOnMedia" => false,
"callerID" => "tel:+666666666666",
"timeout" => 12.123,
"onAnswer" => create_function( '$event', _log("***** Answered from " + event.value.calleeId") ),
"onAnswer" => create_function( '$event', _log("***** Answered from " + event.value.calleeId) ),
"onError" => create_function( '$event', _log("***** Error ") ),
"onTimeout" => create_function( '$event', _log("***** Timeout ") ),
"onCallFailure" => create_function( '$event', log("***** Call Failed ") ),
Expand Down

0 comments on commit dbc03cc

Please sign in to comment.