aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
diff options
context:
space:
mode:
authormatteo <matteo@f38db490-d61c-443f-a65b-d21fe96a405b>2003-02-28 06:00:18 +0000
committermatteo <matteo@f38db490-d61c-443f-a65b-d21fe96a405b>2003-02-28 06:00:18 +0000
commit2537a91db6c07bd4182d9af9db1db8a8a0ed55d4 (patch)
tree9b0541aa2344ed94817af4e058ae1a3e6ec66be8 /channels/chan_sip.c
parente7d18f4ab9b0c7f97ff097dd23415ec93efd0006 (diff)
Fri Feb 28 07:00:01 CET 2003
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@626 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_sip.c')
-rwxr-xr-xchannels/chan_sip.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 4991352ef..d4f5a25b3 100755
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -3194,6 +3194,8 @@ static int handle_request(struct sip_pvt *p, struct sip_request *req, struct soc
/* Use this as the basis */
if (sipdebug)
ast_verbose("Using latest request as basis request\n");
+ /* This call is no longer outgoing if it ever was */
+ p->outgoing = 0;
copy_request(&p->initreq, req);
check_via(p, req);
if (strlen(get_header(req, "Content-Type"))) {