<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div>Olá Lista, feliz ano novo a todos!</div><div><br></div><div>Eu tive que atualizar o dahdi do meu freepbx da versão 2.7.0.1 para 2.8.0.2 por causa de um problema com HWEC, e agora estou tendo um problema para discar um custom trunk "<b style="color: rgb(213, 59, 211); font-family: Menlo; font-size: 11px;">Local/$OUTNUM$@consulta"</b>:</div><div><br></div><div><br></div><div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>[2014-01-06 12:11:38] <span style="color: rgb(195, 55, 32);">WARNING</span>[24413]: <span style="color: rgb(203, 203, 203);">channel.c</span>:<span style="color: rgb(203, 203, 203);">5711</span> <span style="color: rgb(203, 203, 203);">ast_request</span>: No channel type registered for 'AMP:Local'</b></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>[2014-01-06 12:11:38] <span style="color: rgb(195, 55, 32);">WARNING</span>[24413]: <span style="color: rgb(203, 203, 203);">app_dial.c</span>:<span style="color: rgb(203, 203, 203);">2345</span> <span style="color: rgb(203, 203, 203);">dial_exec_full</span>: Unable to create channel of type 'AMP:Local' (cause 66 - Channel not implemented)</b></div></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><b><br></b></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">Meu extensions_custom.conf possui referência ao tronco “consulta” e a linha #include extensions_custom.conf está configurada corretamente dentro de extensions.conf, estava tudo funcionando corretamente até eu atualizar o dahdi.</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><br></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><br></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><div style="margin: 0px;">Alguém tem ideia do que pode estar causando isso? Aparentemente o chan_local.so estando sendo carregado corretamente..</div><div><br></div><div><div style="margin: 0px;">Qualquer ajuda é bem vinda.</div><div style="margin: 0px;"><br></div><div style="margin: 0px;">Um abraço,</div><div style="margin: 0px;"><br></div><div style="margin: 0px;">Cassio</div><div style="margin: 0px;"> </div></div><div><br></div></div><div>extensions_custom.conf</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><br></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><div style="margin: 0px;">[dongle-incoming-sms]</div><div style="margin: 0px;">exten => sms,1,Noop(Incoming SMS from ${CALLERID(num)} ${BASE64_DECODE(${SMS_BASE64})})</div><div style="margin: 0px;">exten => sms,n,System(echo '${STRFTIME(${EPOCH},,%Y-%m-%d %H:%M:%S)} - ${DONGLENAME} - ${CALLERID(num)}: ${BASE64_DECODE(${SMS_BASE64})}' >> /var/log/asterisk/sms.txt)</div><div style="margin: 0px;">exten => sms,n,Hangup()</div><div style="margin: 0px; min-height: 13px;"><br></div><div style="margin: 0px; min-height: 13px;"><br></div><div style="margin: 0px;">[consulta]</div><div style="margin: 0px;">exten => _XX9XXXXXXXX,1,NoOp(--> DE ${CALLERID(num)} PARA ${EXTEN} <--)</div><div style="margin: 0px;">exten => _XX9XXXXXXXX,n,AGI(consulta_op.php,${EXTEN})</div><div style="margin: 0px;">exten => _XX9XXXXXXXX,n,NoOp(--> ${OPERADORA} <--)</div><div style="margin: 0px;">exten => _XX9XXXXXXXX,n(oi31),Set(TRONCO=${IF($["${OPERADORA}"="55331"]?"${OI}":"")})</div><div style="margin: 0px;">exten => _XX9XXXXXXXX,n,GotoIf($["${OPERADORA}" = "55331"]?macro-dial,${EXTEN},1:oi14)</div><div style="margin: 0px;">exten => _XX9XXXXXXXX,n(oi14),Set(TRONCO=${IF($["${OPERADORA}"="55314"]?"${OI}":"")})</div><div style="margin: 0px;">exten => _XX9XXXXXXXX,n,GotoIf($["${OPERADORA}" = "55314"]?macro-dial,${EXTEN},1:oi24)</div><div style="margin: 0px;">exten => _XX9XXXXXXXX,n(oi24),Set(TRONCO=${IF($["${OPERADORA}"="55324"]?"${OI}":"")})</div><div style="margin: 0px;">exten => _XX9XXXXXXXX,n,GotoIf($["${OPERADORA}" = "55324"]?macro-dial,${EXTEN},1:vivo)</div><div style="margin: 0px;">exten => _XX9XXXXXXXX,n(vivo),Set(TRONCO=${IF($["${OPERADORA}"="55320"]?"${VIVO}":"")})</div><div style="margin: 0px;">exten => _XX9XXXXXXXX,n,GotoIf($["${OPERADORA}" = "55320"]?macro-dial,${EXTEN},1:claro)</div><div style="margin: 0px;">exten => _XX9XXXXXXXX,n(claro),Set(TRONCO=${IF($["${OPERADORA}"="55321"]?"${CLARO}":"")})</div><div style="margin: 0px;">exten => _XX9XXXXXXXX,n,GotoIf($["${OPERADORA}" = "55321"]?macro-dial,${EXTEN},1:tim)</div><div style="margin: 0px;">exten => _XX9XXXXXXXX,n(tim),Set(TRONCO=${IF($["${OPERADORA}"="55341"]?"${TIM}":"")})</div><div style="margin: 0px;">exten => _XX9XXXXXXXX,n,GotoIf($["${OPERADORA}" = "55341"]?macro-dial,${EXTEN},1:outras)</div><div style="margin: 0px;">exten => _XX9XXXXXXXX,n(outras),Set(TRONCO=${OUTRAS})</div><div style="margin: 0px;">exten => _XX9XXXXXXXX,n,Goto(macro-dial,${EXTEN},1)</div><div style="margin: 0px; min-height: 13px;"><br></div><div style="margin: 0px;">exten => _XX[6-9]XXXXXXX,1,NoOp(--> DE ${CALLERID(num)} PARA ${EXTEN} <--)</div><div style="margin: 0px;">exten => _XX[6-9]XXXXXXX,n,AGI(consulta_op.php,${EXTEN})</div><div style="margin: 0px;">exten => _XX[6-9]XXXXXXX,n,NoOp(--> ${OPERADORA} <--)</div><div style="margin: 0px;">exten => _XX[6-9]XXXXXXX,n(oi31),Set(TRONCO=${IF($["${OPERADORA}"="55331"]?"${OI}":"")})</div><div style="margin: 0px;">exten => _XX[6-9]XXXXXXX,n,GotoIf($["${OPERADORA}" = "55331"]?macro-dial,${EXTEN},1:oi14)</div><div style="margin: 0px;">exten => _XX[6-9]XXXXXXX,n(oi14),Set(TRONCO=${IF($["${OPERADORA}"="55314"]?"${OI}":"")})</div><div style="margin: 0px;">exten => _XX[6-9]XXXXXXX,n,GotoIf($["${OPERADORA}" = "55314"]?macro-dial,${EXTEN},1:oi24)</div><div style="margin: 0px;">exten => _XX[6-9]XXXXXXX,n(oi24),Set(TRONCO=${IF($["${OPERADORA}"="55324"]?"${OI}":"")})</div><div style="margin: 0px;">exten => _XX[6-9]XXXXXXX,n,GotoIf($["${OPERADORA}" = "55324"]?macro-dial,${EXTEN},1:vivo)</div><div style="margin: 0px;">exten => _XX[6-9]XXXXXXX,n(vivo),Set(TRONCO=${IF($["${OPERADORA}"="55320"]?"${VIVO}":"")})</div><div style="margin: 0px;">exten => _XX[6-9]XXXXXXX,n,GotoIf($["${OPERADORA}" = "55320"]?macro-dial,${EXTEN},1:claro)</div><div style="margin: 0px;">exten => _XX[6-9]XXXXXXX,n(claro),Set(TRONCO=${IF($["${OPERADORA}"="55321"]?"${CLARO}":"")})</div><div style="margin: 0px;">exten => _XX[6-9]XXXXXXX,n,GotoIf($["${OPERADORA}" = "55321"]?macro-dial,${EXTEN},1:tim)</div><div style="margin: 0px;">exten => _XX[6-9]XXXXXXX,n(tim),Set(TRONCO=${IF($["${OPERADORA}"="55341"]?"${TIM}":"")})</div><div style="margin: 0px;">exten => _XX[6-9]XXXXXXX,n,GotoIf($["${OPERADORA}" = "55341"]?macro-dial,${EXTEN},1:outras)</div><div style="margin: 0px;">exten => _XX[6-9]XXXXXXX,n(outras),Set(TRONCO=${OUTRAS})</div><div style="margin: 0px;">exten => _XX[6-9]XXXXXXX,n,Goto(macro-dial,${EXTEN},1)</div><div style="margin: 0px; min-height: 13px;"><br></div><div style="margin: 0px;">[macro-dial]</div><div style="margin: 0px;">exten => _X.,1,Dial(${TRONCO}${EXTEN})</div><div style="margin: 0px;">exten => _X.,n,Hangup()</div><div style="margin: 0px; min-height: 13px;"><br></div><div style="margin: 0px; min-height: 13px;"><br></div><div style="margin: 0px;">#include extensions_custom_asternic_outbound_freepbx.conf</div><div style="margin: 0px;"><br></div><div style="margin: 0px;"><br></div></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><b><br></b></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">Log completo:</div><div><br></div><div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [968681291@from-internal:1] <span style="color: rgb(52, 187, 199);"><b>Macro</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>user-callerid,LIMIT</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-user-callerid:1] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>TOUCH_MONITOR=1389017498.1</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-user-callerid:2] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>AMPUSER=4547</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-user-callerid:3] <span style="color: rgb(52, 187, 199);"><b>GotoIf</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>0?report</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-user-callerid:4] <span style="color: rgb(52, 187, 199);"><b>ExecIf</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>1?Set(REALCALLERIDNUM=4547)</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-user-callerid:5] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>AMPUSER=4547</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-user-callerid:6] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>AMPUSERCIDNAME=Cassio eyeBeam</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-user-callerid:7] <span style="color: rgb(52, 187, 199);"><b>GotoIf</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>0?report</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-user-callerid:8] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>AMPUSERCID=4547</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-user-callerid:9] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>__DIAL_OPTIONS=Ttr</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-user-callerid:10] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>CALLERID(all)="Cassio eyeBeam" <4547></b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-user-callerid:11] <span style="color: rgb(52, 187, 199);"><b>GotoIf</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>0?limit</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-user-callerid:12] <span style="color: rgb(52, 187, 199);"><b>ExecIf</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>1?Set(GROUP(concurrency_limit)=4547)</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-user-callerid:13] <span style="color: rgb(52, 187, 199);"><b>GosubIf</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>7?sub-ccss,s,1(from-internal,968681291)</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@sub-ccss:1] <span style="color: rgb(52, 187, 199);"><b>ExecIf</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>0?Return()</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@sub-ccss:2] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>CCSS_SETUP=TRUE</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(213, 59, 211);"><span style="color: rgb(0, 0, 0);"> -- Executing [s@sub-ccss:3] </span><span style="color: rgb(52, 187, 199);"><b>GosubIf</b></span><span style="color: rgb(0, 0, 0);">("</span><b>SIP/4547-00000000</b><span style="color: rgb(0, 0, 0);">", "</span><b>0?monitor_config,1(from-internal,968681291):monitor_default,1(from-internal,968681291)</b><span style="color: rgb(0, 0, 0);">") in new stack</span></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [monitor_default@sub-ccss:1] <span style="color: rgb(52, 187, 199);"><b>GotoIf</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>0?is_exten</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [monitor_default@sub-ccss:2] <span style="color: rgb(52, 187, 199);"><b>StackPop</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [monitor_default@sub-ccss:3] <span style="color: rgb(52, 187, 199);"><b>Return</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>FALSE</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-user-callerid:14] <span style="color: rgb(52, 187, 199);"><b>ExecIf</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>1?Set(CHANNEL(language)=pt_BR)</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-user-callerid:15] <span style="color: rgb(52, 187, 199);"><b>GotoIf</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>1?continue</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Goto (macro-user-callerid,s,28)</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-user-callerid:28] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>CALLERID(number)=4547</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-user-callerid:29] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>CALLERID(name)=Cassio eyeBeam</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-user-callerid:30] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>CDR(cnum)=4547</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-user-callerid:31] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>CDR(cnam)=Cassio eyeBeam</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-user-callerid:32] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>CHANNEL(language)=pt_BR</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [968681291@from-internal:2] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>ROUTEUSER=4547</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [968681291@from-internal:3] <span style="color: rgb(52, 187, 199);"><b>GotoIf</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>0?,968681291,2:outbound-allroutes,968681291,2</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Goto (outbound-allroutes,968681291,2)</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [968681291@outbound-allroutes:2] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>MOHCLASS=default</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [968681291@outbound-allroutes:3] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>_NODEST=</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [968681291@outbound-allroutes:4] <span style="color: rgb(52, 187, 199);"><b>Gosub</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>sub-record-check,s,1(out,968681291,)</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@sub-record-check:1] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>REC_POLICY_MODE_SAVE=</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@sub-record-check:2] <span style="color: rgb(52, 187, 199);"><b>GotoIf</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>1?check</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Goto (sub-record-check,s,7)</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@sub-record-check:7] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>__MON_FMT=wav</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@sub-record-check:8] <span style="color: rgb(52, 187, 199);"><b>GotoIf</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>1?next</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Goto (sub-record-check,s,11)</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@sub-record-check:11] <span style="color: rgb(52, 187, 199);"><b>ExecIf</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>0?Return()</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@sub-record-check:12] <span style="color: rgb(52, 187, 199);"><b>ExecIf</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>0?Set(__REC_POLICY_MODE=)</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@sub-record-check:13] <span style="color: rgb(52, 187, 199);"><b>GotoIf</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>0?out,1</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@sub-record-check:14] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>__REC_STATUS=INITIALIZED</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@sub-record-check:15] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>NOW=1389017498</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@sub-record-check:16] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>__DAY=06</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@sub-record-check:17] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>__MONTH=01</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@sub-record-check:18] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>__YEAR=2014</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@sub-record-check:19] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>__TIMESTR=20140106-121138</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@sub-record-check:20] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>__FROMEXTEN=4547</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(213, 59, 211);"><span style="color: rgb(0, 0, 0);"> -- Executing [s@sub-record-check:21] </span><span style="color: rgb(52, 187, 199);"><b>Set</b></span><span style="color: rgb(0, 0, 0);">("</span><b>SIP/4547-00000000</b><span style="color: rgb(0, 0, 0);">", "</span><b>__CALLFILENAME=out-968681291-4547-20140106-121138-1389017498.1</b><span style="color: rgb(0, 0, 0);">") in new stack</span></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@sub-record-check:22] <span style="color: rgb(52, 187, 199);"><b>Goto</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>out,1</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Goto (sub-record-check,out,1)</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [out@sub-record-check:1] <span style="color: rgb(52, 187, 199);"><b>ExecIf</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>1?Set(__REC_POLICY_MODE=always)</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [out@sub-record-check:2] <span style="color: rgb(52, 187, 199);"><b>GosubIf</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>1?record,1(exten,968681291,4547)</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [record@sub-record-check:1] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>AUDIOHOOK_INHERIT(MixMonitor)=yes</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(213, 59, 211);"><span style="color: rgb(0, 0, 0);"> -- Executing [record@sub-record-check:2] </span><span style="color: rgb(52, 187, 199);"><b>MixMonitor</b></span><span style="color: rgb(0, 0, 0);">("</span><b>SIP/4547-00000000</b><span style="color: rgb(0, 0, 0);">", "</span><b>2014/01/06/out-968681291-4547-20140106-121138-1389017498.1.wav,,/usr/local/parselog/update_mix_mixmonitor.pl ^{UNIQUEID} ^{MIXMONITOR_FILENAME}</b><span style="color: rgb(0, 0, 0);">") in new stack</span></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [record@sub-record-check:3] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>__REC_STATUS=RECORDING</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> == Begin MixMonitor Recording SIP/4547-00000000</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(213, 59, 211);"><span style="color: rgb(0, 0, 0);"> -- Executing [record@sub-record-check:4] </span><span style="color: rgb(52, 187, 199);"><b>Set</b></span><span style="color: rgb(0, 0, 0);">("</span><b>SIP/4547-00000000</b><span style="color: rgb(0, 0, 0);">", "</span><b>CDR(recordingfile)=out-968681291-4547-20140106-121138-1389017498.1.wav</b><span style="color: rgb(0, 0, 0);">") in new stack</span></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [record@sub-record-check:5] <span style="color: rgb(52, 187, 199);"><b>Return</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [out@sub-record-check:3] <span style="color: rgb(52, 187, 199);"><b>Return</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [968681291@outbound-allroutes:5] <span style="color: rgb(52, 187, 199);"><b>Macro</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>dialout-trunk,13,11968681291,,off</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-dialout-trunk:1] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>DIAL_TRUNK=13</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-dialout-trunk:2] <span style="color: rgb(52, 187, 199);"><b>GosubIf</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>0?sub-pincheck,s,1()</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-dialout-trunk:3] <span style="color: rgb(52, 187, 199);"><b>GotoIf</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>0?disabletrunk,1</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-dialout-trunk:4] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>DIAL_NUMBER=11968681291</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-dialout-trunk:5] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>DIAL_TRUNK_OPTIONS=Ttr</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-dialout-trunk:6] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>OUTBOUND_GROUP=OUT_13</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-dialout-trunk:7] <span style="color: rgb(52, 187, 199);"><b>GotoIf</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>1?nomax</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Goto (macro-dialout-trunk,s,9)</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-dialout-trunk:9] <span style="color: rgb(52, 187, 199);"><b>GotoIf</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>0?skipoutcid</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-dialout-trunk:10] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>DIAL_TRUNK_OPTIONS=Tt</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-dialout-trunk:11] <span style="color: rgb(52, 187, 199);"><b>Macro</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>outbound-callerid,13</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-outbound-callerid:1] <span style="color: rgb(52, 187, 199);"><b>ExecIf</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>0?Set(CALLERPRES()=)</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-outbound-callerid:2] <span style="color: rgb(52, 187, 199);"><b>ExecIf</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>0?Set(REALCALLERIDNUM=4547)</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-outbound-callerid:3] <span style="color: rgb(52, 187, 199);"><b>GotoIf</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>1?normcid</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Goto (macro-outbound-callerid,s,6)</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-outbound-callerid:6] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>USEROUTCID=</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-outbound-callerid:7] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>EMERGENCYCID=</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-outbound-callerid:8] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>TRUNKOUTCID=</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-outbound-callerid:9] <span style="color: rgb(52, 187, 199);"><b>GotoIf</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>1?trunkcid</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Goto (macro-outbound-callerid,s,14)</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-outbound-callerid:14] <span style="color: rgb(52, 187, 199);"><b>ExecIf</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>0?Set(CALLERID(all)=)</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-outbound-callerid:15] <span style="color: rgb(52, 187, 199);"><b>ExecIf</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>0?Set(CALLERID(all)=)</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-outbound-callerid:16] <span style="color: rgb(52, 187, 199);"><b>ExecIf</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>0?Set(CALLERID(all)=)</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-outbound-callerid:17] <span style="color: rgb(52, 187, 199);"><b>ExecIf</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>0?Set(CALLERPRES()=prohib_passed_screen)</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-outbound-callerid:18] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>CDR(outbound_cnum)=4547</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-outbound-callerid:19] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>CDR(outbound_cnam)=Cassio eyeBeam</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-dialout-trunk:12] <span style="color: rgb(52, 187, 199);"><b>GosubIf</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>0?sub-flp-13,s,1()</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-dialout-trunk:13] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>OUTNUM=11968681291</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-dialout-trunk:14] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>custom=AMP</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-dialout-trunk:15] <span style="color: rgb(52, 187, 199);"><b>ExecIf</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>0?Set(DIAL_TRUNK_OPTIONS=M(setmusic^default)Tt)</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-dialout-trunk:16] <span style="color: rgb(52, 187, 199);"><b>ExecIf</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>0?Set(DIAL_TRUNK_OPTIONS=TtM(confirm))</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-dialout-trunk:17] <span style="color: rgb(52, 187, 199);"><b>Macro</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>dialout-trunk-predial-hook,</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-dialout-trunk-predial-hook:1] <span style="color: rgb(52, 187, 199);"><b>NoOp</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>Test Track Outbound</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-dialout-trunk-predial-hook:2] <span style="color: rgb(52, 187, 199);"><b>NoOp</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>Trunk is AMP:Local/$OUTNUM$@consulta</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-dialout-trunk-predial-hook:3] <span style="color: rgb(52, 187, 199);"><b>NoOp</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>Dialout number is 11968681291</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-dialout-trunk-predial-hook:4] <span style="color: rgb(52, 187, 199);"><b>NoOp</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>Dial options are Tt</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-dialout-trunk-predial-hook:5] <span style="color: rgb(52, 187, 199);"><b>GotoIf</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>1?bypass</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Goto (macro-dialout-trunk-predial-hook,s,8)</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-dialout-trunk-predial-hook:8] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>PREDIAL_HOOK_RET=BYPASS</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [s@macro-dialout-trunk-predial-hook:9] <span style="color: rgb(52, 187, 199);"><b>Goto</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>queuedial,11968681291,1</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Goto (queuedial,11968681291,1)</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> == Channel 'SIP/4547-00000000' jumping out of macro 'dialout-trunk-predial-hook'</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> == Channel 'SIP/4547-00000000' jumping out of macro 'dialout-trunk'</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [11968681291@queuedial:1] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>QDIALER_QUEUE=10</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [11968681291@queuedial:2] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>QDIALER_AGENT=Cassio eyeBeam</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(213, 59, 211);"><span style="color: rgb(0, 0, 0);"> -- Executing [11968681291@queuedial:3] </span><span style="color: rgb(52, 187, 199);"><b>Set</b></span><span style="color: rgb(0, 0, 0);">("</span><b>SIP/4547-00000000</b><span style="color: rgb(0, 0, 0);">", "</span><b>QDIALER_CHANNEL=AMP:Local/$OUTNUM$@consulta/11968681291</b><span style="color: rgb(0, 0, 0);">") in new stack</span></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [11968681291@queuedial:4] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>QueueName=10</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(213, 59, 211);"><span style="color: rgb(0, 0, 0);"> -- Executing [11968681291@queuedial:5] </span><span style="color: rgb(52, 187, 199);"><b>MixMonitor</b></span><span style="color: rgb(0, 0, 0);">("</span><b>SIP/4547-00000000</b><span style="color: rgb(0, 0, 0);">", "</span><b>10-1389017498.1.wav,b,/usr/local/parselog/update_mix_mixmonitor.pl 1389017498.1 10-1389017498.1.wav</b><span style="color: rgb(0, 0, 0);">") in new stack</span></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [11968681291@queuedial:6] <span style="color: rgb(52, 187, 199);"><b>Goto</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>qlog-queuedial,11968681291,1</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> == Begin MixMonitor Recording SIP/4547-00000000</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Goto (qlog-queuedial,11968681291,1)</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(213, 59, 211);"><span style="color: rgb(0, 0, 0);"> -- Executing [11968681291@qlog-queuedial:1] </span><span style="color: rgb(52, 187, 199);"><b>NoOp</b></span><span style="color: rgb(0, 0, 0);">("</span><b>SIP/4547-00000000</b><span style="color: rgb(0, 0, 0);">", "</span><b>Outbound call -> A:Cassio eyeBeam N:11968681291 Q:10 Ch:AMP:Local/$OUTNUM$@consulta/11968681291</b><span style="color: rgb(0, 0, 0);">") in new stack</span></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [11968681291@qlog-queuedial:2] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>ST=1389017498</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">[2014-01-06 12:11:38] <span style="color: rgb(195, 55, 32);"><b>WARNING</b></span>[24413]: <span style="color: rgb(203, 203, 203);"><b>pbx.c</b></span>:<span style="color: rgb(203, 203, 203);"><b>4507</b></span> <span style="color: rgb(203, 203, 203);"><b>pbx_substitute_variables_helper_full</b></span>: Error in extension logic (missing '}')</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">[2014-01-06 12:11:38] <span style="color: rgb(195, 55, 32);"><b>WARNING</b></span>[24413]: <span style="color: rgb(203, 203, 203);"><b>pbx.c</b></span>:<span style="color: rgb(203, 203, 203);"><b>4010</b></span> <span style="color: rgb(203, 203, 203);"><b>func_args</b></span>: Can't find trailing parenthesis for function 'REPLACE(QDIALER_AGENT, ,_'?</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [11968681291@qlog-queuedial:3] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>GM=Cassio_eyeBeam</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [11968681291@qlog-queuedial:4] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>GLOBAL(Cassio_eyeBeam)=U</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> == Setting global variable 'Cassio_eyeBeam' to 'U'</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [11968681291@qlog-queuedial:5] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>GLOBAL(Cassio_eyeBeamans)=0</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> == Setting global variable 'Cassio_eyeBeamans' to '0'</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(213, 59, 211);"><span style="color: rgb(0, 0, 0);"> -- Executing [11968681291@qlog-queuedial:6] </span><span style="color: rgb(52, 187, 199);"><b>Macro</b></span><span style="color: rgb(0, 0, 0);">("</span><b>SIP/4547-00000000</b><span style="color: rgb(0, 0, 0);">", "</span><b>queuelog,1389017498,1389017498.1,10,Cassio eyeBeam,ENTERQUEUE,-,11968681291</b><span style="color: rgb(0, 0, 0);">") in new stack</span></div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(213, 59, 211);"><span style="color: rgb(0, 0, 0);"> -- Executing [s@macro-queuelog:1] </span><span style="color: rgb(52, 187, 199);"><b>QueueLog</b></span><span style="color: rgb(0, 0, 0);">("</span><b>SIP/4547-00000000</b><span style="color: rgb(0, 0, 0);">", "</span><b>10,1389017498.1,Cassio eyeBeam,ENTERQUEUE,-|11968681291|</b><span style="color: rgb(0, 0, 0);">") in new stack</span></div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(213, 59, 211);"><span style="color: rgb(0, 0, 0);"> -- Executing [11968681291@qlog-queuedial:7] </span><span style="color: rgb(52, 187, 199);"><b>Dial</b></span><span style="color: rgb(0, 0, 0);">("</span><b>SIP/4547-00000000</b><span style="color: rgb(0, 0, 0);">", "</span><b>AMP:Local/$OUTNUM$@consulta/11968681291,300,gM(queuedial-answer^1389017498.1^Cassio_eyeBeam^10^Cassio eyeBeam^1389017498)</b><span style="color: rgb(0, 0, 0);">") in new stack</span></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>[2014-01-06 12:11:38] <span style="color: rgb(195, 55, 32);">WARNING</span>[24413]: <span style="color: rgb(203, 203, 203);">channel.c</span>:<span style="color: rgb(203, 203, 203);">5711</span> <span style="color: rgb(203, 203, 203);">ast_request</span>: No channel type registered for 'AMP:Local'</b></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>[2014-01-06 12:11:38] <span style="color: rgb(195, 55, 32);">WARNING</span>[24413]: <span style="color: rgb(203, 203, 203);">app_dial.c</span>:<span style="color: rgb(203, 203, 203);">2345</span> <span style="color: rgb(203, 203, 203);">dial_exec_full</span>: Unable to create channel of type 'AMP:Local' (cause 66 - Channel not implemented)</b></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> == Everyone is busy/congested at this time (1:0/0/1)</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [11968681291@qlog-queuedial:8] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>CAUSECOMPLETE=</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Auto fallthrough, channel 'SIP/4547-00000000' status is 'CHANUNAVAIL'</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">[2014-01-06 12:11:38] <span style="color: rgb(195, 55, 32);"><b>WARNING</b></span>[24413]: <span style="color: rgb(203, 203, 203);"><b>channel.c</b></span>:<span style="color: rgb(203, 203, 203);"><b>4753</b></span> <span style="color: rgb(203, 203, 203);"><b>ast_prod</b></span>: Prodding channel 'SIP/4547-00000000' failed</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(213, 59, 211);"><span style="color: rgb(0, 0, 0);"> -- Executing [h@qlog-queuedial:1] </span><span style="color: rgb(52, 187, 199);"><b>NoOp</b></span><span style="color: rgb(0, 0, 0);">("</span><b>SIP/4547-00000000</b><span style="color: rgb(0, 0, 0);">", "</span><b> "Call exiting: status U answered at: 0 DS: CHANUNAVAIL" </b><span style="color: rgb(0, 0, 0);">") in new stack</span></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [h@qlog-queuedial:2] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>DB(LASTDIAL/Cassio eyeBeam)=1389017498</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">[2014-01-06 12:11:38] <span style="color: rgb(195, 55, 32);"><b>WARNING</b></span>[24413]: <span style="color: rgb(203, 203, 203);"><b>pbx.c</b></span>:<span style="color: rgb(203, 203, 203);"><b>10552</b></span> <span style="color: rgb(203, 203, 203);"><b>pbx_builtin_setvar</b></span>: Please avoid unnecessary spaces on variables as it may lead to unexpected results ('DB(LASTDIAL/Cassio eyeBeam)' set to '1389017498').</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [h@qlog-queuedial:3] <span style="color: rgb(52, 187, 199);"><b>Goto</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>case-U</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Goto (qlog-queuedial,h,5)</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [h@qlog-queuedial:5] <span style="color: rgb(52, 187, 199);"><b>Set</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "<span style="color: rgb(213, 59, 211);"><b>WT=0</b></span>") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(213, 59, 211);"><span style="color: rgb(0, 0, 0);"> -- Executing [h@qlog-queuedial:6] </span><span style="color: rgb(52, 187, 199);"><b>Macro</b></span><span style="color: rgb(0, 0, 0);">("</span><b>SIP/4547-00000000</b><span style="color: rgb(0, 0, 0);">", "</span><b>queuelog,1389017498,1389017498.1,10,Cassio eyeBeam,ABANDON,1,1,0</b><span style="color: rgb(0, 0, 0);">") in new stack</span></div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(213, 59, 211);"><span style="color: rgb(0, 0, 0);"> -- Executing [s@macro-queuelog:1] </span><span style="color: rgb(52, 187, 199);"><b>QueueLog</b></span><span style="color: rgb(0, 0, 0);">("</span><b>SIP/4547-00000000</b><span style="color: rgb(0, 0, 0);">", "</span><b>10,1389017498.1,Cassio eyeBeam,ABANDON,1|1|0</b><span style="color: rgb(0, 0, 0);">") in new stack</span></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> -- Executing [h@qlog-queuedial:7] <span style="color: rgb(52, 187, 199);"><b>Hangup</b></span>("<span style="color: rgb(213, 59, 211);"><b>SIP/4547-00000000</b></span>", "") in new stack</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> == Spawn extension (qlog-queuedial, h, 7) exited non-zero on 'SIP/4547-00000000'</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"> == Executing [/usr/local/parselog/update_mix_mixmonitor.pl 1389017498.1 10-1389017498.1.wav]</div></div></body></html>