Having issues auto 3 way calling

Hey Everyone!
I am working on making when a specific extension (200) calls another (100), a 3rd (1000) is auto dialed and added to the bridge between 100 and 200. Once either 100 or 200 hang up I am needing to drop the entire 3 way call. I have tested ChanSpy app but not working either. This 3rd extension is just a paging system to broadcast the call to a room. This is what I have so far.

[custom-auto-bridge]
exten => 100,1,GotoIf($[${CALLERID(num)} != 200]?nobridge)
same => n,Dial(SIP/1000,10)
same => n,GotoIf($[${DIALSTATUS} != ANSWER]?nobridge)
same => n,Bridge(${CHANNELID})
same => n(nobridge),Noop()

Thoughts anyone? I really appreciate the help. I am sure this is simple and it is late and I am not seeing it. hahaha

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.