Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
wadza wrote:Manual only provides instruction telling me to do what i'm already doing.
I will try setting up an external phone with my cell phone.
The manual also has information on dialing 8162 from any vici connected SIP phone which gives me the ability to monitor conferences. Not sure if one of my dialplans which starts with an 8 will interfere with this. may need to change the dialplan?
For this to work you need to add these lines to your extensions.conf:
(which can be added to the "System Settings -> Custom Dialplan" instead)
; quiet entry, listen-only, exit-on-dtmf conferences for VICIDIAL (listen)
exten => _568600XXX,1,Set(MEETME_EXIT_CONTEXT=up_monitor_exit)
exten => _568600XXX,n,Meetme(${EXTEN:2},mqX)
exten => _568600XXX,n,Hangup()
; barge, exit-on-dtmf conferences for VICIDIAL (barge)
exten => _578600XXX,1,Set(MEETME_EXIT_CONTEXT=up_monitor_exit)
exten => _578600XXX,n,Meetme(${EXTEN:2},X)
exten => _578600XXX,n,Hangup()
[up_monitor]
exten => h,1,AGI(agi://127.0.0.1:4577/call_log--HVcauses ... EBUG-----${HANGUPCAUSE}-----${DIALSTATUS}-----${DIALEDTIME}-----${ANSWEREDTIME})
exten => s,1,Set(MEETME_EXIT_CONTEXT=up_monitor_exit)
exten => s,n,AGI(agi-phone_monitor.agi,USER---N---LISTEN)
exten => s,n,Hangup()
exten => i,1,Goto(up_monitor_exit,s,1)
exten => i,n,Hangup()
exten => #,1,Goto(up_monitor_exit,s,1)
exten => #,n,Hangup()
exten => t,1,Goto(up_monitor_exit,s,1)
exten => t,n,Hangup()
[up_monitor_exit]
exten => h,1,AGI(agi://127.0.0.1:4577/call_log--HVcauses ... EBUG-----${HANGUPCAUSE}-----${DIALSTATUS}-----${DIALEDTIME}-----${ANSWEREDTIME})
exten => _X,1,Goto(up_monitor,s,1)
exten => _X,n,Hangup()
exten => i,1,Goto(up_monitor,s,1)
exten => i,n,Hangup()
exten => #,1,Goto(up_monitor,s,1)
exten => #,n,Hangup()
exten => t,1,Goto(up_monitor,s,1)
exten => t,n,Hangup()
X*CLI> iax2 show peers
Name/Username Host Mask Port Status
ASTblind 127.0.0.1 (D) 255.255.255.255 41569 OK (3 ms)
ASTloop (null) (D) 255.255.255.255 0 UNKNOWN
2 iax2 peers [1 online, 1 offline, 0 unmonitored]
X*CLI> iax2 show registry
Host dnsmgr Username Perceived Refresh State
127.0.0.1:41569 N ASTblind 127.0.0.1:41569 60 Registered
127.0.0.1:40569 N ASTloop <Unregistered> 60 Request Sent
2 IAX2 registrations.
Users browsing this forum: No registered users and 125 guests