search for: otehr

Displaying 20 results from an estimated 20 matches for "otehr".

Did you mean: oteher
2005 Jan 25
2
DNS, DNAT and Notifies
...Tunnel1 Tunnel to LA masq eth1 eth0 To allow the Phoenix DNS server to respond, I added the following to rules: DNAT net loc:172.16.10.241 udp 53 - 12.47.198.108 DNAT net loc:172.16.10.241 tcp 53 - 12.47.198.108 This works fine except that notifies from the Phoenix DNS server to otehrs appear to be from 12.47.198.100 instead of 12.47.198.108. I tried adding the following to rules but the masquerade rule was applied anyway. DNAT loc net:12.47.198.108 udp 53 - 172.16.10.241 DNAT loc net:12.47.198.108 tcp 53 - 172.16.10.241 There has to be a way to get the outgoing DNS...
2010 Aug 24
2
Finding pairs
...    146    ......                                      .......   ......                                      ....... where 144's etc are branch codes in a given city and B is subset of A. If a branch code appearing in "A" also appears in "B" (which is paired with some otehr element of A e.g. 144 appearing in A, also appears in "B" and is paired with 147 of "A" and likewise), then that means 144 is controlling operations of bank office 147. Again, 147 itself appears again in B and is paired with bank branch coded 149. Thus, 149 is controlled by 147...
2004 Jun 13
1
Re : Newbie help !
...and zaptel.conf... The problem is that the S100U usb device is not identified upon zap show channels ... only the 100xp wildcard is recognized....i get a sound when pressing the keypad of the phone connected to usb device , but i get no dialtone nor does asterisk identify pick up event....ont eh otehr hand it issues a notification in case of an incoming call... I have tried rmmod and then reprobing but that does not help....i have the dialtone option in my phone.conf.... please advise thanks digvijay _________________________________________________________________ Looking for something? Cant...
2007 Aug 19
1
Snom 300 Hints and LIne Buttons
...n't send Extension Changed messages to subscribed phones unless the second 'line' button is used (I've tried Snom's version 6 and 7 and two difference 300s). On the Asterisk Console I don't see any message when picking up a Snom 300 and dialing the hold music (or making any otehr call). As soon as I put the first call on hold though (by pressing the L2 button), Asterisk pops up the message "xtension Changed 116 new state Hold for Notify User Russell". If I drop the first 'line', there's no message from Asterisk. When I flip back to the second line A...
2020 Oct 03
1
BLF support in Asterisk and early/confirmed/terminated/proceeding NOTIFY states.
...s NOT work when a phone is NOT regisstered at all, the yealink phones display a green dot EVEN if a phone is turned off (try explain this to users, they are shaking their heads!!!) I can see on the Asterisk server it shows correctly in the logs when a phone is disconnected. It also advises the otehr phones correctly when a phone is busy, even if a person starts dialing - the red dot shows up milliseconds later on ALL of the other phones. I have asked a question about this before Green Dot <https://community.asterisk.org/t/yealink-t46s-t46g-blf-show-green-dot-icon-even-if-not-registered/...
2018 Jun 16
1
About the membership issue
...ption and it works the same for ne in > Thunderbird (If I reply directly to he mail, it does to original author, > if I reply to list, it goes to the list). It is in the Reply To: not CC: field in Thunderbird .. but that shows up by defalt when viewing the list mails for me. Not sure how otehr mail clients handle it. > > So for me and thunderbird it is business as usual. > > If your {all of us 'yous', not just Leon :) } mail client has a reply > to list function, you will want to use that to send replies to the list. -------------- next part -------------- A...
2010 Aug 25
1
Odp: Finding pairs
......... >  > ......                                      ....... > > > where 144's etc are branch codes in a given city and B is subset of A. > > > > > If a branch code appearing in "A" also appears in "B" (which is paired with > some otehr element of A e.g. 144 appearing in A, also appears in "B" and is > paired with 147 of "A" and likewise), then that means 144 is controlling > operations of bank office 147. Again, 147 itself appears again in B and is > paired with bank branch coded 149. Thus, 149...
2010 Feb 15
0
Exponential Fitting to Credit default data - A theoretical query
...out the estimated values of a and b instead of taking logaritham and converting both sides into linear equation and solve for a and b;   (2) How do I find out out Statistically that this is the best fit? e.g. had it been linear regression, the R^2 gives me some idea about the fitted linear line. In otehr words, is there any way of comparing the observed values of Y against the estimated values of Y i.e. values obtained from the equation Y = a * exp(b*X). Will the Chi-Square will be a good choice?   I was trying the t-test as given below and am not sure whether I am right to do so. For each rating...
2011 Mar 28
2
Problems installing fPortfolioSolver
Hello, I am trying to install fPortfolioSolver using the following commands and I am getting the following error: > filename [1] "C:\\Users\\Hp\\Documents\\R\\win-library\\2.12\\fPortfolioSolver_271.75.tar.gz" > > install.packages(filename, type="source", repos=NULL) ERROR: dependencies 'fEcofin', 'RlpSolve', 'RlpSolveAPI',
2010 Feb 25
3
good centos/rhel source for latest spamassassin?
Is there any good rpm source for latest spamassassin for centos/rhel ? Currently using from dag's, but is is a bit old version nowdays. -- Eero
2010 Jun 05
2
Cannot browse to c: on widows applications
Hi, I'm new to wine so I probably have missed somethingh on my configuration. I installed Wine on my Ubuntu 10.4 laptop without problems. Then I installed a Windows programme and ran via the Wine Programme load. The programm started OK but when I attempted to browse for a file the path shown was my Wine path, (/home/vasco/.wine/drive_c/users/vasco/Desktop). I would have thought it should be
2012 Mar 16
1
a question about writing C extensions to functions
Dear R People: I'm not sure if I should ask this here or in Rcpp, but I thought I'd start here first. If I'm writing a C program, when do I know to use SEXP vs. int or float, please? Thanks, Erin -- Erin Hodgess Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown mailto: erinm.hodgess at gmail.com
2013 Jan 16
2
Codetools Query (repost)
Sorry for reposting, i keep forgetting this should be plain text. Will not make this mistake again Hello, The following code moo <- function(a=1){ x=1; x=x+y} funs <- new.env() enter <- function(type, v, e, w){ assign(v, TRUE, funs) } library(codetools) collectUsage(moo, enterGlobal = enter) adds + to the environment funs i.e. funs: "=" "{" "+"
2012 Apr 02
1
Make package out of own function
Hello, I already posted that on stackoverflow[1], but although it's crossposting, I think this question can probably easier to be answered by other R-users on this list, which maintain packages etc. I would like to make a package out of a function. The function is working in a script, but when I install and load it as library() I get an error. The example-function is: #Make generic function
2009 Dec 28
2
Modified R Code
...I will have to modify my code as   data_label = expand.grid(c("R11", "R12", "R13"), c("R21", "R23", "R23"), c("R31", "R32", "R33"))   If I define say   n = no_of_rates  # I will be taking this figure from some otehr csv file.   My PROBLEM = B is how do I write the above code pertaining to data_label in terms of 'n'.   ## _______________________________________________________________________   I understand I am giving the impression as I need some kind of spoon feeding. I am giving below the original c...
2007 Dec 14
12
Manual package installation
Hello, I use puppet with RHEL and there are some packages that aren''t in up2date/yum repositories. I need a way to get these specific RPMs installed. There''s a blog posting that describes an almost-perfect way to do it: http://www.raskas.be/blog/2007/09/10/managing-user-passwords-with-puppet-on-centos/ The only problem with his example is that the RPM will always in the /tmp
2018 Jun 16
4
About the membership issue
Concerning the disabled membership (yesterday). Is there anything that I should do? Visiting the "re-enable" link shows only a plain site with meta information about the list but without any feedback like "membership enabled". Albeit some postings are coming in again now (with "normalized" sender address <centos at centos.org>). Seems the work to resolve
2007 Sep 05
3
E1 Line Tapping
Hi all, My name is Ricardo and unfortunately I'm just crawling in this telecomm/asterisk world. So, after reading all day long i still don't understand a few things. :D I'm trying to "develop" a call recorder for a costumer. He has a small call center ( 10 agents ) and want to record all calls. Since he already has everything (ACD only) working perfectly in the PBX and
2010 Feb 10
4
Readjusting the OUTPUT csv file
...t1.csv')$value1   name2 = read.csv('input2.csv')$name2 value2 = read.csv('input2.csv')$value2   name3 = read.csv('input3.csv')$name3 value3 = read.csv('input3.csv')$value3   # (Thus if 1st variable chosen is DEF, then name1 = DEF, value1 = 10. Had I chosen some otehr variable, then name1 and value1 will have different values).   Then I carry out my analysis and get the output as given below.   Scenario_and_range            names             values Sc_1 (DEF LMN PQR)         name1             10.04 Sc_1 (DEF LMN PQR)         name2               8.21 Sc_1 (DEF LM...
2007 Aug 26
0
Nokia cell connectel to asterisk
...ibed phones unless the second 'line' > > button is used (I've tried Snom's version 6 and 7 and two difference > > 300s). > > > > On the Asterisk Console I don't see any message when picking up a Snom > > 300 and dialing the hold music (or making any otehr call). > > > > As soon as I put the first call on hold though (by pressing the L2 > > button), Asterisk pops up the message "xtension Changed 116 new state > > Hold for Notify User Russell". > > > > If I drop the first 'line', there's no mes...