<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none"><!--P{margin-top:0;margin-bottom:0;} .ms-cui-menu {background-color:#ffffff;border:1px rgb(171, 171, 171) solid;font-family:'Segoe UI WPC', 'Segoe UI', Tahoma, 'Microsoft Sans Serif', Verdana, sans-serif;font-size:11pt;color:rgb(51, 51, 51);} .ms-cui-menusection-title {display:none;} .ms-cui-ctl {vertical-align:text-top;text-decoration:none;color:rgb(51, 51, 51);} .ms-cui-ctl-on {background-color:rgb(223, 237, 250);opacity: 0.8;} .ms-cui-img-cont-float {display:inline-block;margin-top:2px} .ms-cui-smenu-inner {padding-top:0px;} .ms-owa-paste-option-icon {margin: 2px 4px 0px 4px;vertical-align:sub;padding-bottom: 2px;display:inline-block;} .ms-rtePasteFlyout-option:hover {background-color:rgb(223, 237, 250) !important;opacity:1 !important;} .ms-rtePasteFlyout-option {padding:8px 4px 8px 4px;outline:none;} .ms-cui-menusection {float:left; width:85px;height:24px;overflow:hidden}--></style>
</head>
<body>
<div style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>We upgraded from asterisk 11 to asterisk 13.  Recordings were working fine in 11 but nothing is being written on 13.</p>
<p> </p>
<p>Here is the dialplan segment</p>
<p> </p>
<p>same =>   n,ExecIF($["${TL_PHONE_CALL_RECORD}"="TRUE"]?SET(CONFBRIDGE(bridge,record_conference)=yes))</p>
<p>same =>   n,ExecIF($["${TL_PHONE_CALL_RECORD}"="TRUE"]?SET(CONFBRIDGE(bridge,record_file)=/var/spool/asterisk/confbridge/${TL_PHONE_CALL_ID}.wav))</p>
<p>same =>   n,ConfBridge(${TL_PHONE_CALL_ID},default_bridge,TTM_caller,TTM_caller_menu)</p>
<p> </p>
<p>Here is the log from asterisk 13</p>
<p> </p>
<p>    -- Executing [s@TTMConferenceTalker:6] ExecIf("SIP/sbc1-00002426", "1?SET(CONFBRIDGE(bridge,record_conference)=yes)") in new stack</p>
<p>    -- Executing [s@TTMConferenceTalker:7] ExecIf("SIP/sbc1-00002426", "1?SET(CONFBRIDGE(bridge,record_file)=/var/spool/asterisk/confbridge/296955.wav)") in new stack</p>
<p>    -- Executing [s@TTMConferenceTalker:8] ConfBridge("SIP/sbc1-00002426", "296955,default_bridge,TTM_profile,TTM_profile_menu") in new stack</p>
<p>    -- Channel SIP/sbc1-00002426 joined 'softmix' base-bridge <f14cbf31-d82e-4e2f-9c62-3f70b2c66165></p>
<p> </p>
<p>Here is a sample log from asterisk 11</p>
<p> </p>
<p>[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</p>
<p>[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</p>
<p>[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</p>
<p>[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</p>
<p>[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</p>
<p>[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</p>
<p>[Oct 27 15:08:48] VERBOSE[14730] app_mixmonitor.c:   == Begin MixMonitor Recording ConfBridgeRecorder/conf-278731-uid-1917613225</p>
<p> </p>
<p> </p>
<p>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.​<br>
</p>
<p><br>
</p>
</div>
</body>
</html>