similar to: Tricky: Progress, Delay, DTMF / background calling

Displaying 20 results from an estimated 120 matches similar to: "Tricky: Progress, Delay, DTMF / background calling"

2003 Nov 15
1
tricky scenario? with shorewall/squid!
Hello - I have a weird dilemma where I have an freeswan (VPN IPSEC) connection between two site. Here is the picture: LAN * [Site A] * Public <-- INTERNET --> Public * [ Site B] * LAN SITE A: LAN: 192.168.100.0/24 SITE B: LAN: 192.168.200.0/24 These are the rules for SITE (A) and SITE (B) respectively where site B has !192.168.200.1 REDIRECT loc 3128 tcp www -
2006 Feb 02
1
tricky form validation
Hi list, I want to create a form validation in my Marketing Model. I want to raise an error only if a previous marketing campaign for a property has not been completed (ie. ended_on IS NULL) I managed to get this working in the Controller using something this: ... if Marketing.count("property_id = #{@marketing.property_id} AND ended_on IS NULL") > 0 ... However I assume
2006 Feb 27
1
Help with tricky object relations
In a document management system I''m building each document belongs to a company and a department in that company. So far so good, but the problem is that a single document can also belong to multiple companies and departments. What I would like to do is to have different pages with links to documents for each company and on those pages divide them under the departments. What is the best
1999 Feb 07
0
Help needed! tricky browsing configuration and BUG_REPORT
hi there, can please anybody help me solve my little problem ? I have about a dozen separated networks connected to my local lan via isdn dial-up (on-demand). I am running linux kernel 2.0.36 and samba 2.0.0 (2.0.2 doesn't work either). There is a linux-box running samba 2.0.0 connected to every remote network. The Clients are always Win95/Win98/WinNT. Local browsing seems to work perfectly.
2011 Aug 23
0
Ideas for tricky subset of XTS object
Hi, I have a very large XTS object. It is about 600,000 entries over 1 year time. I would like to subset a specific piece, by "number of days" not a specific date. The way I do it now is awkward. Would love to find a way to do this easier to generate a new object just containing the days I want. --------------------------------------- dayEnds <- endpoints(dataset,
2007 Apr 15
0
zpool iostat : This command can be tricky ...
I really need to take a longer look here. /* * zpool iostat [-v] [pool] ... [interval [count]] * * -v Display statistics for individual vdevs * * This command can be tricky because we want to be able to deal with pool . . . I think I may need to deal with a raw option here ? /* * Enter the main iostat loop. */ cb.cb_list = list;
2005 Mar 24
0
Tricky setup
Hello All, This could be more a routing/linux problem, but I'm wondering if can be handled somehow within *. I have a client that has a contract with a VoIP provider. This contract limits number of phones registered using same IP to 3. There are 3 ways to handle this: 1. Few ATA connected to 3 phones + network 2. Linux router that lies between * box and network. Virual interfaces, iptables
2010 Aug 17
0
Tricky Master User Query - need MySQL help
OK - I want to do something very tricky with master users and if I get it to work I'm adding it to the wiki for everyone to use. So far I have a MySQL database that servers multiple domains. I can set a flag making someone a domain owner that allows that person to become master of that domain. Here's the query for that. password_query = SELECT user_name, domain_name, password FROM
2014 Dec 09
0
Tricky VPN Configurations
The use cases that I outlined in the use case examples pdf file are pushing my limits of understanding the documentation as contained in the 1.1pre9 PDF manual. The self contained example is tricky because I created 4 ip-address on the eth0 device (192.168.1.30/31/32/33) so I could test a 4 node VPN that lives entirely within a single server. But the tinc command line utility is written assuming
2006 Sep 14
0
recommendation for a tricky AD/netware setup
We have a co-operative project where we have 2 separate organisations using 2 different server environments. One uses Active Directory and windows file servers, the other eDirectory and Netware servers. We want to do a file server that handle users from both domains. It is easy enough to use kerberos authentication for the Active Directory users and LDAP to an eDirectory server for the Netware
2006 Feb 05
2
generating strings in a tricky order
Hi R users I like to generate some strings (a character vector) in a special way like If i have 5 variables "002.001", "003.001", "003.002", "004.001", "004.002", "004.003", "005.001", "005.002", "005.003", "005.004" so the created string vector's elements are "002.001",
2006 Jun 16
2
scatterplot but a little tricky
i have two vectors of numbers x and y and of course i can do the standard scatterplot plot(x,y) and it looks fine. But, I was hoping there was a way to do the scatterplot so that each point plotted is a number where the number represents the index in the dataset. so, if it was x[3] and y[3], then the point would be a 3 or if it was x[4] and y[4], then the point would be a 4 etc. i doubt this is
2012 Jan 06
0
Reply on "ggplot2 - tricky problem"
That comes really close to what I had in mind. Thanks a lot for helping out, Justin! Good luck,  Mario Re: [R] ggplot2 - tricky problem how bout: dat<-data.frame(id=1:4,city=c('berlin','munich'),likeability=c(5,4,6,5),uniqueness=c(3,4,4,4)) ggplot(ddply(melt(dat,                           id.vars=c('id','city')),                   .(variable,city),      
2012 Jan 05
1
ggplot2 - tricky problem
Hello, R friends,  I've been struggling quite a bit with ggplot2. Having worked through Hadleys book twice I still wonder how to solve this task. 1. Short example Dataframe: id    city    Likeability    Uniqueness 1    Berlin    5    3 2    Munich    4    4 3    Berlin    6    4 4    Munich    5    4 2. Task: a) Facetting plots for each attitude (1 plot for likeability and uniqueness
2008 Sep 13
1
tricky rsync setup quit working
Hi, some time ago I had started working on a rsync-based backup system. After I longer break; I now tried to continue this project but can't get it to work anymore. Maybe somebody here has any idea. The basic setup looks like this: client: $rsync $rsync_opts --rsh="'ssh -i $ssh_key'" $filesystems $bak_host::backup_module/path on the server side, the ssh key triggered a
2010 May 23
2
tricky perl question - ascending order
or maybe in bash.. script/"one liner" e.g.: input: http://pastebin.com/raw.php?i=pMZPEsMZ i want to make this output from it: http://pastebin.com/raw.php?i=kH8VxT0A So from the input, i want to make an ascendant order, how many things are under a "SOMETHING-XX" Does anyone has any "perl magic" in the pocket, how to do this? :D Thank you very, very much..:\
2014 Dec 09
0
Tricky VPN Configurations
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Guus: Thanks for the reply. Did you like the PDF examples? Do you want to help me build more examples for the web site so people can download the PDF network diagrams and have sample config files to match them? What changes should I make to allow for easier setup/config/config files of the 2 use cases? For the production example, would it be
2010 Jun 18
1
Multiboot pendrive with GPT - a tricky solution which could improve syslinux behavior
Hello! I'm posting some experiences with GRUB0/1 + sys/extlinux + MBR/GPT in a pendrive with 15 partitions. This could be helpful improving sys/extlinux. I did make a bootable pendrive with 14 distros using a GPT partition table and a tricky solution to let sys/extlinux boot from every partition chainloaded from GRUB (GRUB0 or GRUB1). Having a MBR schema, sys/extlinux can't be
2006 May 31
1
ActiveRecord: When / where to validate data? Tricky question
First of all, thanks for you time. I have kind of a tricky question and wanted to see what you guys thought. ------------------------------------------- Lets say I have this: ------------------------------------------- class Purchase < ActiveRecord::Base validates_numericality_of :some_number, :only_integer => true end ------------------------------------------- Then I do this:
2007 Mar 01
2
user_global_uid - tricky to set
Hola! Dovecot should serve virtual mail users. So I've set user_global_uid and user_global_gid in dovecot_ldap.conf to vmail/vmail. Also I've commented auth the user_attrs field. Still Dovecot tries to switch to the uid that is defined in the LDAP entry. It took me some time to figure out, that the only way to prevent this is to set user_attrs = foo=uid,bar=gid or something like this,