git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7082 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2-netsec
Kevin P. Fleming 20 years ago
parent 51b54236de
commit 38c665bd67

@ -1,5 +1,7 @@
2005-11-11 Kevin P. Fleming <kpfleming@digium.com>
* channels/chan_iax2.c: correct comment
* apps/app_voicemail.c (close_mailbox): correct previous commit (issue #5663)
(vm_change_password): fix password change writing (issue #5721)

@ -441,7 +441,7 @@ struct chan_iax2_pvt {
int sockfd;
/*! Last received voice format */
int voiceformat;
/*! Last received voice format */
/*! Last received video format */
int videoformat;
/*! Last sent voice format */
int svoiceformat;

Loading…
Cancel
Save