search for: waq

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

Did you mean: wan
2005 Aug 10
2
Is it mandatory to give power supply to TDM400Pcard
Is it not for a card with 4 FXO? I spent several hours the other day trying to figure out what I had done wrong and I ahd forgotten to connect the power cable. I setup several of these before and couldn't figure out why this one didn't work. It appears that's all it waqs. Without the power connecter the card will probe, and even appear to be working but when the lines ring (coming into the FXO port) it will not indicate the ring status to asterisk. -Jonathan -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounce...
2005 Jul 28
1
A problem with queues
...wiki). Supposedly, the roundrobin strategy is used on available agents, not busy ones, am I correct ? Where can the failure be ? The best way I was able to replicate the problem is using only two agents, one received a call that stayed on for several minutes, the second received another call that waqs a short one, and the third call did not reach the second agent as it wanted to reach the first agent (per roundrobin) and failed. I was expectin it to ring again on the second agent. Regards, Jorge A.
2004 Mar 18
1
secrets_fetch_trusted_domain_password
It apparently samba stored trusted info on secret.tdb so only samba PDC was able to retrieve this info, am I correct? (though trust account waqs stored in ldap). I can't browse samba BDC from (trusted) NT domain, it always ask for username/password again. samba domain = IRSJKT NT domain = DOMJKT msg from samba BDC : [2004/03/18 21:16:42, 5] auth/auth_util.c:make_user_info_map(216) make_user_info_map: Mapping user [DOMJKT]\[admini...
2005 Aug 10
1
Is it mandatory to give power supply toTDM400Pcard
...for a card with 4 FXO? I spent several hours the > other day trying to figure out what I had done wrong and I > ahd forgotten to connect the power cable. > > I setup several of these before and couldn't figure out why > this one didn't work. It appears that's all it waqs. > > Without the power connecter the card will probe, and even > appear to be working but when the lines ring (coming into the > FXO port) it will not indicate the ring status to asterisk. > > -Jonathan > > -----Original Message----- > From: asterisk-users-bounces...
2010 Jun 30
1
Dovecot LDA/LDAP
I'm a total newbie with Dovecot LDA and LDAP. To be honoust, I don't know what I'm doing. My system runs CentOS 5.5, Postfix 2.3.3 and Dovecot 1.2.11. I try to set up Dovecot LDA. But whatever I'm trying, I fail. 2010-06-30T18:28:12.585128+02:00 h1690641 postfix/pipe[26443]: 84F012A00A55: to=<test at domain.com>, relay=dovecot, delay=0.07, delays=0.03/0.01/0/0.02,
2002 Sep 11
1
gcc and g77 combos
...6dSPYTLDwpLAHyENYj9vlufGlpMPTzaID61y8mGOKLJsCAsJ qts2gSUXz4e3Cc1zPGoKq5yte3M/x2Mj2pwIQdljkEGZswU8SnCxigK2zAkkZT6e3zBsZEwnuE/9 YE4f8EKzJQsKwdwG4Dqrj0bwOHh78DCaoDjI6WmQxVWBPwNCmCzInA4eUvAk2ruspmq6YvwXwkxr TqN3d9uwmia62GxXIuRguH3PaMLmK5jgM5DmZqvNFi6eOI+F5u3NCM44Q5UYqbbQkTRjB+SwMsOC j0dxPdbN1MzWkjLM+SrRWAq7/smcA3dlDnYyJ8OMB2tLeJZe1EQG6TSJYORDmsGggBcHUhrnfh7x 5Bp2azIhM6dzfwqahEeLw7ckvEz8eXNkyqQckmLm46Frje2Sw+W0+VvkEgA1tQ7yLHRdEdPEUOEu Ju8SnyGxH1DsiPJsGSDy/n8IqucwIUNKNorRfynf/Zv87ef3m/9+tru3/+Lo+OTn1V/fvd/CSvz5 7v3m+y2AOt0Z/qc//PXnxR/q0EOwb0fvNfJef2+Q98Yo2yDvv191yo+72TaYfoKuN9ifELTjFKFP z/0cZ3xf6y9diKf...
2012 Jan 18
4
R-Help
I am trying to create a frequency distribution and I am a bit confused. Here are the commands I have entered: > data <- read.csv(file="40609_sortedfinal.csv",head=TRUE,sep=",") > NumberOfActionsByStatus = data$STATUS > NumberOfActionsByUser = data$ETS_LOGIN > NumberOfBidOffer = data$BID_OFFER > NumberOfActionsByUser.freq = table(NumberOfActionsByUser) >