Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 262367 Details for
Bug 354763
net-misc/asterisk: IMAP support broken in app_voicemail
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
r306963 from the 1.4 branch
asterisk-1.4-r306963.patch (text/plain), 573 bytes, created by
kfm
on 2011-02-13 18:12:08 UTC
(
hide
)
Description:
r306963 from the 1.4 branch
Filename:
MIME Type:
Creator:
kfm
Created:
2011-02-13 18:12:08 UTC
Size:
573 bytes
patch
obsolete
>--- trunk/apps/app_voicemail.c 2011/02/08 19:25:38 306962 >+++ trunk/apps/app_voicemail.c 2011/02/08 19:26:05 306963 >@@ -6767,14 +6767,16 @@ > } > > /* Back up the original file, so we can retry the prepend and restore it after forward. */ >+#ifndef IMAP_STORAGE > if (already_recorded) { > ast_filecopy(backup, msgfile, NULL); > copy(backup_textfile, textfile); > } > else { > ast_filecopy(msgfile, backup, NULL); >- copy(textfile,backup_textfile); >+ copy(textfile, backup_textfile); > } >+#endif > already_recorded = 1; > > if (record_gain)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 354763
: 262367