The following issue has been REOPENED. ====================================================================== https://bugtracker.iptel.org/view.php?id=82 ====================================================================== Reported By: vib Assigned To: stefan ====================================================================== Project: SEMS Issue ID: 82 Category: applications Reproducibility: have not tried Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2012-07-20 16:11 CEST Last Modified: 2012-08-16 11:01 CEST ====================================================================== Summary: the file can't be saved (pointer problem) Description:
version 1.5.0 modules: annrecorder and voicemail [#7f731c732700/2816] [process, AmSession.cpp:713] DEBUG: AmSession processing event [#7f731c732700/2816] [process, AmSession.cpp:739] DEBUG: Session received DTMF, event = 1, duration = 139 [#7f731c732700/2816] [onDtmf, AnnRecorder.cpp:284] DEBUG: DTMF 1, 139 [#7f731c732700/2816] [removeTimers, AmSession.cpp:1279] DEBUG: removing timers [#7f731c732700/2816] [onDtmf, AnnRecorder.cpp:321] DEBUG: received key 1 in state S_CONFIRM save or redo [#7f731c732700/2816] [saveMessage, AnnRecorder.cpp:431] DEBUG: message name is 'vm.wav' [#7f731c732700/2816] [saveMessage, AnnRecorder.cpp:444] ERROR: invoking msg_new: 'message data is not a file ptr.' [#7f731c732700/2816] [addToPlaylist, AmPromptCollection.cpp:136] DEBUG: adding 'greeting_set' prompt to playlist at the back' [#7f731c732700/2816] [wav_mem_open, wav_hdr.c:296] DEBUG: trying to read WAV file from memory [#7f731c732700/2816] [wav_mem_open, wav_hdr.c:299] DEBUG: tag = <RIFF> [#7f731c732700/2816] [wav_mem_open, wav_hdr.c:306] DEBUG: file size = <29718> ====================================================================== ---------------------------------------------------------------------- (0000126) stefan (manager) - 2012-08-07 16:19 https://bugtracker.iptel.org/view.php?id=82#c126 ---------------------------------------------------------------------- fixed with 2df6e0f065ff0d in the meantime, also load_plugins_rtld_global=msg_storage helps msg_storage needs to be loaded before voicemail plugin, e.g. load_plugins=msg_storage;voicemail;wav ---------------------------------------------------------------------- (0000127) vib (reporter) - 2012-08-16 11:01 https://bugtracker.iptel.org/view.php?id=82#c127 ---------------------------------------------------------------------- Version 1.5.0: - change of a config doesn't help for both modules Version 1.6-dev-35-ge9f988c(1.5.0 version with changes too): - Annrecorder: [#7faf0ab17700/29965] [saveMessage, AnnRecorder.cpp:431] DEBUG: message name is 'vm.wav' [#7faf0ab17700/29965] [saveMessage, AnnRecorder.cpp:444] ERROR: invoking msg_new: 'message data is not a file ptr.' - Voicemail: it works, but if the mwi plug-in is activated, there is a new problem: [#7f9f1469b700/30761] [saveMessage, AnswerMachine.cpp:938] DEBUG: will save to box... [#7f9f1469b700/30761] [saveBox, AnswerMachine.cpp:982] DEBUG: message name is '1345107693+"********" <sip:********@****.**>.wav' [#7f9f1469b700/30761] [msg_new, MsgStorage.cpp:147] DEBUG: creating '/var/spool/voicebox/test/test/1345107693+"*********" <sip:***********@******.**>.wav' [#7f9f1469b700/30761] [userdir_open, MsgStorage.cpp:223] DEBUG: trying to list '/var/spool/voicebox/test/test/' [#7f9f1469b700/30761] [publish, mwi.cpp:91] DEBUG: Found 8 new and 0 old messages sems: AmSipDialog.cpp:98: AmSipDialog::AmSipDialog(AmSipDialogEventHandler*): Assertion `h' failed. Issue History Date Modified Username Field Change ====================================================================== 2012-07-20 16:11 vib New Issue 2012-08-07 16:19 stefan Note Added: 0000126 2012-08-07 16:19 stefan Status new => resolved 2012-08-07 16:19 stefan Resolution open => fixed 2012-08-07 16:19 stefan Assigned To => stefan 2012-08-16 11:01 vib Note Added: 0000127 2012-08-16 11:01 vib Status resolved => feedback 2012-08-16 11:01 vib Resolution fixed => reopened ====================================================================== _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
