From c52c1f2aca3dfbaa7f0df3bb6ce16d156204f2dd Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Tue, 12 May 2026 00:11:41 -0400 Subject: [PATCH] v2.1: add SMS module + SMS Log doctype + fixtures: custom_field.json --- .../fixtures/custom_field.json | 119 ++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 voxtelesys_integration/fixtures/custom_field.json diff --git a/voxtelesys_integration/fixtures/custom_field.json b/voxtelesys_integration/fixtures/custom_field.json new file mode 100644 index 0000000..15b00b3 --- /dev/null +++ b/voxtelesys_integration/fixtures/custom_field.json @@ -0,0 +1,119 @@ +[ + { + "default": null, + "depends_on": null, + "description": "E.164 phone number to ring for this user during inbound call routing (e.g. +12025551234).", + "docstatus": 0, + "doctype": "Custom Field", + "dt": "User", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "custom_voxtelesys_number", + "fieldtype": "Data", + "hidden": 0, + "idx": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "mobile_no", + "is_system_generated": 0, + "is_virtual": 0, + "label": "Voxtelesys Number", + "length": 0, + "modified": "2026-05-12 00:00:00.000000", + "module": "Voxtelesys Integration", + "name": "User-custom_voxtelesys_number", + "no_copy": 0, + "non_negative": 0, + "options": null, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "translatable": 0, + "unique": 0 + }, + { + "default": null, + "depends_on": null, + "description": "Voxtelesys Call SID this ticket was auto-created for (missed-call dedup).", + "docstatus": 0, + "doctype": "Custom Field", + "dt": "HD Ticket", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "custom_voxtelesys_call_sid", + "fieldtype": "Data", + "hidden": 0, + "idx": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "raised_by", + "is_system_generated": 0, + "is_virtual": 0, + "label": "Voxtelesys Call SID", + "length": 0, + "modified": "2026-05-12 00:00:00.000000", + "module": "Voxtelesys Integration", + "name": "HD Ticket-custom_voxtelesys_call_sid", + "no_copy": 0, + "non_negative": 0, + "options": null, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 1, + "report_hide": 0, + "reqd": 0, + "search_index": 1, + "translatable": 0, + "unique": 0 + }, + { + "default": null, + "depends_on": null, + "description": "3CX internal Call ID this ticket was auto-created for (legacy CF_URLFetch dedup).", + "docstatus": 0, + "doctype": "Custom Field", + "dt": "HD Ticket", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "custom_3cx_call_id", + "fieldtype": "Data", + "hidden": 0, + "idx": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "custom_voxtelesys_call_sid", + "is_system_generated": 0, + "is_virtual": 0, + "label": "3CX Call ID", + "length": 0, + "modified": "2026-05-12 00:00:00.000000", + "module": "Voxtelesys Integration", + "name": "HD Ticket-custom_3cx_call_id", + "no_copy": 0, + "non_negative": 0, + "options": null, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 1, + "report_hide": 0, + "reqd": 0, + "search_index": 1, + "translatable": 0, + "unique": 0 + } +]