[asterisk-commits] seanbright: branch 1.6.2 r302551 - /branches/1.6.2/main/features.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Jan 19 12:54:07 CST 2011


Author: seanbright
Date: Wed Jan 19 12:54:03 2011
New Revision: 302551

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=302551
Log:
Remove an extraneous \r\n at the end of a parking manager events.

(closes issue #18363)
Reported by: clegall_proformatique
Patches:
      asterisk_1.8_295998_parking_manager_events_format.patch uploaded by clegall proformatique (license 1139)

Modified:
    branches/1.6.2/main/features.c

Modified: branches/1.6.2/main/features.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/main/features.c?view=diff&rev=302551&r1=302550&r2=302551
==============================================================================
--- branches/1.6.2/main/features.c (original)
+++ branches/1.6.2/main/features.c Wed Jan 19 12:54:03 2011
@@ -3299,7 +3299,7 @@
 		"Parkinglot: %s\r\n"
 		"CallerIDNum: %s\r\n"
 		"CallerIDName: %s\r\n"
-		"UniqueID: %s\r\n\r\n",
+		"UniqueID: %s\r\n",
 		pu->parkingexten, 
 		pu->chan->name,
 		pu->parkinglot->name,




More information about the asterisk-commits mailing list