similar to: Dial pattern sort order

Displaying 20 results from an estimated 300 matches similar to: "Dial pattern sort order"

2006 Feb 22
2
mysql phone number pattern match query
Does anyone have a mysql query that will compare a number from the asterisk cdr to a table of international country+city codes to determine the closest match? The two fields are; 1. Asterisk mysql cdr 'dst' field - sample record value '011441316551212' 2. rate table data like this DialPattern 011447977 011447979 011447980 011447981 011447984 011447985 011447986
2011 Jul 14
1
calculating distance inland from coastline
Hi All, Does anybody know of any existing functions that will calculate distance inland from a coastline? It's possible to test if a lon,lat location is land or sea using map.where(), but I need to add a buffer to this of say 2km, to allow for points that are just on the coast, and below the resolution of the worldHires database. I'm working with a marine mammal satellite telemetry
2009 Aug 28
4
Numeric, 2 ??? as a result of marix???
Strange things are going on in R, if you reshape a matrix in R: > g=gretldata[1:2,] > g Empfang Versand Transit Inland Ausland SumS 1 787844.0 1307176.6 223395.4 1474726 16199.1 3809341 2 421473.1 306445.4 448801.2 1779402 14445.6 2970567 > dim(g) [1] 2 6 > as.vector(g) Empfang Versand Transit Inland Ausland SumS 1 787844.0 1307176.6 223395.4 1474726 16199.1
2005 Oct 04
3
Outgoing busy
I have a problem. Incoming calls work without problem but I cant call out. Using AAH.Gets a busy tone Anyone who can see a mistake in Outgoing settings context=from-pstn host=ipkund1.rixtelecom.se insecure=very nat=yes secret=xxxxxxxxxxx type=peer username=0406082250 Regards Anders Svensson -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Dec 18
2
R brakes when submitting a query to MySQL
Hello, I would like to retrieve data stored in MySQL database, so I installed RMySQL package. I can successfully connect with the my database using the following code > dvr<-dbDriver("MySQL") > con2<-dbConnect(dvr,group="exbardiv") > mysqlDescribeConnection(con2) <MySQLConnection:(972,0)> User: mmorag Host: localhost Dbname: exbardiv
2001 Nov 14
0
European Water Management News
Dear Colleague, Our journal, European Water Management, the official journal of the European Water Association (EWA), has started a free e-mail news service. If you subscribe, you get weekly a mail with press releases, etc. concerning water (management, research, policy, industry, etc.). It is completely free for all people working in the water sector in its broadest sense. Older issues of
2001 Nov 14
0
European Water Management News
Dear Colleague, Our journal, European Water Management, the official journal of the European Water Association (EWA), has started a free e-mail news service. If you subscribe, you get weekly a mail with press releases, etc. concerning water (management, research, policy, industry, etc.). It is completely free for all people working in the water sector in its broadest sense. Older issues of
2008 Jan 10
2
Error on distance matrix
Hi, I am trying to calculate a distance matrix on a binary data frame using dist.binary() {ade4}. This is the code I run and the error I get: > sjlc.dist <- dist.binary(as.data.frame(data), method=2) #D = (a+d) / (a+b+c+d) Error in if (any(df < 0)) stop("non negative value expected in df") : missing value where TRUE/FALSE needed I don't know if the problem are the
2013 Mar 08
4
Cannot mount 3TB MyBook USB HD
Hello, new Linux user here and I cannot mount a new (empty) WD MyBook Essentials 3TB USB external hard drive (Model WDBACW0030HBK-NESN). I'm only about 3 weeks into this linux thing and so please forgive me if any of my syntax is off My linux OS is CentOS 5.4 x86-64 running on a dedicated HP z400. The WD MyBook is to back up the large data files we are creating on the HP400 (it's
2005 Jun 07
0
Error calling "read.table" from Python
Hello,Everybody, Now I am using R (D)COM Server from Python to manipulate some data. When I try to use "read.table" function to read some data, an error occurred. However these statements work well when they are input to R directly. It is so odd. The Python scripts are as the following, from win32com.client import Dispatch sc=Dispatch("StatConnectorSrv.StatConnector")
2015 Jul 06
2
Voicemail: saycid without prefix
John Kiniston <johnkiniston at gmail.com> schrieb: > The easiest solution may be to strip the leading zero's off your caller ID > before your caller enters the Voicemail app to leave you a message. > > > ExecIf(REGEX("^[0][0]." > ${CALLERID(NUM)})?Set(CALLERID(num)=${CALLERID(NUM):2})) Thanks! I already had this idea and implemented it. It works...
2015 Mar 06
2
res_pjsip endpoint config object's 'identify_by' option needs new value "uri".
Hello. Asterisk 13.2. I transfer configs from chan_sip to res_pjsip. In chan_sip i have "match_auth_username=yes" and have nothing in pjsip. I have a lot of endpoints and registrations on same SIP server. And it's problem in pjsip now. Is not it? I requesting to add new value for endpoint option identify_by. The value 'uri'. Simple config (cutted): [siptrunk]
2003 Nov 19
2
g723 to g723 SIP call - warning message
Hi, I am calling from a grandstream phone with g723 codec through * to iconnect. Incoming context as well as outgoing context set to g723.1 codec in *. Call get connected and I can talk. However I get the following warning, which scrolls on my screen until I hang-up. [root@asterisk sath]# cat g723.1 - Executing SetCallerID("SIP/-08122ae0", "1001") in new stack --
2011 Apr 11
1
Is "eaton 5115 UPS" compatible with NUT
Hi. I'm using ubuntu 10.04 and I'm in the process of buying a ups. This is it (eaton 5115 ups) with usb interface http://powerquality.eaton.com/05146561-5591.aspx?CX=3 I had a look at the ups compatibility chart here: http://www.networkupstools.org/stable-hcl.html But I can't find this particular ups listed. I plan to use NUT v. 2.4.3 that I can get from the
2008 Jun 25
0
unable to send a fax to a given FAX number
Hi all, I have some problem to send a FAX to a given number. I use asterisk 1.2.18, on a openSUSE 10.2, i586 host. The FAX is sent out via an ISDN PRI interface, I'm in Germany, and the destination FAX devices are in Germany too, but in different areas, so I have to use a city prefix. I did set the pri device in debug mode, below are two calls, to two different FAX numbers, the first is
2015 Mar 06
2
res_pjsip endpoint config object's 'identify_by' option needs new value "uri".
07.03.2015 0:24, Kevin Harwell ?????: > On Fri, Mar 6, 2015 at 2:06 PM, Dmitriy Serov <serov.d.p at gmail.com > <mailto:serov.d.p at gmail.com>> wrote: > > Hello. > > Asterisk 13.2. > I transfer configs from chan_sip to res_pjsip. > In chan_sip i have "match_auth_username=yes" and have nothing in > pjsip. > > I have a
2020 Jul 28
2
Superponer mapas en ggplot
Buenos días. Tengo dos mapas que hago con ggplot (abajo) y necesito superponer el 2º al 1º. En el 1º se representa la variable PA, binomial (0, 1), en gris, y en el 2º la variable ExtTG7085, que es numérica y va de 0 a 200. La 2ª es un gradiente en rojo. Lo ideal sería que donde coinciden el rojo de la 2ª se viera más oscuro, pero supongo que eso no es fácil. Podría también ser en otro color, pero
2015 Nov 25
2
Dialing a call back out on same SIP trunk as it came in
I have a puzzling situation, and would be grateful for any insight. I have a dialplan that forwards an incoming call out to another number via the same SIP trunk as it came in on. e.g. [from-siptrunk] exten => 0123456789,1,NoOp exten => 0123456789,n,Dial(SIP/siptrunk/0987654321) Now, if I use a different SIP trunk for the outbound call, than the inbound call came on, the call is set up
2018 Nov 14
2
Los puntos no tapen el mapa hecho ggplot
Buenos días. Hago mis mapas con el código que os copio abajo, pero me gustaría que me dibujase las líneas del mapa después de poner los puntos para que se vean. Puedo hacer los puntos más pequeños, pero entonces quedan separados y yo quiero que rellenen el mapa. Gracias, como siempre, Manuel print(ggplot(legend=FALSE)+geom_path(data=map_data('world'), aes(x=long,
2015 Nov 25
2
Dialing a call back out on same SIP trunk as it came in
In article <20151125133008.6369360.14455.17239 at gmail.com>, Israel Gottlieb <isrlgb at gmail.com> wrote: > Try putting progress instead of answer Yes, I tried Progress already, and it didn't help. But thanks for the suggestion! Tony > I have a puzzling situation, and would be grateful for any insight. > > I have a dialplan that forwards an incoming call out to