MT#33002 New cdr aggregated field hg_ext_response

Add hg_ext_response for cdrs, this field will store the extension
number picking the call behind an hunt group.

Change-Id: I1c89c75b493f2bb9984cf4e8b4615f159193f33b
mr11.1
Alessio Garzi 3 years ago
parent d3445b316d
commit 57d9bca2ba

@ -0,0 +1,6 @@
USE accounting;
SET autocommit=0;
DELETE FROM cdr_tag WHERE type IN ('hg_ext_response');
COMMIT;

@ -0,0 +1,6 @@
USE accounting;
SET autocommit=0;
INSERT INTO cdr_tag (type) VALUES ('hg_ext_response');
COMMIT;
Loading…
Cancel
Save