Skip to content

Commit

Permalink
Add a prefix of Alert-Info=
Browse files Browse the repository at this point in the history
  • Loading branch information
markjcrane committed Jun 7, 2015
1 parent 7cdddbf commit 8d71798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/install/scripts/app/ring_groups/index.lua
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@

--export the ringback
if (ring_group_distinctive_ring ~= nil) then
session:execute("export", ring_group_distinctive_ring);
session:execute("export", "sip_h_Alert-Info="..ring_group_distinctive_ring);
end

--set confirm
Expand Down

0 comments on commit 8d71798

Please sign in to comment.