Is it posible to this.....
I was trying to call the Monitor including it on the dial plan example:
exten => _1NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _1NXXNXXXXXX,2,Dial(sip/${EXTEN}@voipms1,,To)
exten => _1NXXNXXXXXX,3,Monitor(wav,${CALLERIDNAME})
exten => _1NXXNXXXXXX,4,Wait,144000
exten => _1NXXNXXXXXX,5,Hangup
but doesn't work do anyone has an idea..... I got this on the cli
-- Executing AGI("SIP/cc100-b7935a90", "agi://127.0.0.1:4577/call_log") in new stack
-- AGI Script agi://127.0.0.1:4577/call_log completed, returning 0
-- Executing Dial("SIP/cc100-b7935a90", "sip/13054078119@voipms1||To") in new stack
-- Called 13054078119@voipms1
-- SIP/voipms1-08b6ee40 is ringing
-- SIP/voipms1-08b6ee40 is making progress passing it to SIP/cc100-b7935a90