Skip to content

Commit

Permalink
PISTON-517: tag acdc announcements pids with call id (2600hz#4472)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfinke authored and k-anderson committed Jan 10, 2018
1 parent 1515ffb commit 25e69b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions applications/acdc/src/acdc_announcements.erl
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ start_link(Manager, Call, Props) ->
%%--------------------------------------------------------------------
-spec init(pid(), kapps_call:call(), kz_term:proplist()) -> 'no_return'.
init(Manager, Call, Props) ->
kapps_call:put_callid(Call),
Config = get_config(Props),
State = init_state(Manager, Call, Config),
loop(State).
Expand Down

0 comments on commit 25e69b1

Please sign in to comment.