Bbarron at guesswho.com Guest
|
Posted: Fri Nov 14, 2014 10:33 am Post subject: [asterisk-users] Asterisk 13 confbridge recordings not worki |
|
|
We upgraded from asterisk 11 to asterisk 13. Recordings were working fine in 11 but nothing is being written on 13.
Here is the dialplan segment
same => n,ExecIF($["${TL_PHONE_CALL_RECORD}"="TRUE"]?SET(CONFBRIDGE(bridge,record_conference)=yes))
same => n,ExecIF($["${TL_PHONE_CALL_RECORD}"="TRUE"]?SET(CONFBRIDGE(bridge,record_file)=/var/spool/asterisk/confbridge/${TL_PHONE_CALL_ID}.wav))
same => n,ConfBridge(${TL_PHONE_CALL_ID},default_bridge,TTM_caller,TTM_caller_menu)
Here is the log from asterisk 13
-- Executing [s@TTMConferenceTalker:6] ExecIf("SIP/sbc1-00002426", "1?SET(CONFBRIDGE(bridge,record_conference)=yes)") in new stack
-- Executing [s@TTMConferenceTalker:7] ExecIf("SIP/sbc1-00002426", "1?SET(CONFBRIDGE(bridge,record_file)=/var/spool/asterisk/confbridge/296955.wav)") in new stack
-- Executing [s@TTMConferenceTalker:8] ConfBridge("SIP/sbc1-00002426", "296955,default_bridge,TTM_profile,TTM_profile_menu") in new stack
-- Channel SIP/sbc1-00002426 joined 'softmix' base-bridge <f14cbf31-d82e-4e2f-9c62-3f70b2c66165>
Here is a sample log from asterisk 11
[Oct 27 15:08:48] VERBOSE[14718][C-0005278d] pbx.c: -- Executing [s@TTMConferenceCaller:5] ExecIf("SIP/sbc1-0004e882", "1?SET(CONFBRIDGE(bridge,record_conference)=yes)") in new stack
[Oct 27 15:08:48] VERBOSE[14698][C-0005278c] pbx.c: -- Executing [s@TTMConferenceTalker:6] ExecIf("SIP/sbc1-0004e881", "1?SET(CONFBRIDGE(bridge,record_conference)=yes)") in new stack
[Oct 27 15:08:48] VERBOSE[14718][C-0005278d] pbx.c: -- Executing [s@TTMConferenceCaller:6] ExecIf("SIP/sbc1-0004e882", "1?SET(CONFBRIDGE(bridge,record_file)=/var/spool/asterisk/confbridge/278731.wav)") in new stack
[Oct 27 15:08:48] VERBOSE[14718][C-0005278d] pbx.c: -- Executing [s@TTMConferenceCaller:7] ConfBridge("SIP/sbc1-0004e882", "278731,default_bridge,TTM_caller,TTM_caller_menu") in new stack
[Oct 27 15:08:48] VERBOSE[14698][C-0005278c] pbx.c: -- Executing [s@TTMConferenceTalker:7] ExecIf("SIP/sbc1-0004e881", "1?SET(CONFBRIDGE(bridge,record_file)=/var/spool/asterisk/confbridge/278731.wav)") in new stack
[Oct 27 15:08:48] VERBOSE[14698][C-0005278c] pbx.c: -- Executing [s@TTMConferenceTalker:8] ConfBridge("SIP/sbc1-0004e881", "278731,default_bridge,TTM_profile,TTM_profile_menu") in new stack
[Oct 27 15:08:48] VERBOSE[14730] app_mixmonitor.c: == Begin MixMonitor Recording ConfBridgeRecorder/conf-278731-uid-1917613225
I see that we are setting it on the both sides of the conference with the same filename, but it has been working fine till asterisk 13. |
|