search for: 777

Displaying 20 results from an estimated 1964 matches for "777".

Did you mean: 77
2004 Aug 14
1
linux client not working properly
...upper case for all DOS files ; default case = lower # Be very careful with case sensitivity - it can break things! ; case sensitive = no #============================ Share Definitions ============================== [homes] comment = Home Directories browseable = no writable = yes create mask = 0777 directory mask = 0777 # Un-comment the following and create the netlogon directory for Domain Logons ; [netlogon] ; comment = Network Logon Service ; path = /home/netlogon ; guest ok = yes ; writable = no ; share modes = no # Un-comment the following to provide a specific roving profil...
2005 Jun 30
1
Samba on FC3
...domain = Yes use sendfile = Yes printing = cups [home] writable = true path = /home comment = Home Directories browsable = yes [public] # delete readonly = yes writeable = yes path = /home/public # force directory mode = 777 # force group = nobody # force user = nobody # public = yes # create mode = 777 # directory mode = 777 [pictures] # delete readonly = yes writeable = yes path = /home/pictures # force directory mode = 777 # force group = nobody #...
2005 Jun 02
1
Newbie :Call Forwarding problem
...s,102,Goto(s|3) exten => s,3,Dial(${ARG2},120) exten => s,103,Goto(s|50) exten => s,4,Voicemail(u${ARG1}) exten => s,5,Hangup exten => s,104,Voicemail(b${ARG1}) ; busy exten => s,105,Hangup the output on the CLI during this process was: *CLI> -- Executing DBdel("SIP/777-a77c", "CF/777") in new stack -- DBdel: family=CF, key=777 Urgent handler -- Executing Hangup("SIP/777-a77c", "") in new stack Urgent handler -- Executing DBput("SIP/777-ad46", "CF/777=888") in new stack -- DBput: family=CF, key...
2007 May 16
1
WaitExten not responding on key presses
Hi, I have the problem that WaitExten is not responding to key presses. Here are the sections from my extensions.conf: [globals] incoming_call=0 menu=0 announce=0 [internal] exten => 777,1,Goto(hotline,${EXTEN},1) [hotline] exten => _X.,1,Set(CALLERID(name)=Hotline) exten => _X.,n,Set(original_extension=${EXTEN}) exten => _X.,n,GotoIf($[${announce}=1]?4:10) exten => _X.,n,Answer exten => _X.,n,NoOp(Ansage: Das Problem XYZ ist bereits bekannt und wird bearbeitet) ex...
2005 Jul 24
2
Why can't sip/200 call sip/202
...=friend secret=1234 port=5060 nat=never dtmfmode=rfc2833 context=default callerid="Sam Comber" <202> host=dynamic disallow=all allow=ulaw allow=alaw allow=g723.1 allow=g729 But whenever I try to dial between phones I get this: Sip read: 0 headers, 0 lines Sip read: INVITE sip:777@192.168.0.13;user=phone SIP/2.0 Via: SIP/2.0/UDP 192.168.0.3;branch=z9hG4bKa6cf8b6a7c7198a1 From: "Angus Comber" <sip:200@192.168.0.13;user=phone>;tag=a1afaf4fdb0ac845 To: <sip:777@192.168.0.13;user=phone> Contact: <sip:200@192.168.0.3;user=phone> Supported: replaces, ti...
2007 Sep 19
0
Howto pickup call from queue?
Hi all, how can I pickup a call from a queue? Which context parameter do I have to specify? The context that calls the queues application is ext-queues. This is what I tried so long (777 is the extension of the queue I want to pickup from): exten => _**ZXX,1,Noop(Attempt to Pickup ${EXTEN:2} by ${CALLERID(num)}) exten => _**ZXX,n,Pickup(${EXTEN:2}@from-did-direct) exten => _**ZXX,n,Pickup(${EXTEN:2}@from-internal) exten => _**ZXX,n,Pickup(${EXTEN:2}) exten => _**ZXX...
2011 Apr 12
0
Authentication failure
Hi I'm having trouble routing a call between two A*k servers I admin. SERVER- A: has a simple extensions set, and just needs to Dial to server B, but authenticate as part of the dial: exten => 777,1,Dial(SIP/abc-777:mypassword at someip.no-ip.info:5071/777,40,trw) exten => 777,2,Hangup So that should pass the call to the server listening on port 5071 of someip.no-ip.info, using the username of abc-777 and password of "mypassword", and pass it into extension 777 on that serv...
2005 Jan 04
4
Re : Frequency count
...two variables (f1 and f2) for each id. I know it is should be straight forward, but I just don't know how to do it in R. Here is the SAS code I will use to get the output I want : proc means nway; class id f1 f2; var flag output out=temp; Dataset: id f1 f2 flag 798 1 2 1 777 0 2 1 798 2 2 1 777 0 2 1 777 1 1 1 Output: Id=798 1-2 1 2-2 1 Id=777 0-2 2 1-1 1 ___________________________________________________________________________ This message, including attachments, is confidential. If you...{{dropped}}
2003 Nov 26
0
Problems joining W2K Client to Samba 2.2.8 on RH9
...n guest ok = yes writable = no share modes = no [printers] comment = All Printers path = /var/spool/samba browseable = yes printable = yes public=yes create mode = 0700 [Kunden] comment = Kundenbereich path = /usr/FileServer/Kunden/ writeable = yes force create mode = 666 force directory mode = 777 force group = serverslave create mask = 666 directory mask = 777 [EMedia] comment = EMedia Office internal path = /usr/FileServer/EMedia/ writeable = yes force create mode = 666 force directory mode = 777 force group = serverslave create mask = 666 directory mask = 777 [Exchange] comment = Datena...
2007 Mar 06
3
/etc/fstab and windows share problem
...samba and /etc/fstab. I have a second computer running Windows XP SP2 with Western Digital MyBook USB2 external hard disk attached. The Disk is shared over windows network with a label "My Book (J)". I can manually mount this samba resource by typing "sudo mount -t smbfs -o fmask=777,dmask=777,guest '//win/My Book (J)' /media/MyBook", but I can't figure out how to mount it by using fstab... The problem is with the disk label, as it contains three strings: "My", "Book" and "(J)". I tried: //win/My Book (J) /media/MyBook smbfs gue...
2005 Jun 01
2
IVR Load
Hi, Thinking about an IVR application and trying to get a handle on the best way to structure it so that the maximum number of concurrent calls can be achieved.. If the voice prompts were stored in a GSM format and were being played out through an IAX trunk that uses GSM compression would asterisk do a decompress/compress on the audio or would it simply pass through the GSM encoding?
2003 May 28
2
vfs modules audit + recycle
hi, i use samba 2.2.8a on a share i wanted to use the audit.so and recycle.so modules. in my smb.conf i added the following share [dir] comment = dir valid users = @edv writeable = yes create mode = 777 path = /data/ directory mode = 777 vfs object = /usr/lib/samba/vfs/audit.so vfs object = /usr/lib/samba/vfs/recycle.so vfs options = /etc/samba/recycle.conf with this config the recycle bin is running but there are no audit information logged in the messages file. when i comment out the recycle li...
2009 Jan 07
12
glusterfs alternative ? :P
I know that this is not the appropriate place :). You know someone can alternative to gluserfs ?:) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20090107/63b68a0d/attachment.html>
2011 Dec 14
7
All read and write
...but unable to have ownership of the folder or write on the folder because once the folder is created, it is lock. Here is my configuration: security = SHARE [Share] path = /home/project public = yes writeable = yes read only = no browseable = yes locking = no strict locking = no create mask = 777 directory mask = 777 force directory mode = 777 I have tried force security mode, inherit permissions, inherit owner as well. Is there any way so when I am connected, permissions, ownership, user, group objects are disabled, and I have full read and write for any users that mount to the share?...
2007 Mar 22
1
Problem in using Two BRi Cards in Asterisk
...PI Version: 2.0 Manufacturer Version: 1.0 Serial Number: 0002 BChannels: 2 Global Options: 0x00000018 DTMF supported Supplementary Services supported B1 protocols support: 0x00000003 64 kbit/s with HDLC framing 64 kbit/s bit-transparent operation B2 protocols support: 0x00000043 ISO 7776 (X.75 SLP) Transparent Transparent (ignoring framing errors of B1 protocol) B3 protocols support: 0x00000001 Transparent 0100 0200 18000000 03000000 43000000 01000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 Suppl...
2015 Feb 26
0
having trouble to register cisco 7975 with pjsip
...ware 8-5-4 3way conference works just fine 3cx phone system so must be same with asterisk, but with asterisk when I do ANY call from cisco phone with fw 8-5-4 cisco hangup call after channels connect, debug <--- Received SIP request (1003 bytes) from UDP:192.168.1.61:49163 ---> INVITE sip:*777 at 192.168.1.4;user=phone SIP/2.0 Via: SIP/2.0/UDP 192.168.1.61:5060;branch=z9hG4bKa67a2ab7 From: "111" <sip:111 at 192.168.1.4>;tag=0c8525a689610012e85fd91b-ee689f06 To: <sip:*777 at 192.168.1.4;user=phone> Call-ID: 0c8525a6-89610012-53a7b585-a4dc85a0 at 192.168.1.61 Max-Forw...
2003 Apr 18
1
Samba permission settings ... Server 777 ... wks 755!?
I have one Samba share on my server (RH9). The permission on the shared folders/files are set to 777. The owner of the files/folders is let's say X. When I mount the share on my workstation (Mandrake 9.1) using the username, uid and gid option (of user X) the owner of the files that I see at the mount point is still X, but the permissions are now 755. Why aren't the permission's 77...
2015 Feb 24
2
having trouble to register cisco 7975 with pjsip
Oh god it works ! to switch cisco to upd I used config: <transportLayerProtocol>2</transportLayerProtocol> with udp it works well, thanks for your help :) > On 24 Feb 2015, at 17:02, Joshua Colp <jcolp at digium.com> wrote: > > If you use UDP with force_rport=no it'll work. > If you use TCP then set rewrite_contact=yes so it'll reuse the established TCP
2006 Apr 28
4
trouble with ferdora core 5 with samba
I installed the latest version of Ferdora Core 5 with samba. The installation of Ferdora is fine, and I can see the shares I have set up on my Win XP Pro machine. But, there is a problem with the rights. I have made the files on the linux box 777, but I can still not write to the files. It is as though the files are still read only, even though they should be read/write. I am also having a problem implementing the users into the groups though Webmin. When I create a new user under Webmin and then go to add them to the groups I have...
2001 Dec 29
4
Still can't write to a Win98 share! PLEASE HELP!
...0 0 /dev/hda7 /home ext2 defaults 1 2 /dev/fd0 /mnt/floppy auto sync,user,noauto,nosuid,nodev,unhide 0 0 none /proc proc defaults 0 0 none /dev/pts devpts mode=0620 0 0 /dev/cdrom /mnt/cdrom auto user,noauto,nosuid,exec,nodev,ro 0 0 //mav/scott_pics /mnt/scott_pics smbfs guest,rw,fmask=0666,dmask=0777 0 0 //mav/mav_z /mnt/mav_z smbfs user 0 0 //mav/mav_cd /mnt/mav_cd smbfs ro,user 0 0 //mav/html /mnt/html smbfs user 0 0 ============ /etc/smb.conf ============ [global] null passwords = yes log file = /var/log/samba/log.%m printcap name = /etc/printcap max log size = 50 doma...