Lines 97-104
sub add_field {
Link Here
|
97 |
); |
97 |
); |
98 |
$value = ''; |
98 |
$value = ''; |
99 |
} |
99 |
} |
100 |
$value =~ s/\r/ /g; # CR terminates a sip message |
100 |
$value =~ s/\r\n/ /g; # CR terminates a sip message |
101 |
# Protect against them in sip text fields |
101 |
# Protect against them in sip text fields |
102 |
|
102 |
|
103 |
# Replace any occurrences of the field delimiter in the |
103 |
# Replace any occurrences of the field delimiter in the |
104 |
# field value with the HTML character entity |
104 |
# field value with the HTML character entity |
105 |
- |
|
|