projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9d042d
)
Remove extra \r\n from manager event sent by res_parking.c (bug #1134)
author
James Golovich
<james@gnuinter.net>
Mon, 1 Mar 2004 20:31:25 +0000
(20:31 +0000)
committer
James Golovich
<james@gnuinter.net>
Mon, 1 Mar 2004 20:31:25 +0000
(20:31 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2283
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
res/res_parking.c
patch
|
blob
|
history
diff --git
a/res/res_parking.c
b/res/res_parking.c
index
2f54ee0
..
000defe
100755
(executable)
--- 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 : "")