From 0b441e9e028e5fbb31526f07627b8ed4b64039f1 Mon Sep 17 00:00:00 2001 From: Andrew Pogrebennyk Date: Mon, 7 Jul 2014 15:35:58 +0200 Subject: [PATCH] MT#6039 new preference emergency_location_object --- db_scripts/diff/15084.up | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 db_scripts/diff/15084.up diff --git a/db_scripts/diff/15084.up b/db_scripts/diff/15084.up new file mode 100644 index 00000000..c4512f46 --- /dev/null +++ b/db_scripts/diff/15084.up @@ -0,0 +1,5 @@ +USE provisioning; + +select id into @vpid from voip_preference_groups where name = 'Number Manipulations'; + +insert into voip_preferences values(NULL, @vpid, 'emergency_location_object', 'MIME encapsulated Location Information in the INVITE', 0, 1, 1, 0, 0, 0, now(), 1, 0, 'string', 0, 'Provide this field as pre-coded value to add it to the SDP as MIME object with content-type \"application/vnd.cirpack.isdn-ext\" and \"content-disposition: signal;handling=required\" according to the German NGN interconnect specification');