search for: dialwifi

Displaying 2 results from an estimated 2 matches for "dialwifi".

Did you mean: dadwifi
2016 Aug 30
2
Multiple phones when one is unregistered
...;5555551212> mailbox=user1 at VoiceMail context=pbxout-19212 And here is the extension that calls it. Sorry about the wrapping. user1,1,Verbose(0,Entering extension user1) same => n,GotoIf($["${DEVICE_STATE(SIP/9999906549)}" = "UNAVAILABLE"]?DialCell) same => n(DialWifi),Verbose(0, ${CALLERID(all)} Calling ${EXTEN} and SoftPhone) same => n,Dial(SIP/user1&SIP/9999906549,30) same => n,Goto(VoiceMail) same => n(DialCell),GotoIf($["x7165550000" = "x"]?DialDesk) same => n,GotoIf($["${CALLERID(ani)}" = "7165550...
2016 Aug 30
12
Multiple phones when one is unregistered
I have an extension that looks like this: exten => 5555551111,1,Verbose(Door buzzer calling) same => n,Dial(SIP/user1&SIP/user2&SIP/user3) The idea is that any of the three users can answer the phone to let someone in. The problem is that if, say, user2 unplugs his phone then the call immediately goes to his voice mail and the other two do not have the ability to open the door.