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:
694d343
)
Fix SIP for outbound too
author
Mark Spencer
<markster@digium.com>
Wed, 1 Oct 2003 03:03:42 +0000
(
03:03
+0000)
committer
Mark Spencer
<markster@digium.com>
Wed, 1 Oct 2003 03:03:42 +0000
(
03:03
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1590
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
d5d59e0
..
3152389
100755
(executable)
--- a/
channels/chan_sip.c
+++ b/
channels/chan_sip.c
@@
-856,6
+856,7
@@
static int sip_call(struct ast_channel *ast, char *dest, int timeout)
ast_log(LOG_DEBUG, "Outgoing Call for %s\n", p->username);
res = find_user(p,INC_OUT_USE);
p->restrictcid = ast->restrictcid;
+ p->jointcapability = p->capability;
transmit_invite(p, "INVITE", 1, NULL, vxml_url,distinctive_ring, 1);
if (p->maxtime) {
/* Initialize auto-congest time */