search for: dialdesk

Displaying 6 results from an estimated 6 matches for "dialdesk".

2017 Apr 20
2
Voicemail asking for login
...9907084,30) same => n,Goto(VoiceMail) same => n(DialAlt),Verbose(0, ${CALLERID(all)} Calling ${EXTEN} and SoftPhone) same => n,Dial(SIP/stocktrans2&SIP/9999907084,30) same => n,Goto(VoiceMail) same => n(DialCell),GotoIf($["x" = "x"]?DialDesk) same => n,GotoIf($["${CALLERID(ani)}" = ""]?DialDesk) same => n,Verbose(0,${CALLERID(all)} Calling "${EXTEN}" and cell "") same => n,Dial(SIP/stocktrans2&SIP/thinktel/,30) same => n,Goto(VoiceMail) same => n(DialD...
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
...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)}" = "7165550000"]?DialDesk) same => n,Verbose(0,${CALLERID(all)} Calling "${EXTEN}" and cell "7165550000") same => n,Dial(SIP/user1&SIP/thinktel/7165550000,30) same => n,Goto(VoiceMail) same...
2015 Aug 25
4
Ringback issue
My last problem was nicely solved through this mailing list so hopefully this new problem will have the same happy outcome. My situation is that I have many extensions. Here is a sample: [client-phone](!) type=friend host=dynamic secret=XXXXXXXXXX dtmfmode=auto disallow=all allow=ulaw allow=gsm allow=g723 allow=ilbc subscribemwi=no [4165555555](client-phone) secret=xxxxxxxxxxxxxxxxxxxxxxxxxx
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.
2017 Apr 17
3
Voicemail asking for login
We have a template for extensions and voicmail. They look like this: exten => %ACCOUNT%,1,Verbose(0,Entering extension %ACCOUNT%) same => n(DialDesk),Verbose(0,${CALLERID(all)} Calling ${EXTEN}) same => n,Dial(SIP/%ACCOUNT%,30) same => n(VoiceMail),Set(CDR(userfield)=VoiceMail) same => n,Verbose(0,${CALLERID(all)} going into voice mail for %ACCOUNT%) same => n,Set(_ACCOUNT=%ACCOUNT%) same => n,VoiceMail...