Skip to content
Snippets Groups Projects
Commit 32a11a2b authored by James Golovich's avatar James Golovich
Browse files

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
parent a9d042db
No related branches found
No related tags found
No related merge requests found
...@@ -164,7 +164,6 @@ int ast_park_call(struct ast_channel *chan, struct ast_channel *peer, int timeou ...@@ -164,7 +164,6 @@ int ast_park_call(struct ast_channel *chan, struct ast_channel *peer, int timeou
"From: %s\r\n" "From: %s\r\n"
"Timeout: %ld\r\n" "Timeout: %ld\r\n"
"CallerID: %s\r\n" "CallerID: %s\r\n"
"\r\n"
,pu->parkingnum, pu->chan->name, peer->name ,pu->parkingnum, pu->chan->name, peer->name
,(long)pu->start.tv_sec + (long)(pu->parkingtime/1000) - (long)time(NULL) ,(long)pu->start.tv_sec + (long)(pu->parkingtime/1000) - (long)time(NULL)
,(pu->chan->callerid ? pu->chan->callerid : "") ,(pu->chan->callerid ? pu->chan->callerid : "")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment