search for: userfile

Displaying 20 results from an estimated 41 matches for "userfile".

2007 Apr 02
0
automonitor and CDR(userfiled)
...ng how to do that, I have found cool (but almost undocumented) option of res_monitor: if you set monitor format in form of "format:<string>" (i.e. "wav:monitor"), res_monitor will prefix the monitored file name with <string> and append that resulting string to a CDRs userfiled all by itself. So basicaly for INCOMING calls I do something like this: exten => 100,1,Set(DYNAMIC_FETAURES=automon) exten => 100,n,Set(TOUCH_MONITOR_FORMAT=wav:monitor) exten => 100,n,Set(TOUCH_MONITOR=${CALLERID}-${EXTEN}) exten => 100,n,Dial(SIP/100,,tw) and in that case (of inco...
2009 Jan 26
2
custom cdr userfiled
Dear, I added new field to cdr table , named "service" and type varchar(20), but in extensions.conf with the following command, nothing to be saved. exten => _X.,1,Set(CDR(service)=OUT) does asterisk support this ability ? is any setting must be changed, before that ? best Mani
2005 Jul 21
2
Dovecot 0.99.11 config
I am at wits end...So far it seems dovecot is light years ahead of UW-IMAP. Glad to have UW-IMAP behind me...well almost. My setup = Sendmail 8.13.4 with Procmail delivery to /var/spool/mail/<userfile> openssl 0.9.8 dovecot 0.99.11 I want to continue to use the standard mbox with all the user's mail stored in /var/spool/mail/<userfile>. User's are known to this mail server via NIS and ALL data is mounted accress NFS in read only mode on this mac...
2002 Nov 17
2
FW: WINBIND configuration and NT Authentication]
...s the next battle: 1. I can not access the shares using the linux local accounts --> recieve: the credentials supplied confilict with an exisitng set of credentials is this another PAM configuration problem? 2. I can't configure the homes directory to be a default path (ie path = /home/userfile) --> recieve: the specified network password is not correct --> creating this as a standard [userfile] share with read only allowed works any help would be appreciated -----Original Message----- From: Chris McKeever [mailto:cgmckeever@prupref.com] Sent: Sunday, November 17, 2002 9:55 AM...
2020 Nov 04
1
API support for placing a message for a specific user
...ath", "type": "string" }, { "name": "user", "type": "string" }, { "name": "transFlags", "type": "integer" }, { "name": "userFile", "type": "string" }, { "name": "mailbox", "type": "string" }, { "name": "file", "type": "string" } ] }
2007 Mar 12
1
Basic authentication with Apache and Mongrel
I recently moved an app. from lighttpd + fastcgi to apache 2.2 + mod_proxy_balancer + Mongrel. On lighttpd, I was using basic authentication with a configuration like this: auth.backend = "htpasswd" auth.backend.htpasswd.userfile = "/path/to/htpasswd" auth.require = ("/" => ("method" => "basic", "realm" => "My Realm", "require" => "valid-user")) which was nice and simple - just as simple as using basic auth. with a static Apache...
2007 Aug 18
0
RSpec and acts_as_attachment
...r when trying to test something like the following. It''s a model that is using acts_as_attachment but the weird thing is the equivalent Test::Unit case passes. Does anyone have any ideas? Best, Dave # it was a Test::Unit case first def test_should_be_invalid_without_file UserFile.any_instance.expects(:with_image).never assert_no_difference UserFile, :count do user_file = create_user_file :uploaded_data => nil assert user_file.errors.on(:filename) assert user_file.errors.on(:size) assert user_file.errors.on(:content_type) end end...
2002 Oct 11
1
Quota problem (soft=hardlimit?)
Hello all, after upgrading from 2.2.3a to 2.2.5 we experience strange quota behaviour. When logging out from Windows 2000 and writing the user profiles back to the server the user gets a "disk full" warning - below soft and hardlimit. Tests showed that the warning comes up when Userfiles + (2 * Profiles) > soft limit. In all our tests, the grace period and the hardlimit were never reached and are not the limiting factors. I read about Windows 2000 duplicating the profiles before writing back to the server, therefore (2 * Profiles). Ok, we can live with that. But treating the...
2012 Mar 16
2
imaptest: performance testing
Dear Folks, Using head of imaptest with dovecot 2.1, I am attempting to put a heavy load on the server, with insufficient success. I made 15000 user accounts, put them in to a file, one per line. Then I ran imaptest with ./imaptest userfile=../../imap-test-userlist-15001.txt clients=15001 pass=SECRETPASSWORD But CPU load is only reaching 20. I put an mbox containing 67 messages into ~/mail/dovecot-crlf So what is the best way to put a really heavy load on an imap server? The documentation describes testing correctness of the server...
2004 Apr 19
3
Premission
Hello i am new to this list so i hope this question havent been asked for. i want a user on windows ( admin ) that has access to all userfiles on the samba server: /home/user1 ; / home/user2/ no i made a schare for /home the problem is: i can access all files in the userdirectory, but i canot access a subdirectory in the userdierecory. any help would be nice. sorry for my englih Greatings from Switzerland manfred
1999 Jun 24
2
Strange files
Hello, I am using Samba 2.0.3 on my FreeBSD 2.2.7 box. Works fine. It is already running for a few months with a small amount of windows95 users and last week we decided to move all our userfiles from our SCO box with visionfs over to the Samba machine. No problems so far. But, strange files are appearing in the directorys of the NT40 workstation users. Under Unix they look like Ne00: or Ne01: or Ne04: and so on. The highest I have seen is Ne05: Once they are there the stay the same. If yo...
2007 Jun 12
4
write some custom values to CDR table
Hi, I write the CDR of my Asterisk 1.2.17 server in MySQL database using cdr_addon_mysql.so. Now I'm trying to write some custom values to userfield column by the SET(CDR(USERFILED)=SOME_TEXT) sintax, but nothing gets writeen in MySQL cdr table!! Why? I'm I skeeping something or what? Taking a look at the URL: http://www.voip-info.org/wiki/index.php?page=Asterisk+func+cdr it seems to be this, the purpose of this SET(CDR(&LT;NAME&GT;)) sintax, right?...
2007 Jun 07
1
Crashed ext3-filesystem
...funcionality we tried it once more by booting the kernel using the "noapm" parameter. But even this try crashed ... After we rebooted again I mounted the source-partition to check it's content. But all I found were three files visible on the partition. The directory containing the userfiles was completely gone an in "lost&found" there are hundreds of items. After this horrifying discovery I unmounted the partition and subscribed this mailing-list ... ;) Unfortunately also our whole webserver-files were located in this directory ... Now my question: Is there any...
2013 Jul 18
1
CEL custom variable in outbound channel
...read the docs correctly CEL uses a predefined set of values, which mostly come from the CHANNEL function, but it cannot just pull the value of any channel variable/function and put it in the event. Also I don't think that there is any such thing as function value inheritance (setting __CHANNEL(userfiled) so it is inherited so to say). I didn't test it myself, but there is a configuration option in manager.conf that allows a list of variables to be defined and they will then be automatically included in AMI events. Is there something similar for CEL events (with sqlite backend if that matter...
2005 May 30
2
Cannot get workgroup name
...mentioned were installed with fedora core3. Now, I have my server working but.. I can't add a new machine (wXP) to this domain server. All my configuration are ok (samba+smbtools+openldap), 'cause all clients (old clients) can login to this new domain server, and they can see all maps (userFile.bat) in their machines. But, when I try to add a new machine to this domain server, It can't be done. I reviewed this file: /var/log/samba/nmbd.log and it says as follows....: [2005/05/30 11:53:05, 0] nmbd/nmbd_logonnames.c:become_logon_server_success(124) become_logon_server_success: Sa...
2017 May 10
2
Example for doveadm-save using Doveadm HTTP API
I could use an example of how to use curl to save a new message to a user?s INBOX using the Doveadm HTTP API. https://wiki2.dovecot.org/Design/DoveadmProtocol/HTTP <https://wiki2.dovecot.org/Design/DoveadmProtocol/HTTP> Do I really use the -d option and inline the entire new message in the command-line? Or, should I create a temporary .json file with the message wrapped in JSON and pass
2005 Sep 07
3
XMLHttp question
I''m continuing my work on integrating fckeditor with Rails. Currently I''m working on implementing the filebrowser / upload features, but I''ve ran into this problem. The response I get back is being loaded into the "responseText" property instead of the "responseXML" property. I''m trying to figure out why this is the case, but am coming up
2007 Mar 13
1
Fwd: Re: Basic authentication with Apache and Mongrel
...pp. from lighttpd + fastcgi to apache 2.2 + &gt;&gt; mod_proxy_balancer + Mongrel. On lighttpd, I was using basic authentication &gt;&gt; with a configuration like this: &gt;&gt; &gt;&gt; auth.backend = "htpasswd" &gt;&gt; auth.backend.htpasswd.userfile = "/path/to/htpasswd" &gt;&gt; auth.require = ("/" =&gt; ("method" =&gt; "basic", "realm" =&gt; "My Realm", &gt;&gt; "require" =&gt; "valid-user")) &gt;&gt; &gt;&gt; w...
2006 Mar 25
2
static file streaming
Hi All, Maybe I do something completely wrong and I make some trivial mistakes but the static streaming doesn't work for me. I describe my setup. Thanks, Ivan - I try to reach the following URLs but neither of them worked: http://my.server.hu/try.mp3 http://my.server.hu/try.mp3.m3u http://my.server.hu/list.m3u - The /usr/share/icecast2/web directory contains the following files: try.mp3
2007 Jun 05
1
Mysterious Javascript showing up & trashing page
...ew Roman" size="3"><font color="#800080" size="5"><img class="light" style="FLOAT: right" height="127" alt="Activities Page Photo Banner" hspace="3" width="500" border="0" src="/userFiles/Image/Activities_Banner(1).jpg" /><em><font color="#000000" size="3">Heritage offers a full schedule of programming for everyone ! <br /> </font><br /> </em></font>Below is a list of workshops and activities for non-children.&am...