vseva/8117
Andrew Pogrebennyk 11 years ago
parent ed34a1bc3f
commit ab052c6ecf

@ -2,4 +2,4 @@ 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');
insert into voip_preferences values(NULL, @vpid, 'emergency_location_object', 'MIME encapsulated Location Information in the INVITE', 0, 1, 1, 0, 0, 0, now(), 0, 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');

Loading…
Cancel
Save