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:
43e312b
)
Fix another spelling typo in chan_sip.c (bug #1059)
author
James Golovich
<james@gnuinter.net>
Thu, 19 Feb 2004 00:42:10 +0000
(
00:42
+0000)
committer
James Golovich
<james@gnuinter.net>
Thu, 19 Feb 2004 00:42:10 +0000
(
00:42
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2196
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
5be9753
..
52d9b3c
100755
(executable)
--- a/
channels/chan_sip.c
+++ b/
channels/chan_sip.c
@@
-5467,7
+5467,7
@@
static int handle_request(struct sip_pvt *p, struct sip_request *req, struct soc
ast_rtp_stop(p->vrtp);
}
if (strlen(get_header(req, "Also"))) {
- ast_log(LOG_NOTICE, "Client '%s' using depreciated BYE/Also transfer method. Ask vendor to support REFER instead\n",
+ ast_log(LOG_NOTICE, "Client '%s' using deprecated BYE/Also transfer method. Ask vendor to support REFER instead\n",
inet_ntoa(p->recv.sin_addr));
if (!strlen(p->context))
strncpy(p->context, context, sizeof(p->context) - 1);