mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-25 07:01:09 +00:00
Fix SIP for outbound too
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1590 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user