Skip to content

Commit

Permalink
KAZOO-99: Adding new logic to pass along flags submitted with Fax API…
Browse files Browse the repository at this point in the history
… requests
  • Loading branch information
tickbw committed Sep 26, 2013
1 parent 7ec2577 commit 5e2bced
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions applications/fax/src/fax_worker.erl
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ send_fax(JobId, JObj, Q) ->
,{<<"To-DID">>, wnm_util:to_e164(wh_json:get_value(<<"to_number">>, JObj))}
,{<<"Fax-Identity-Number">>, wh_json:get_value(<<"fax_identity_number">>, JObj)}
,{<<"Fax-Identity-Name">>, wh_json:get_value(<<"fax_identity_name">>, JObj)}
,{<<"Flags">>, wh_json:get_value(<<"flags">>, JObj)}
,{<<"Resource-Type">>, <<"originate">>}
,{<<"Msg-ID">>, JobId}
,{<<"Ignore-Early-Media">>, IgnoreEarlyMedia}
Expand Down

0 comments on commit 5e2bced

Please sign in to comment.