This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<NotepadPlus> | |
<UserLang name="SIP" ext="" udlVersion="2.1"> | |
<Settings> | |
<Global caseIgnored="no" allowFoldOfComments="no" foldCompact="no" forcePureLC="0" decimalSeparator="1" /> | |
<!-- UDL for SIP protocols | Author: @gambit295--> | |
<Prefix Keywords1="no" Keywords2="no" Keywords3="no" Keywords4="no" Keywords5="no" Keywords6="no" Keywords7="no" Keywords8="no" /> | |
</Settings> | |
<KeywordLists> | |
<Keywords name="Comments">00; 01 02 03 04</Keywords> | |
<Keywords name="Numbers, prefix1"></Keywords> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="ISO-8859-1" ?> | |
<scenario name="Bye from A"> | |
<send retrans="500"> | |
<![CDATA[ | |
INVITE sip:[service]@[remote_ip] SIP/2.0 | |
Via: SIP/2.0/[transport] [local_ip]:[local_port];rport;branch=[branch] | |
Max-Forwards: 70 | |
From: "SIPp"<sip:[caller_number]@[local_ip]:[local_port]>;tag=[pid]SIPpTag00[call_number] | |
To: <sip:[service]@[remote_ip]> |