Skip to content

Commit

Permalink
KAZOO-3360: send both alert_inf and sip_auto_answer for page groups
Browse files Browse the repository at this point in the history
  • Loading branch information
k-anderson committed Feb 24, 2015
1 parent 6f2968a commit f80b1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/ecallmgr/src/ecallmgr_call_command.erl
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ get_fs_app(_Node, _UUID, JObj, <<"page">>) ->
,fun(DP) ->
lists:foldl(fun(Channel, D) ->
[{"application", <<"conference_set_auto_outcall "
,"{sip_auto_answer=true}"
,"{alert_info=intercom}[sip_auto_answer=true]"
,Channel/binary>>}
|D
]
Expand Down

0 comments on commit f80b1b9

Please sign in to comment.