Skip to content

Commit

Permalink
media_exchange: make media_send_from_call leg optional
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Feb 11, 2020
1 parent 0749e28 commit 091b087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/media_exchange/media_exchange.c
Expand Up @@ -66,7 +66,7 @@ static cmd_export_t cmds[] = {
REQUEST_ROUTE},
{"media_send_from_call",(cmd_function)media_send_from_call, {
{CMD_PARAM_STR,0,0}, /* callid */
{CMD_PARAM_STR,fixup_media_leg_both,0}, /* leg */
{CMD_PARAM_STR|CMD_PARAM_OPT,fixup_media_leg_both,0}, /* leg */
{0,0,0}},
REQUEST_ROUTE},
{"media_fetch_from_uri",(cmd_function)media_fetch_from_uri, {
Expand Down

0 comments on commit 091b087

Please sign in to comment.