search for: balis

Displaying 7 results from an estimated 7 matches for "balis".

Did you mean: basis
2004 May 10
1
AGI.pm wait_for_digit() not working for me!!!
Hello everybody!!! I really need your help guys, I am using the AGI mode in meetme application, and I want that AGI should wait for an input from the client/user i.e. a digit and then proceed, but I have used that AGI function agi->wait_for_digit(), but no use....my agi just passes, or ignores this function, where AGI should stop here and wait for the input.... .....my extension in my
2010 Aug 03
2
expire plugin
Hi I try to use expire plugin with mysql When i use my thunderbird client to delete a message, nothing is write in the mysql database. My maildir is look like /home/vmail/homes/arnaud2 at xxx.xxxx.xxx/ and /etc/dovecot/dovecot-dict-expire.conf : connect = host=localhost user=xxxxxx password=xxxxxxxxx dbname=postfixadmin map { pattern = /home/vmail/homes/$user/$mailbox
2005 Mar 10
1
Question about Samba share security.
Dear All, Sorry about my poor english! I am using SAMBA 3.0.8 on Fedora Core 3 box. Otherwise, many winXP_pro_sp2 clients in my subnet. When I connect to my samba server (use windows nethood.) from one of clients. It prompted a window to authorize username and password. After given my username and password, I will saw my home directory and public directory very well. But~ the question
2001 Mar 18
0
windows 95 can't print......
Hi all, I am using mandrake 7.2 witf samba 2.07. I have problem with the client that can't print. There is no error comment show up on the client..just keep quite and "hang" until I push Ctrl+alt+del to abort the task (printing). Before I start print from windows, I make sure the server is fine, by print one file and goes fine. After I failed print windows soon I check the server by
2004 Sep 03
18
Public IP
I have problem with IP public, my Network configuration [wireless] <------> [Router] <------ > [ Linux proxy ] < ------ > [Client ] IP configuration [202.123.123.1] <------->[202.123.123.2 and 192.168.0.1] < ------ > [192.168.0.2 and 202.123.123.3] < ------ > [202.123.123.4] this configuration will use IP 202.123.123.2 on internet how to config my network
2006 Dec 18
0
How to store objects in memory between requests for all sessions?
Hi, I''m using a YAML file for localizing my webapp. As it works now the file is loaded and parsed from file for each request. Since the file does not change often I would like to have the parsed object in memory to avoid loading and parsing the object for each request. My sessions are stored in the database so that is not a good option since the object would need to be recreated for each
2007 Feb 07
0
Newbie Questions: dispatch.rb and script-folder?
Hi, Here are some newbie questions I''ve been wondering about: 1. What do the dispatch.* files do? I plan on using mongrel, do I need the dispatch-files? Are they supposed to be downloadable for users accessing my site? 2. I''m using some utility shell scripts for my application and want them somewhere in my application. Where is the best place to put such stuff? Is the