Hi,
That's not my first freepbx use.
I installed asterisk-1.6.1.1 on a new server (gentoo x86_64).
Didn't modify anything in the conf.
Install freepbx after generating mysql tables (newinstall.sql)
Connect to the gui, juste update all (no new module).
create 2 extensions, 1 SIP, 1 IAX2. For the IAX2 extension, I just set cid num, cid name, password, activate voicemail with a password and email. All the rest is by default.
I call IAX2 extension with a SIP extension (softphone). I fall on the voicemail (normal), and at the start recording, asterisk crashes :
-- Goto (macro-vm,s-CHANUNAVAIL,1)
-- Executing [s-CHANUNAVAIL@macro-vm:1] Macro("SIP/200-00b76bf8", "get-vmcontext,100") in new stack
-- Executing [s@macro-get-vmcontext:1] Set("SIP/200-00b76bf8", "VMCONTEXT=default") in new stack
-- Executing [s@macro-get-vmcontext:2] GotoIf("SIP/200-00b76bf8", "0?200:300") in new stack
-- Goto (macro-get-vmcontext,s,300)
-- Executing [s@macro-get-vmcontext:300] NoOp("SIP/200-00b76bf8", "") in new stack
-- Executing [s-CHANUNAVAIL@macro-vm:2] VoiceMail("SIP/200-00b76bf8", "100@default,u""") in new stack
-- <SIP/200-00b76bf8> Playing 'vm-theperson.gsm' (language 'en')
-- <SIP/200-00b76bf8> Playing 'digits/1.gsm' (language 'en')
-- <SIP/200-00b76bf8> Playing 'digits/0.gsm' (language 'en')
-- <SIP/200-00b76bf8> Playing 'digits/0.gsm' (language 'en')
-- <SIP/200-00b76bf8> Playing 'vm-isunavail.gsm' (language 'en')
-- <SIP/200-00b76bf8> Playing 'vm-intro.gsm' (language 'en')
-- <SIP/200-00b76bf8> Playing 'beep.gsm' (language 'en')
serveur2*CLI>
Disconnected from Asterisk server
Executing last minute cleanups
The file starts being recorded but stay empty :
# ls -la /var/spool/asterisk/voicemail/default/100/tmp/
total 8
drwxr-xr-x 2 asterisk asterisk 4096 juin 30 16:39 .
drwxr-xr-x 4 asterisk asterisk 4096 juin 30 16:19 ..
-rw-r--r-- 1 asterisk asterisk 0 juin 30 16:29 M4ukXu
-rw-r--r-- 1 asterisk asterisk 0 juin 30 16:39 xIdmT0
-rw-r--r-- 1 asterisk asterisk 0 juin 30 16:19 y7aulh
I think I have all requirements installed (sox...)
I can't find why it is crashing like that. Nothing more in logs.
(Sorry for my poor english)