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

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@73849 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Olle Johansson 18 years ago
parent 5b544349d9
commit 7bbda30564

@ -3392,6 +3392,8 @@ static int sip_hangup(struct ast_channel *ast)
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 */
if (p->vad)
ast_dsp_free(p->vad);

Loading…
Cancel
Save