Displaying 4 results from an estimated 4 matches for "dialcell".
2017 Apr 20
2
Voicemail asking for login
...anitation I did
was for the password.
stocktrans2 => 9999,Angelica Douglas,stocktrans2 at Vex.Net
darcy => 9999,Vybe Networks - D'Arcy,darcy at Vex.Net
Here is the full dialplan for stocktrans2.
exten => stocktrans2,1,Verbose(0,Entering extension stocktrans2)
same => n,Goto(DialCell)
same => n,GotoIf($["x" = "x"]?DialAlt)
same => n(DialAll),Verbose(0,${CALLERID(all)} Calling ${EXTEN} and ALL)
same => n,Dial(SIP/stocktrans2&SIP/thinktel/&SIP/9999907084,30)
same => n,Goto(VoiceMail)
same => n(DialAlt),Verbose(...
2017 Apr 19
2
Voicemail asking for login
On 2017-04-19 11:57 AM, J Montoya or A J Stiles wrote:
> I fished this out of an old extensions.conf from a defunct project. It might
> be relevant to your use case:
>
> exten => 1571,1,NoOp(Call to 1571: voicemail retrieval)
> exten => 1571,n,AGI(lookup_caller_id.agi,${CALLERID(num)})
> exten => 1571,n,NoOp(CLID is ${clid})
> exten =>
2016 Aug 30
2
Multiple phones when one is unregistered
...et
callerid=John Doe <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...
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.