Skip to content

Commit

Permalink
#661 | Enable recording for Exotel masked calls
Browse files Browse the repository at this point in the history
  • Loading branch information
Suhas Vishwanath committed Nov 29, 2023
1 parent 7aa450f commit 32a691f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public MultiValueMap<String, String> toMap() {
exotelRequestMap.add("To", to);
exotelRequestMap.add("CallerId", callerId);
exotelRequestMap.add("CallType", callType);
exotelRequestMap.add("Record", "true");

return exotelRequestMap;
}
Expand All @@ -67,6 +68,7 @@ public String toString() {
", to='" + to + '\'' +
", callerId='" + callerId + '\'' +
", callType='" + callType + '\'' +
", record='true'" +
'}';
}
}

0 comments on commit 32a691f

Please sign in to comment.