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:
952a5e6
)
Oops, fix small typo
author
Mark Spencer
<markster@digium.com>
Wed, 15 Sep 2004 00:43:13 +0000
(
00:43
+0000)
committer
Mark Spencer
<markster@digium.com>
Wed, 15 Sep 2004 00:43:13 +0000
(
00:43
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3779
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_sip.c
patch
|
blob
|
history
diff --git
a/channels/chan_sip.c
b/channels/chan_sip.c
index
d8b6dfc
..
a5920e6
100755
(executable)
--- a/
channels/chan_sip.c
+++ b/
channels/chan_sip.c
@@
-2396,7
+2396,8
@@
static struct sip_pvt *find_call(struct sip_request *req, struct sockaddr_in *si
char iabuf[INET_ADDRSTRLEN];
char *cmd;
char *tag = "", *c;
- char *tag2 = ""
+ char *tag2 = "";
+
callid = get_header(req, "Call-ID");
if (pedanticsipchecking) {