|
@@ -11,20 +11,14 @@ Andrei Pelinescu-Onciul
|
|
|
|
|
|
<[email protected]>
|
|
|
|
|
|
-Edited by
|
|
|
-
|
|
|
Daniel-Constantin Mierla
|
|
|
|
|
|
<[email protected]>
|
|
|
|
|
|
-Edited by
|
|
|
-
|
|
|
Juha Heinanen
|
|
|
|
|
|
<[email protected]>
|
|
|
|
|
|
-Edited by
|
|
|
-
|
|
|
Ovidiu Sas
|
|
|
|
|
|
<[email protected]>
|
|
@@ -1228,8 +1222,9 @@ Content-Disposition: signal;handling=required
|
|
|
|
|
|
Example 1.45. append_body_part with headers
|
|
|
...
|
|
|
-$var(b) = "";
|
|
|
-append_body_part("$var(b)", "application/xml\r\nX-Header: xyz");
|
|
|
+$var(b) = "7e Od 04 55 75 69 20 4d 61 6b 65 43 61 6c 6c";
|
|
|
+append_body_part("$var(b)", "application/vnd.cirpack.isdn-ext\r\nX-Header: xyz",
|
|
|
+ "signal;handling=required");
|
|
|
msg_apply_changes();
|
|
|
...
|
|
|
|
|
@@ -1237,6 +1232,7 @@ msg_apply_changes();
|
|
|
|
|
|
...
|
|
|
Content-Type: application/vnd.cirpack.isdn-ext
|
|
|
+X-Header: xyz
|
|
|
Content-Disposition: signal;handling=required
|
|
|
|
|
|
7e Od 04 55 75 69 20 4d 61 6b 65 43 61 6c 6c
|