Skip to content
Snippets Groups Projects
Commit 74e8ab14 authored by Olle Johansson's avatar Olle Johansson
Browse files

Merged revisions 73849 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r73849 | oej | 2007-07-08 11:47:31 +0200 (Sun, 08 Jul 2007) | 2 lines

While tracking down a bug, I need some more history. Dumphistory is very useful, indeed.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@73850 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 1827bcba
No related branches found
No related tags found
No related merge requests found
...@@ -3721,6 +3721,8 @@ static int sip_hangup(struct ast_channel *ast) ...@@ -3721,6 +3721,8 @@ static int sip_hangup(struct ast_channel *ast)
   
stop_media_flows(p); /* Immediately stop RTP, VRTP and UDPTL as applicable */ stop_media_flows(p); /* Immediately stop RTP, VRTP and UDPTL as applicable */
   
append_history(p, needcancel ? "Cancel" : "Hangup", "Cause %s", p->owner ? ast_cause2str(p->owner->hangupcause) : "Unknown");
/* Disconnect */ /* Disconnect */
if (p->vad) if (p->vad)
ast_dsp_free(p->vad); ast_dsp_free(p->vad);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment