Package: asterisk
Version: 1.2.0.dfsg-4
Followup-For: Bug #340574

Here is the patch in diff -u format.

Thanks to Elmar for spotting this.
--- chan_sip.c	2005-11-27 11:11:37.402318627 +0100
+++ chan_sip.c-new	2005-11-27 11:11:23.061547922 +0100
@@ -4267,7 +4267,7 @@
 			 sample_rate);
 	if (codec == AST_FORMAT_G729A)
 		/* Indicate that we don't support VAD (G.729 annex B) */
-		ast_build_string(a_buf, a_size, "a=fmtp:%d annexb=no", rtp_code);
+		ast_build_string(a_buf, a_size, "a=fmtp:%d annexb=no\r\n", rtp_code);
 }
 
 static void add_noncodec_to_sdp(const struct sip_pvt *p, int format, int sample_rate,

Reply via email to