search for: number1

Displaying 20 results from an estimated 28 matches for "number1".

Did you mean: number
2017 Dec 14
3
Rewrite Outgoing Number
.... I have 2 SIP provider: Provider1: In-/Out- Flatrate, only 1 Number Provider2: Incoming Flatrate, Outgoing Cost depend on destination, 3 numbers On Asterisk site i have 3 phones (branch ??, don't know how its called in asterisk) Is it possible to do something like: Phone 1: Incoming Call: Number1/Provider1 Outgoing Call: Number1/Provider1 Phone 2: Incoming Call: Number1/Provider2 Outgoing Call: Number1/Provider1 Phone 3: Incoming Call: Number2/Provider2 Outgoing Call: Number1/Provider1 Best Regards, Basti
2017 Dec 14
2
Rewrite Outgoing Number
.../Out- Flatrate, only 1 Number > Provider2: Incoming Flatrate, Outgoing Cost depend on destination, 3 numbers > > On Asterisk site i have 3 phones > (branch ??, don't know how its called in asterisk) > > Is it possible to do something like: > > Phone 1: Incoming Call: Number1/Provider1 Outgoing Call: Number1/Provider1 > Phone 2: Incoming Call: Number1/Provider2 Outgoing Call: Number1/Provider1 > Phone 3: Incoming Call: Number2/Provider2 Outgoing Call: Number1/Provider1 > > I have forgotten an essential thing: > > Phone2 und Phone 3 should use Lin...
2004 Aug 16
1
linux, XP, and samba
Can any suggest why the mount failed? The IP address of number1 is 192.168.0.1. Here's the script: Thank you. Script started on Mon Aug 16 12:49:14 2004 [root@number4 root]# smbclient -L number1 added interface ip=192.168.0.4 bcast=192.168.0.255 nmask=255.255.255.0 Password: Domain=[HOME] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager] Shar...
2009 Feb 06
1
Tables in legend
I need to create a legend for a simple scatter plot in the following format. This is Blah1 number1 number2 This is Blah2 number3 number4 . . . This is Blah6 number11 number12 I looked up these help pages and found the following solution. lStr<-c(Blah1, Blah2,....Blah6, number 1, number2, ...number12) legend(x="topright",lStr,ncol=3) So this creates the tabular format I am lo...
2012 Oct 25
3
How generate random numbers from given vector???
I wanna generate random numbers from a vector... for example number<-c(0,1,3,4,5,6,8) so rsidp<-function(x){ i=0 for (i in seq(1:x)) {y<-sample(number,x, replace=T)} return(y) } so all random numbers have to be from vector "number"; so if I type rsidp(5)..... it has to give me 5 random numbers except 2,7,9 (because they are not in the vector "numbers"). help
2007 Oct 09
1
Error: 603 declined
...get this log: voip*CLI> debug channel 1 No such channel 1 Debugging on new channels is enabled -- Executing Dial("SIP/user1-08148450", "SIP|user2") in new stack Oct 9 12:52:41 WARNING[3478]: app_dial.c:1024 dial_exec_full: Dial argument takes format (technology/[device:]number1) == Spawn extension (sintys, 1112, 1) exited non-zero on 'SIP/user1-08148450' Oct 9 12:52:41 WARNING[3453]: channel.c:787 channel_find_locked: Avoided initial deadlock for '0x81508e8', 10 retries! What is the problem ??? Any help please ??? Thanks a lot Alejandro
2003 Nov 16
2
two X100P cards, different context
...uage=en context=inbound-analog signalling=fxs_ks usecallerid=yes callwaiting=yes echocancel=yes echocancelwhenbridged=yes busydetect=yes busycount=10 callerid=asreceived rxgain=10 txgain=15 channel => 1 channel => 2 What I must do to separate the two? Let's say: ZAP/1 in context 'in-number1' ZAP/2 in context 'in-number2' Thanks, Dan
2009 Sep 30
1
How to finish a Meetme
Hi people, I want to make a meetme between 2 numbers. First I enter the number1 into the meetme. It is waiting for the other number, but the other number never entered, so, how can I finish the meetme from the dialplan?. Is it posible by using MeetmeAdmin and kick all the users? Thanks, Anahi Ludue?a _______________________________________________________...
2006 Mar 07
0
Agents and agent counts
...${QUEUEAGENTCOUNT(sales)}?7:100)}) ;Checks to see if there are active agents exten => 852,6,Goto(Mercury-Sales,852,${Queue_Count_Switch}) ;Sends to closed if there are none exten => 852,7,Queue(sales|tT|||) Here is what the CLI shows for queue members (note: NUMBER1 and NUMBER2 represent phone numbers that are real. they are different however and typed in correctly) sales has 0 calls (max unlimited) in 'leastrecent' strategy (0s holdtime), W:0, C:0, A:0, SL:0.0% within 0s Members: SIP/NUMBER1queue with penalty 3 (dynamic) (Not in us...
2011 Feb 13
1
Call Files, Variable passing
...\r\n"); fputs($oSocket, "Context: $strContext\r\n"); fputs($oSocket, "Priority: $strPriority\r\n"); fputs($oSocket, "MaxRetries: $strMaxReTry\r\n"); fputs($oSocket, "RetryTime: $strRetryTime\r\n"); fputs($oSocket, "SetVar: DIAL1=$number1\r\n"); fputs($oSocket, "SetVar: DIAL2=$number2\r\n"); fputs($oSocket, "SetVar: AcceptParallel=$ap\r\n\r\n"); fputs($oSocket, "Action: Logoff\r\n\r\n"); Here I am trying to set three variables but they do not seem to be passed on to the extensions for...
2008 Feb 21
2
column name handling and long labels
Hi, I have two loosely related questions which could make my live again a bit easier: 1) Is there a simple way to select a range of columns in a data frame using column names? I am thinking of something like mydf[1,"col4":"col8"] 2) I have a data frame with many columns and they all have short variable names which is good in most cases but sometimes it would be nice to have
2013 Jan 04
4
Iterative loop using "repeat"
...is less than 0.001, R give me back the last matrix. The code thus created allows me to repeat the process only on the first two matrices: function(x) { for(i in 1:10) repeat { b<-robustm(S_X) b2<-robustm(b) if(abs(b2[i,i]-b[i,i])<=0.001) break } print(b2)} in particular S_X is my matrix number1 (already defined, dim 10*10), b2 is my matrix n.2, if the difference isn't less than my value, I would like reiterate the process using b2 instead S_X and so on... (actually serves to me that if the difference is not less than 0.001 the process starts again taking the last array that has ident...
2008 Jul 18
1
Calculating Betweenness - Efficiency problem
...ing R. Currently, I have the node-node information (City1-City2) in an excel file, present in two columns where column A has City1 and column B has City2 that city1 is connected to. These are the steps that I go through to calculate betweenness of my network. a) Convert the City1-City2 (text) into Number1-Number2 in the excel file where every unique city has a unique number. b) Paste all the city-city information separated by comma into c(...) in the R GUI to obtain the corresponding vectors. As you can imagine this copy-paste operation takes a long time. Example: c(1,3,1,5,2,4,2,5). Just fyi, I hav...
2007 Apr 16
1
Instability on Asterisk
...but in few moments it act ignoring sip packets becouse my ip phones can't register in asterisk and asterisk can't register his 100 lines in external voip provider. I have log's only for external registration error: [Apr 16 07:14:18] NOTICE[2851] chan_sip.c: -- Registration for 'number1@sip.provider.com' timed out, trying again (Attempt #36) [Apr 16 07:14:18] NOTICE[2851] chan_sip.c: -- Registration for 'number2@sip.provider.com' timed out, trying again (Attempt #36) [Apr 16 07:14:19] NOTICE[2851] chan_sip.c: -- Registration for 'number3@sip.provider.com'...
2006 Feb 23
2
Incoming/Outgoing call question
...f there is a good way to test for which number and where to send it to. Right now my though process was something like this (keep in mind I haven't wrote it): [default] include => Our-Numbers include => Business1 include => Business2 [Out-Numbers] exten => s,1,gotoif,$[${EXTEN}=Number1 | ${EXTEN}=Number2......${EXTEN}=NumberN]?Match:1|: Is that the best way to test for the number that is being dialed? Or can you recommend a better way. If anyone has done something similar could you share how you did this type of a setup? I know I could manually put in each one, but I think t...
2005 Aug 09
2
Load Testing
Guys. How and which tools to use to load test an asterisk install? Say for example, you need to see how many calls can be routed thru before losing quality and making the cpu jump to the roof?
2005 Jun 03
0
FW: streaming mp3 files
...at I have in icecast.xml - webroot, were all of our mp3 files are located <webroot>/opt/websites/kuer/audio</webroot> website - index.html file, this works with icecast-1.3.12 <a class="readfull" href="http://audio.kuer.org:8000/playlist.pls?mount=/file/soundscape/number1 8.mp3&file=dummy.pls">Listen: Bats Part 1</a> If I click on the link I get an error "The page cannot be found" If I change the code to this, were the mp3 file is located, it trys to down load the file <a class="readfull" href="http://audio.kuer.o...
2006 Aug 29
0
Key() and par(mfrow)
Hi Folks, I want to use key() to position the legend on top of the page in the following example. Prefer not to use locator()> par(mfrow = c(2,2))> plot(1:4, title="Plot Number1")> plot(rnorm(10), title="Plot Number2")> plot(1:10, title="Plot Number3")> key(x,y, text=list(c("Alpha","Beta")), text=list(c(1,2)))> > > x,y should indicate the position of the legend which is top left of the > > page. The l...
2004 Apr 01
1
dialout with chan_capi
Hi, When I try to dialout over chan_capi everything works fine when I settle for msn=* in my capi.conf and use the primary msn of my ISDN-line. But trying to configure a different MSN the chan_capi doesn't dial and comes with: No one is available to answer at this time What can be the prob? -- Thanks, Marc aka IzNoGood
2005 Aug 02
0
strange asterisk issue
...o2lux (Turned on) Phone 2,3,4 = Mike, Bob and Theo ( This 3 PC now turned off) I have a strange problem: I call Phone2 and don't answer. Ok, the pc is turned off I call Phone3 and don't answer. Ok, the pc is turned off I call Phone4 and answer (turned off pc). I get an answer from Phone number1. But im not registered as Phone1 at Phone4. Any idea to solve this problem ? Thank you very much !