From d4257e90376cc6262ecf715029bf5ec94b5cf1b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mahir=20G=C3=BCl?= Date: Thu, 13 Nov 2025 13:43:04 +0100 Subject: [PATCH 1/3] Add SIP/SDP user language definition Add SIP/SDP user language definition --- UDLs/SIP-SDP | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 UDLs/SIP-SDP diff --git a/UDLs/SIP-SDP b/UDLs/SIP-SDP new file mode 100644 index 0000000..cd38085 --- /dev/null +++ b/UDLs/SIP-SDP @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + INVITE ACK BYE CANCEL OPTIONS REGISTER INFO PRACK SUBSCRIBE NOTIFY REFER MESSAGE PUBLISH UPDATE + 100 180 181 182 183 200 202 300 301 302 305 380 400 401 402 403 404 405 406 407 408 410 413 414 415 416 417 420 421 422 423 429 433 480 481 482 483 484 485 486 487 488 489 491 493 500 501 502 503 504 505 513 580 600 603 604 606 + Via CSeq Contact Max-Forwards User-Agent Server Content-Type Content-Length Expires Route Record-Route Call-ID Allow Supported Proxy-Require Require P-Asserted-Identity Privacy Organization Subject Refer-To Replaces Session-Expires Min-SE Event Subscription-State Allow-Events Authorization WWW-Authenticate Date Accept + v= o= s= t= c= m= a= b= i= e= p= r= z= k= + To From + UDP TCP TLS WS WSS udp tls tcp ws wss + <sip sip SIP tel + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From bb1a77dedef5a05fd139c3983b47f87fb43a8b72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mahir=20G=C3=BCl?= Date: Thu, 13 Nov 2025 14:09:45 +0100 Subject: [PATCH 2/3] Refactor SIP-SDP user language configuration Updated user language settings for SIP-SDP, including keyword lists and styles. --- UDLs/SIP-SDP | 58 ++++++++++++++++++++++++++-------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/UDLs/SIP-SDP b/UDLs/SIP-SDP index cd38085..b73b02a 100644 --- a/UDLs/SIP-SDP +++ b/UDLs/SIP-SDP @@ -1,23 +1,23 @@ - + - - + + - + 00<-- 01 02--> 03 04 - + 0x - - - - + - + = : ; ? & @ + : + Via: - + Content-Length @@ -26,32 +26,32 @@ INVITE ACK BYE CANCEL OPTIONS REGISTER INFO PRACK SUBSCRIBE NOTIFY REFER MESSAGE PUBLISH UPDATE 100 180 181 182 183 200 202 300 301 302 305 380 400 401 402 403 404 405 406 407 408 410 413 414 415 416 417 420 421 422 423 429 433 480 481 482 483 484 485 486 487 488 489 491 493 500 501 502 503 504 505 513 580 600 603 604 606 - Via CSeq Contact Max-Forwards User-Agent Server Content-Type Content-Length Expires Route Record-Route Call-ID Allow Supported Proxy-Require Require P-Asserted-Identity Privacy Organization Subject Refer-To Replaces Session-Expires Min-SE Event Subscription-State Allow-Events Authorization WWW-Authenticate Date Accept - v= o= s= t= c= m= a= b= i= e= p= r= z= k= - To From - UDP TCP TLS WS WSS udp tls tcp ws wss - <sip sip SIP tel + Via CSeq Contact Max-Forwards User-Agent Server Content-Type Content-Length Expires Route Record-Route Call-ID Allow Supported Proxy-Require Require P-Asserted-Identity Privacy Organization Subject Refer-To Replaces Session-Expires Min-SE Event Subscription-State Allow-Events Authorization WWW-Authenticate Date Accept Accept-Encoding Accept-Language Alert-Info Answer-State Call-Info Error-Info In-Reply-To Priority Proxy-Authenticate Proxy-Authorization RAck Retry-After RSeq Timestamp To From X-Greeting X-SBC + v o s i u e p c t b m a k z + sip sips tel urn < + UDP TCP TLS SCTP WS WSS udp tcp tls sctp ws wss RTP/AVP RTP/SAVP RTP/AVPF RTP/SAVPF + rtpmap fmtp ptime maxptime sendrecv sendonly recvonly inactive rtcp-mux candidate ice-ufrag ice-pwd fingerprint setup mid group msisdn label crypto ptime rtcp-fb extmap msid rtcp-rsize ssrc ice-options rtcp audio IN extmap-allow-mixed msid-semantic - + 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 - - - - - - - - - - - + + + + + + + + + + - + + + - From eddad176402967f2fce2b14b3b6b8474ee60a192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mahir=20G=C3=BCl?= Date: Thu, 13 Nov 2025 17:07:18 +0100 Subject: [PATCH 3/3] Rename SIP-SDP to SIP-SDP.xml --- UDLs/{SIP-SDP => SIP-SDP.xml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename UDLs/{SIP-SDP => SIP-SDP.xml} (100%) diff --git a/UDLs/SIP-SDP b/UDLs/SIP-SDP.xml similarity index 100% rename from UDLs/SIP-SDP rename to UDLs/SIP-SDP.xml