similar to: receiving 1st digit from a variable

Displaying 20 results from an estimated 1000 matches similar to: "receiving 1st digit from a variable"

2009 Jan 29
2
Don't get asterisk to run behind NAT router
Hi people! I am not getting smart getting asterisk 1.6 behind a NAT to run. 1. I enabled IP forwarding on debian linux 2. told asterisk in "general" that he is behind NAT and mentioned him his external static IP Adress as well his domain in the outside world. If a client who is connected with a DSL modem calls me, a grandstream module in the LAN behind the router, in the same network
2009 May 31
1
h323 guide for asterisk
Hi people! I am looking for a h.323 implementation guide for asterisk. I looked in the doc folder of the latest asterisk source distribution and I didn't fund anything acording to this subject. If you guys could give me any advise, I would thank you. Tamer
2009 Feb 24
1
building asterisk-1.6.0.6 failed!
Hi! I have problems building asterisk 1.6.0.6. ./configure --prefix=/usr make gets me: enerating embedded module rules ... [CC] extconf.c -> extconf.o In file included from /usr/local/include/datatypes.h:50, from /usr/local/include/err.h:49, from extconf.c:45: /usr/local/include/integers.h:50:67: error: srtp_config.h: No such file or directory In file
2009 Jan 31
1
where to find STUN Server howto
Hi people! Do you guys know where to find a STUN Server Howto?! Why?! We all know, to get Asterisk behind an NAT Router to run, is a bit tricky, and you might have to fire a lot of holes in your firewall. However, I would appreciate it very much if somebody could give me great links of how to set up a STUN Server. Tamer
2009 Apr 16
1
sending AT commands through the SIP channel to the end device?!
Hi people! I am coding a special sollution for that I need to know if I can send AT commands in the extensions.conf, to one subscriber. Is there a way doing this through asterisk 1.6 ?! For sure anybody of you, would as why I want to do that. I want to speak to my endsystem directly with AT commands. For any advise, I would thank you kindly. Tamer
2009 Mar 22
1
make script 1.6.0.6 breaks up, need help!
Hi people! I need help according getting asterisk 1.6.0.6 installed. I posted to digium, but it seems to be that it is not an error, but either I am not getting smart what I have to do, to get it solved (configured and installed as well). ./configure make gets me this output: In file included from /usr/local/include/datatypes.h:50, from /usr/local/include/err.h:49,
2009 Feb 23
3
don't get 2.0 gui to run on asterisk 1.6.0.5
Hi people! I am not getting really smart. I get the SVN Edition of asterisk GUI interface, compiled and love to get it to run, what won't work. What am I doing wrong?! svn checkout http://svn.digium.com/svn/asterisk-gui/branches/2.0 make make checkconfig make install and If I open one of the URLs: http://localhost:8088/asterisk/static/config/cfgbasic.html
2009 Apr 17
1
opening 2 and more channels on 1 SIP account
Hi! I have a Grandstream VoIP Device, at which a DECT base with 2 cordless phones are connected. If a call is placed and made through one cordless phone the other cordless phone appears as busy. What I want: 1. The Base station of the DECT cordless phones, is connected at 1 FXS Port of my Grandstream Telephone Adapter. 2. I want to place and receive as many calls at the same time through 1 SIP
2004 Oct 05
1
difference between dtmf digit 8 and 9
Hello, this is an example extensions.conf. [default] exten => 500,1,Answer exten => 8,1,SetGlobalVar(firstdigit=8) exten => 8,2,Goto(process,s,1) exten => 9,1,SetGlobalVar(firstdigit=9) exten => 9,2,Goto(process,s,1) I call extension 500 and send dtmf digit 9. This is printed to the CLI: -- Executing Answer("Zap/20-1", "") in new stack -- Accepting
2009 Sep 29
1
How to parsing data like this in R
Hi, R-users, I met a problem: Items:[Anna 'moi =) akku loppu joskus 4ltä. Kestää kauan nää..'\tAmer, Tuusula (0:20)\t20\t12\t16\t00\t00\t11]/Anne 'Ei jakoa,uus päivä muistio et 4n niin peruin. Hups'\t (0:16)\t0\t12\t18\t00\t00\t11/Elina 'Konsertissa. En tod. vastaa teille'\tEtu-Töölö, Helsinki (2:40)\t24\t12\t18\t00\t00\t11 I want to parsing the above data into the
2005 Apr 21
2
Deciles and R
Hi everyone, I'm a new R user (if this is a really basic question, please do excuse me...) and I'm having some questions regarding a deciles problem. I have a variable which I need to categorize according to its deciles (X). However, this categorization should be made into another variable (call it NewVar). Ex. for the quartiles case (just for the sake of exposition, since I need
2006 Dec 22
1
Answering Machine Detect (AMD) time values
Does anyone know what the time values in amd.conf are? Are they seconds, fractions of seconds, heartbeats, what? ;'initialSilence' is the maximum silence duration before the greeting initial_silence = 25 ; Maximum silence duration before the greeting. It doesn't say in amd.conf or at http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+AMD --
2004 Aug 06
1
mp3check and mp3_check?
Hello Sirs, > > Have you ran them through mp3check and mp3_check? > >Yep. Found a couple with a few bad frames and deleted them. Other than >that, nothing worse than a missing ID3 tag or two. Could you please give me the address of these tool(mp3check, mp3_check). I have many bad coded mp3, When Icecast streaming these bad! mp3s it kicks the connected clients. I want to delete
2007 Feb 01
2
Losing factor levels when moving variables from one context to another
Hi, there I'm currently trying to figure out how to keep my "factor" levels for a variable when moving it from one data frame or matrix to another. Example below: vec1<-(rep("10",5)) vec2<-(rep("30",5)) vec3<-(rep("80",5)) vecs<-c(vec1, vec2, vec3) resp<-rnorm(2,15) dat<-as.data.frame(cbind(resp, vecs))
2006 May 24
5
Joining variables
Hello, If I have two variables that are factors or characters and I want to create a new variable that is the combination of both what function can I use to accomplish this? Ex. Var1 Var2 SA100055113 19851113 And I want NewVar SA10005511319851113 Thanks in advance. Cameron Guenther, Ph.D. Associate Research Scientist FWC/FWRI, Marine Fisheries Research 100 8th Avenue S.E. St.
2003 Oct 15
2
Example of cell means model
This is an example from chapter 11 of the 6th edition of Devore's engineering statistics text. It happens to be a balanced data set in two factors but the calculations will also work for unbalanced data. I create a factor called 'cell' from the text representation of the Variety level and the Density level using '/' as the separator character. The coefficients for the linear
2012 Nov 22
1
Efficiently creating/defining new variables transformations
I would like to add an extension to the current name of a variable to create a new variable that is its sqrt transform. Each piece of the equation below works independently, but the left side definition fails on run. I also tried creating the variable name first, but ended up with an object that toString() did not fix. Better ideas? Example 1
2011 Jan 04
1
Go from CALLINGout to just CALLING
Hello list, how can I go from CALLINGout to just CALLING ? I've tried : exten => s,n,Set(newVAR=${CUT(CALLINGout,,3)}) or exten => s,n,Set(newVAR=$[CUT(CALLINGout,,3)]) But no result : [Jan 4 11:10:12] -- Executing [s at from-S:34] NoOp("SIP/s2-0000003b", "newVAR=") in new stack Asterisk 1.6.10 here. Kind regards, Jonas. -------------- next part
2007 Oct 10
1
global object in user defined function
I need an object created in a user defined function to be accessible to another user defined function. I am fairly certain the object is correctly created as it prints when I use the return() function, however the 2nd function seems unable to use it. I am guessing objects created in functions are not globally accessible, is this correct? What is an appropriate way to pass the object to the
2011 Apr 11
1
R CMD build --resave-data
Hi, More about the new --resave-data option As mentioned previously here https://stat.ethz.ch/pipermail/r-devel/2011-April/060511.html 'R CMD build' and 'R CMD INSTALL' handle this new option inconsistently. The former does --resave-data="gzip" by default. The latter doesn't seem to support the --resave-data= syntax: the --resave-data flag must either be