summaryrefslogtreecommitdiff
path: root/res/res_parking.c
diff options
context:
space:
mode:
authorJames Golovich <james@gnuinter.net>2004-03-01 20:31:25 +0000
committerJames Golovich <james@gnuinter.net>2004-03-01 20:31:25 +0000
commit32a11a2b20456ce549cae7b2a86f9ae9f9f8d69b (patch)
tree7c09a0b082d1fb3bb84e2de373c15bb3cc596835 /res/res_parking.c
parenta9d042db2cab75e9c21f4d1ca50ead2fd0fbd418 (diff)
Remove extra \r\n from manager event sent by res_parking.c (bug #1134)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2283 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_parking.c')
-rwxr-xr-xres/res_parking.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/res_parking.c b/res/res_parking.c
index 2f54ee048..000defe7c 100755
--- a/res/res_parking.c
+++ b/res/res_parking.c
@@ -164,7 +164,6 @@ int ast_park_call(struct ast_channel *chan, struct ast_channel *peer, int timeou
"From: %s\r\n"
"Timeout: %ld\r\n"
"CallerID: %s\r\n"
- "\r\n"
,pu->parkingnum, pu->chan->name, peer->name
,(long)pu->start.tv_sec + (long)(pu->parkingtime/1000) - (long)time(NULL)
,(pu->chan->callerid ? pu->chan->callerid : "")