search for: fullaccess

Displaying 13 results from an estimated 13 matches for "fullaccess".

Did you mean: full_access
2008 Sep 18
1
using NOPASSWD in sudoers
Hello Everyone, I am trying to change our /etc/sudoers (using visudo) to allow 2 commands to be run as root without a password, but it isn't working. Here is the part of the sudoers file that is in question. # User alias specification User_Alias FULLACCESS = doug, scott # members of the FULLACCESS User_Alias may run chown and chmod without a password FULLACCESS ALL = (root) NOPASSWD: /bin/chown, /bin/chmod # members of the FULLACCESS User_Alias may run anything but need a password FULLACCESS ALL=(root) ALL The part for requiring a password wo...
2004 Dec 27
2
Cant get Asterisk server talk with IAX
...register => 1000:password@a.b.c.d [a.b.c.d is the IP address of the router. ie. the server is behind the nat] [2000] type=user username=2000 auth=plaintext permit=a.b.c.d/255.255.255.0 host=dynamic context=fullaccess My extension.conf is as follows for the server that is directly connected to internet.: [fullaccess] exten => _5XXX,1,Dial(IAX2/1000@a.b.c.d/${EXTEN}) exten => _5XXX,2,Hangup exten => _5XXX,102,Hangup -------------- Now the iax.conf file for the one behind NAT is as follows: [general]...
2004 Oct 14
5
Photoshop "Disk Full" error, a linux filesystem NOT Samba issue
Hi all. Thought you would all be interested to know that i, like many others, am experiencing issues with Samba and Photoshop 7.0. The problem is specific to Photoshop 7.0 when saving files to a Samba share via a W2k/XP OS. Users experience a disk full error when saving from Photoshop but have no issues copying/moving etc files to/from the share outside of PS. Well, after some testing, the
2003 Jun 26
4
Asterisk, IAX and NAT issue
...2,Hangup where x.y.z.u is the IP address of the PBX directly connected to the internet. apbx is the IAX user defined on that PBX in iax.conf file like that: [apbx] type=user username=apbx auth=plaintext permit=n.n.n.n/255.255.255.0 ; n.n.n.n external NAT router address host=dynamic context=fullaccess ;allow=all In this way, I can call any 3XX extension using an IAX connection between the two PBX's. It works perfect. Now, on the other PBX I have the following in extensions.conf exten => _1XX,1,Dial(IAX/pspbx@n.n.n.n/${EXTEN}) exten => _1XX,2,Hangup exten => _1XX,102,Hangup where...
2002 Nov 22
1
acl control in access for acl_external
hello i finally have success with winbind!!!! :) thanks everybody so, i use this acl's in squid external_acl_typqe NT_global/-group %LOGIN /usr/local/squid/libexec/wb_group acl FullAccess external NT_global_group "domain group" httpd allow FullAccess httpd deny all with this configuration all is DENID by squid. what???????? it's possible to write acl's specifics for determinated autenticate user's??? regards wilson
2005 Mar 12
2
Unable to create channel of type 'IAX2'
...h host: 3479450800 Mar 12 16:15:36 NOTICE[3149]: app_dial.c:911 dial_exec_full: Unable to create channel of type 'IAX2' (cause 3) == Everyone is busy/congested at this time (1:0/1/0) Mar 12 16:15:47 WARNING[3149]: pbx.c:2028 ast_pbx_run: Timeout, but no rule 't' in context 'fullaccess' -- Hungup 'IAX2/emi@emi/2' My zapata.conf is: [channels] language=it context=fullaccess signalling=fxs_ks usecallerid=yes hidecallerid=no callwaiting=yes callwaitingcallerid=yes threewaycalling=yes transfer=yes cancallforward=yes callreturn=yes echocancel=yes echocancelwhenbridge...
2006 Nov 25
1
dialing with different speed
...nf: bandwidth=low disallow=all ; same as bandwidth=high disallow=ulaw disallow=alaw allow=gsm allow=iLBC allow=Speex jitterbuffer=yes dropcount=2 maxjitterbuffer=500 maxexccessbuffer=400 tos=throughput mailboxdetail=yes [first] type=friend username=first secret=first auth=md5 host=dynamic context=fullaccess mailbox=101 callerid="first"<101> [second] type=friend username=second secret=second auth=md5 host=dynamic context=fullaccess mailbox=102 callerid="second"<102> [megavista] type=peer username=account secret=password disallow=all allow=gsm allow=ilbc host=217.221.18...
2005 Sep 01
1
?The network name cannot be found?
...OGON writable = no browseable = no [profiles] path = /data/PROFILES browseable = no writable = yes create mask = 0660 directory mask = 0770 [homes] read only = no browseable = no guest ok = no map archive = yes [fullaccess] comment = Full Access writable = yes path = /data/SHARE/fullaccess create mode = 0666 force create mode = 0666 directory mode = 0777 force directory mode = 0777 [one] comment = one writable = yes valid users = @one...
2003 Jul 31
4
'System' application exit with error even if it performs the job as expected
.../31072003-19:08:11-103-in.wav /var/spool/asterisk/monitor/31072003-19:08:11-103-out.wav > /var/spool/asterisk/monitor/31072003-19:08:11-103.wav' == Spawn extension (macro-record-cleanup, s, 3) exited non-zero on 'SIP/103-b7c0' in macro 'record-cleanup' == Spawn extension (fullaccess, h, 1) exited non-zero on 'SIP/103-b7c0' Thanks, Dan
2005 Mar 22
3
IP PHONE with chip PA1688 and IAX2 Authentication
...nat trasversal: disabled phone number: 103 account: ipphone pin: test register port: 4569 signal port:1701 control port:1721 rtp port:1721 local type: auto the phone firmware is V.1.38.009 My Asterisk extension is: [ipphone] type=friend username=ipphone secret=test auth=md5 host=dynamic context=fullaccess mailbox=103 callerid="ipphone"<103> Thanks for any help Regards,
2019 Nov 06
2
possible bug in Asterisk 16
...,1,Verbose(0,EXTERNAL CALL) same => n,Macro(record) same => n,DIAL(SIP/0442222222/${EXTEN}) same => n,Hangup() Now here the problem. The combination of /_888[24] and Set(CALLERID(num)=0441111111) causes problems: sent to invalid extension but no invalid handler: context,exten,priority=fullaccess,0793333333,4 When I comment the line Set(CALLERID, everything works. Or when i change the first line to: exten => _0XXXXXXXX.,1,Verbose(0,EXTERNAL CALL) Everything works as well. Only the combination of both /_888[24] and Set(CALLERID(num)=0441111111) causes problems: can anybody understan...
2006 Nov 02
0
Samba-ldap permission and access using Microsoft Management Console - persmission to change folder and file access with MS full accees option
...$] Group members should be able to control windows permission's on file and folders in the [sharename$] basically be able to give a specific user from the allowed group full access to a given folder - eg. user1 from group1 [consist of user1 and user2) should be able to give user1 fullaccess to folder1 and remove all other users and groups from that folder, so only user1 (in [sharename$] ) will be able to access the folder.. I keep getting this error every-time I try and do what is described in POINT 4 if we look at the share definitions in smb.conf [sharename$] pat...
2005 Mar 07
2
SIP and ISDN
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/bmp Size: 2918 bytes Desc: Picture (Metafile) Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20050307/cb404791/attachment.bmp