Displaying 1 result from an estimated 1 matches for "remote_proxy".
Did you mean:
remote_proto
2007 May 22
0
Mix Dial, Chanspy and MixMonitor or Monitor
...py and MixMonitor I get no audio, which is why I do it on the outside Asterisk box.
Here's a basic framework:
;;Main Asterisk Box
[inbound]
exten => dialout,1,Set(SPYGROUP=10001)
exten => dialout,2,set(ALLREAD=5557771111)
exten => dialout,3,dial(SIP/${ALLREAD}@remote_proxy)
exten => dialout,4,hangup
[listen-in]
; inbound portion of autodial or
; outside caller
exten => monitor,1,answer
exten => monitor,2,chanspy(all|qg(10001))
exten => monitor,3,hangup
;;Outside Asterisk Box
[auto-dial-remote]
; c...