Skip to content

Commit

Permalink
WHISTLE-42: correct improper conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
k-anderson authored and James Aimonetti committed Jun 11, 2012
1 parent 7386455 commit f104691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whistle_apps/apps/callflow/src/module/cf_park.erl
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ create_slot(undefined, Call) ->
AccountId = whapps_call:account_id(Call),
wh_json:from_list([{<<"Call-ID">>, CallId}
,{<<"Presence-ID">>, <<(whapps_call:request_user(Call))/binary
,"@", (whapps_call:from_realm(Call))/binary>>}
,"@", (wh_util:get_account_realm(AccountDb, AccountId))/binary>>}
,{<<"Node">>, whapps_call:switch_nodename(Call)}
,{<<"CID-Number">>, whapps_call:caller_id_number(Call)}
,{<<"CID-Name">>, whapps_call:caller_id_name(Call)}
Expand Down

0 comments on commit f104691

Please sign in to comment.