search for: navailable

Displaying 5 results from an estimated 5 matches for "navailable".

Did you mean: available
2004 Apr 26
0
Help with connecting 2 servers via iax
...uot; via the SIP channel driver. Let the number ; ring for 20 seconds, and if no answer, proceed to priority 2. ; If the number gives a "busy" result, then jump to priority 102 ; exten => 2000,1,Dial(SIP/2000,20) ; ; Priority 2 send the caller to voicemail, and gives the "u"navailable ; message for user 2000, as recorded previously. The only way out ; of voicemail in this instance is to hang up, so we have reached ; the end of our priority list. ; exten => 2000,2,Voicemail(u2000) ; ; If the Dialed number in priority 1 above results in ; a "busy" code, then Dial wi...
2003 Jul 28
2
"immediate=yes or Compleate recieved" with intcoming calls with new CVS
...he config: [macro-stdexten]; ; ; Standard extension macro: ; ${ARG1} - Extension (we could have used ${MACRO_EXTEN} here as well ; ${ARG2} - Device(s) to ring ; exten => s,1,Dial(${ARG2},20,t) ; Ring the interface, 20 seconds maximum exten => s,2,Voicemail2(u${ARG1}) ; If unavailable, send to voicemail w/ u navail announce exten => s,3,Goto(default,s,1) ; If they press #, return to start exten => s,102,Voicemail2(b${ARG1}) ; If busy, send to voicemail w/ busy ann ounce exten => s,103,Goto(default,s,1) ; If they press #, return to start exten =>...
2004 Aug 13
1
OH.323 Dialout Problem
...l the user 2000 via the SIP channel ; driver. Let the number ring for 20 seconds, and if ; no answer, proceed to priority 2. If the number ; gives a busy result, then jump to priority 102 exten => 2000,1,Dial(SIP/2000,20) ; Priority 2, send the caller to voicemail ; and gives the "u"navailable of voicemail ; in this instance is to hang up, so ; we have reached the end of our ; priority list exten => 2000,2,Voicemail(u2000) ; ; If the Dialed number in priority 1 above results in ; a "busy" code, then Dial will jump to 101 + (current priority) ; which in our case will be 101...
2004 Jul 19
0
(Asterisk-Users] Affordable SIP Phone - Stiil a Myth?
...ia the SIP channel driver. Let the number ; ring for 20 seconds, and if no answer, proceed to priority 2. ; If the number gives a "busy" result, then jump to priority 102 ; exten => 2000,1,Dial(SIP/2000,20) ; ; Priority 2 send the caller to voicemail, and gives the "u"navailable ; message for user 2000, as recorded previously. The only way out ; of voicemail in this instance is to hang up, so we have reached ; the end of our priority list. ; exten => 2000,2,Voicemail(u2000) ; ; If the Dialed number in priority 1 above results in ; a "busy" code, then...
2019 Oct 15
4
Splitting the large libguestfs repo
I got a little way into this. The two attached patches are preliminary work. My proposed split is: libguestfs.git common -> git submodule libguestfs-common.git generator/ lib/ all language bindings C based tools (eg. virt-df, virt-edit, guestfish) guestfs-tools.git common -> git submodule libguestfs-common.git