search for: 404,20

Displaying 5 results from an estimated 5 matches for "404,20".

Did you mean: 104,20
2005 Oct 11
2
Re: [Chan-sccp-users] Need help with hint and callgroup
...------------------------------------ extensions.conf example: [wct-internal] exten => 101,hint,SCCP/101 exten => 102,hint,SCCP/102 exten => 103,hint,SCCP/103 exten => 104,hint,SCCP/104 exten => 401,hint,SCCP/101 exten => 402,hint,SCCP/102 exten => 403,hint,SCCP/103 exten => 404,hint,SCCP/104 exten => 400,1,Dial(SCCP/401&SCCP/402&SCCP/403&SCCP/404,20) exten => 400,2,Voicemail(u400@-internal) exten => 400,3,Hangup When someone dials extension 400, it rings SCCP/401-404, which shows up as the "Tech Support" line on the phone. When a user answ...
2005 Oct 10
1
Need help with hint and call group
...fine. If employee A is on the phone, all other employees see his line as being in use. My problem is when we add an auto attendant to the mix. We want to add a new line to the phone called "Tech Support" and have that line ring if someone dials extension 400. We have lines SCCP/401-404 (configured in the sccp.conf file on the autologin= line as well) set up to display as the "Tech Support" line on each phone. We have the following in extensions.conf: exten => 400,1,Dial(SCCP/401&SCCP/402&SCCP/403&SCCP/404,20) exten => 400,2,Voicemail(u400@-intern...
2001 Mar 28
0
sftp client globbing problems on Solaris, Irix, etc
...ow this line ************** */ Index: configure.in =================================================================== RCS file: /var/cvs/openssh/configure.in,v retrieving revision 1.268 diff -u -r1.268 configure.in --- configure.in 2001/03/28 03:03:42 1.268 +++ configure.in 2001/03/28 03:28:37 @@ -404,6 +404,20 @@ ] ) +AC_MSG_CHECKING([whether struct dirent allocates space for d_name]) +AC_TRY_RUN( + [ +#include <sys/types.h> +#include <dirent.h> +int main(void){struct dirent d;return(sizeof(d.d_name)<=sizeof(char));} + ], + [AC_MSG_RESULT(yes)], + [ + AC_MSG_RESULT(no...
2007 Sep 25
50
[patch 00/43] lguest: Patches for 2.6.24 (and patchbomb test)
Hi all, These are the patches I'm planning to submit for 2.6.24. Comments gratefully accepted. Along with the usual cleanups and improvements are Jes' de-i386-ification patches, and a new "virtio" mechanism designed to be shared with KVM (and hopefully other hypervisors). Cheers, Rusty. Documentation/lguest/Makefile | 30 Documentation/lguest/lguest.c
2007 Sep 25
50
[patch 00/43] lguest: Patches for 2.6.24 (and patchbomb test)
Hi all, These are the patches I'm planning to submit for 2.6.24. Comments gratefully accepted. Along with the usual cleanups and improvements are Jes' de-i386-ification patches, and a new "virtio" mechanism designed to be shared with KVM (and hopefully other hypervisors). Cheers, Rusty. Documentation/lguest/Makefile | 30 Documentation/lguest/lguest.c