Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele77 committed Nov 27, 2023
2 parents e7307ad + 8a5969b commit 8f4573f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/aricpp/bridge.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class Bridge
Proxy StartMoh(const std::string& mohClass={})
{
std::string query = "/ari/bridges/" + id + "/moh";
if ( !mohClass.empty() ) query += "?mohClass" + mohClass;
if ( !mohClass.empty() ) query += "?mohClass=" + mohClass;
return Proxy::Command(Method::post, query, client);
}

Expand Down

0 comments on commit 8f4573f

Please sign in to comment.