j
k
j a
j l
On 18-08-2005 15:48, Federico Giannici wrote:
According to RFC3261, a reply of code 405 (Method Not Allowed) MUST include an "Allow" header field. How can I add this header field?
According to RFC3261, a reply of code 405 (Method Not Allowed) MUST include an "Allow" header field.
How can I add this header field?
You can use append_to_reply("Allow: INVITE,ACK \r\n");
Jan.
Back to the thread
Back to the list