[asterisk-commits] oej: branch oej/sip-t140-red r116228 - /team/oej/sip-t140-red/channels/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed May 14 07:25:49 CDT 2008


Author: oej
Date: Wed May 14 07:25:49 2008
New Revision: 116228

URL: http://svn.digium.com/view/asterisk?view=rev&rev=116228
Log:
Remove disabled code after testing

Modified:
    team/oej/sip-t140-red/channels/chan_sip.c

Modified: team/oej/sip-t140-red/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/team/oej/sip-t140-red/channels/chan_sip.c?view=diff&rev=116228&r1=116227&r2=116228
==============================================================================
--- team/oej/sip-t140-red/channels/chan_sip.c (original)
+++ team/oej/sip-t140-red/channels/chan_sip.c Wed May 14 07:25:49 2008
@@ -1324,7 +1324,6 @@
 							you know more) */
 	struct sip_st_dlg *stimer;		/*!< SIP Session-Timers */              
   
-	char red_fmtp[100];                    /*!< T.140 Redundancy response fmtp */
 	int red; 
 };
 
@@ -7019,10 +7018,6 @@
 				sscanf(red_cp, "%u", &red_data_pt[red_num_gen]);
 				red_cp = strtok(NULL, "/");
 			}
-			//SKREP OEJ - Disabled this code
-			//strncpy(p->red_fmtp, "a=", 2);
-			//strncpy(&p->red_fmtp[2], a, 98);
-			//strncpy((cp = memchr(p->red_fmtp, '\0', 100)), "\r\n\0", 4);
 			red_cp = red_fmtp;
 
 		} else if (sscanf(a, "rtpmap: %u %[^/]/", &codec, mimeSubtype) == 2) {




More information about the asterisk-commits mailing list