Skip to content

Commit

Permalink
Fixed bug with BLOCKED
Browse files Browse the repository at this point in the history
  • Loading branch information
blak3r committed May 16, 2013
1 parent 523199f commit e0bef5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SugarModules/modules/Asterisk/asteriskLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ function call($method, $params) {

// If Call ID is blocked it comes in as "<unknown>"
if( $tmpCallerID == "<unknown>") {
$tmpCallerID == "BLOCKED";
$tmpCallerID = "BLOCKED";
}

logLine(" CallerID set from ConnectedLineNum to $tmpCallerID");
Expand Down

0 comments on commit e0bef5d

Please sign in to comment.