search for: 6000

Displaying 20 results from an estimated 1091 matches for "6000".

Did you mean: 1000
2012 Jul 12
1
Asterisk with OpenBTS and mobile phone
...erisk and OpenBTS. I have also two soft phones which works with Asterisk. And also OpenBSC is working with Asterisk successfully (OpenBSC is another project). Perhaps you can help me because I think it is an issue with Asterisk. sip.conf: > ;SIP-Phones (Twinkle) > [user1] > callerid = 6000 > username = 6000 > secret = 6000 > canreinvite = no > type = friend > context = phones > allow = all > host = dynamic > dtmfmode = info > > [user2] > callerid = 6001 > username = 6001 > secret = 6001 > canreinvite = no > type = friend > context = pho...
2007 Aug 29
2
sip authorization problem
...compiled and installed the svn source as a first step I am trying to configure SIP for inside my network. I have a handful of softphones and a few hardphones that I want to all be able to call each other I have configured users.conf with a single softphone(kphone) and have tried calling itself (ext 6000) and the demo from the asterisk install (ext 500), both give me a 401 Unauthorized error below I have included some debugging output and all the important config files *******part of extensions.conf that was added by asterisk-gui (svn)******* [asterisk_guitools] exten = executecommand,1,System(${c...
2001 Feb 22
4
Setting elements in data frame
...t;b","d","F"),N1=c(2,4,6,9),N2=c(6,NA,0,6))) S1 N1 N2 1 a 2 6 2 b 4 NA 3 d 6 0 4 F 9 6 > is.na(x) S1 N1 N2 1 FALSE FALSE FALSE 2 FALSE FALSE TRUE 3 FALSE FALSE FALSE 4 FALSE FALSE FALSE No I want to be able to do: 1) Setting all elements == 6 to 6000 x[x == 6] <- 6000 Error in [<-.data.frame(*tmp*, x == 6, value = 6000) : matrix subscripts not allowed in replacement But just would solve the problem. So I tried to work with which(): > (w <- which(x == 6,TRUE)) row col 3 3 2 1 1 3 4 4 3 But x[w[,1],w[,2]] <- 6000;...
2015 Dec 22
2
asterisk 13 n-way call problem
...OTO_ON_BLINDXFR=fromtransfer and everything works as expected. But I have problem I know that macros are deprecated, but, problem here is that in asterisk 13 |||GOTO_ON_BLINDXFR| is executed only for one channel: | -- Started music on hold, class 'default', on channel 'DAHDI/i1/6000-436' -- <SIP/5082-00000046> Playing 'pbx-transfer.ulaw' (language 'ru') -- Stopped music on hold on DAHDI/i1/6000-436 -- Channel DAHDI/i1/6000-436 left 'simple_bridge' basic-bridge <f5100b94-4c34-40af-9c92-7e129c2bdb00> -- Executing [0 at...
2009 Oct 13
3
strange transcoding values
...we use. I saw those values typing in cli: core show translation g723 gsm ulaw alaw g726aal2 adpcm slin lpc10 g729 speex ilbc g726 g722 slin16 g723 - - - - - - - - - - - - - - gsm - - 2001 2001 6000 2001 2000 16000 - 34002 - 6000 4000 10000 ulaw - 6001 - 1 4001 2 1 14001 - 32003 - 4001 2001 8001 alaw - 6001 1 - 4001 2 1 14001 - 32003 - 4001 2001 8001 g726aal2 - 10000 4001 4001 - 4001...
2012 Feb 08
2
Memory allocation problem (again!)
Dear all, I know this problem was discussed many times in forum, however unfortunately I could not find any way out for my own problem. Here I am having Memory allocation problem while generating a lot of random number. Here is my description: > rnorm(50000*6000) Error: cannot allocate vector of size 2.2 Gb In addition: Warning messages: 1: In rnorm(50000 * 6000) : Reached total allocation of 1535Mb: see help(memory.size) 2: In rnorm(50000 * 6000) : Reached total allocation of 1535Mb: see help(memory.size) 3: In rnorm(50000 * 6000) : Reached total al...
2011 Apr 06
4
Call recording - methodology
Hello Everyone; I am looking for a solution to record calls that come into our Asterisk server. I am hoping for something that is easy to use - however, if I have to modify it to make it easier to use, I do not mind. Does anyone know of any opensource or otherwise solutions out there that I can try out? Thanks much. Glen
2005 Feb 23
2
data.frame error message
Dear R users, I am using v2.0.1 on Windows 2000. I have read a ".dat" file with several vectors, including 2 factors (2 levels x 3 levels), and a vector of responses, into R. There are no unique row names. When I try plot(x,y) or lm(y~x) the following error is returned: Error in model.frame(formula, rownames,...extranames: variable lengths differ What am I doing wrong? I am a
2010 Jan 06
1
Dovecot(MYSQL)/Lda/Postfix/Postfixadmin and Quota limit per user
...n_executable(default): /usr/local/libexec/dovecot/imap-login login_executable(imap): /usr/local/libexec/dovecot/imap-login login_executable(pop3): /usr/local/libexec/dovecot/pop3-login login_user: postfix login_greeting: Server ready. login_processes_count: 4 verbose_proctitle: yes first_valid_uid: 6000 last_valid_uid: 6000 first_valid_gid: 6000 last_valid_gid: 6000 mail_privileged_group: mail mail_location: maildir:/home/vmail/%d/%n/Maildir mail_debug: yes mail_executable(default): /usr/local/libexec/dovecot/imap mail_executable(imap): /usr/local/libexec/dovecot/imap mail_executable(pop3): /usr/l...
2011 Apr 08
2
MOH not working
...ion in Elastix. I want to make customize MOH. But not able to use MOH. I make simple extension in asterisk conf file but no success :( Below are the details of configuration files. Even default MOH is also not working.... *Asterisk Version 1.6.2.17.2 * *1) Extension.conf* [incoming] exten => 6000,1,Answer exten => 6000,n,Set(CHANNEL(musicclass)=BSNL) exten => 6000,n,Set(foo=${CHANNEL(musicclass)}) exten => 6000,n,MusicOnHold(BSNL) * 2) Musiconhold.conf* [BSNL] mode=files directory=/var/lib/asterisk/moh/MTNL [Bhati] mode=files directory=/var/lib/asterisk/moh/Bhati *3) Error log...
2011 Apr 11
1
Asterisk MOH not working with Elastix asterisk 1.6.2.18
...OH. I make simple extension in asterisk conf file but no success :( But when I used Vanilla Asterisk then All things are working.... Below are the details of configuration files. Even default MOH is also not working.... *Asterisk Version 1.6.2.17.2 * *1) Extension.conf* [incoming] exten => 6000,1,Answer exten => 6000,n,Set(CHANNEL(musicclass)=BSNL) exten => 6000,n,Set(foo=${CHANNEL(musicclass)}) exten => 6000,n,MusicOnHold(BSNL) * 2) Musiconhold.conf* [BSNL] mode=files directory=/var/lib/asterisk/moh/MTNL [Bhati] mode=files directory=/var/lib/asterisk/moh/Bhati *3) Error log...
2007 Feb 27
0
mgcp codec problem about ulaw
...then all the registered extensions can make outbound calls but can not be called by sip phone.The output of asterisk is following: asterisk1*CLI> -- Executing NoOp("SIP/1000-084d94b8", "here") in new stack -- Executing Dial("SIP/1000-084d94b8", "MGCP/6000@6000|45") in new stack == Everyone is busy/congested at this time (1:0/0/1) -- Executing Hangup("SIP/1000-084d94b8", "") in new stack == Spawn extension (from-internal, 6000, 3) exited non-zero on 'SIP/1000-084d94b8' -- Executing Macro("SIP/1000-084...
2013 Nov 19
4
Samba 4 DC and member server, rfc3207, winbind, printing, asynchronous I/O - Problems and Fixes
...01f error. After digging in the log level 10, the print driver upload involves access to a LDB file situated in /usr/local/samba/private/sam.ldb.d. The user should be Administrator (as I login as administration in windows client). Through mapping uid and gid through rfc2307, the effective uid is 6000 and its gid is 3085. This in turn create problem in access the directory and cannot edit the LDB file. This cause failure in adding print driver. Is it a bug? In fact, there is a bug report about it: https://bugzilla.samba.org/show_bug.cgi?id=10089 Now, there is no other bug but do a dirty fix...
2012 Nov 21
1
core show translation - difference in Asterisk Versions
...5000 15000 15000 23000 15000 15000 17250 17000 15000 23000 17000 17000 17000 17000 17000 17000 17000 *adpcm *15000 15000 15000 15000 - 9000 15000 15000 15000 23000 15000 15000 17250 17000 15000 23000 17000 17000 17000 17000 17000 17000 17000 *slin *6000 6000 6000 6000 6000 - 6000 6000 6000 14000 6000 6000 8250 8000 6000 14000 8000 8000 8000 8000 8000 8000 8000 *lpc10 *15000 15000 15000 15000 15000 9000 - 15000 15000 23000 15000 15000 17250 17000 15000 23000 17000 17000 17000 17000 1700...
2007 Mar 29
8
error in FreePBX
Ive installed asterisk and freepbx. Through the interface ive configured 2 extensions, 6000 and 6001. My problem is that when i try to call from extension 6000 to 6001, i hear this msg "Im-sorry&an-error-has-occured" and the call is terminated. As expected if i call to another number i get an error. i thought the problem might been related with the NAT but if checked and cha...
2008 Oct 13
0
voicemail issues with 1.6.0
I'm trying to get VoiceMailMain() to work properly, but it refuses. : ( I am using IMAP_STORAGE, which is functioning fine now... My voicemail.conf user line: 6000 => 1234,Brendan's Mailbox,,,imapuser=brendanmartens at crosscomm.net| imappassword=password 6000 => d,Brendan Martens My voicemail extension in extensions.conf: exten => 700,1,VoiceMailMain() And the output on the console: -- Executing [700 at softphones:1] VoiceMailMain(&quo...
2011 May 03
3
Watts Strogatz game
Hi, I have a erdos-renyi game with 6000 nodes and probability 0.003. g1 = erdos.renyi.game(6000, 0.003) How to create a Watts Strogatz game with the same probability. g1 = watts.strogatz.game(1, 6000, ?, ?) What should be the third and fourth parameter to this argument. -- View this message in context: http://r.789695.n4.nabble.com/...
2015 Oct 01
5
xen and spice problem
Hi it is possible to use xen and spice already? If yes is there any howto or doc how? If I turn on spice in cfg of a hvm domU, I get this error: Parsing config from /etc/xen/marax.cfg libxl: detail: libxl_dom.c:238:hvm_set_viridian_features: base group enabled libxl: detail: libxl_dom.c:238:hvm_set_viridian_features: freq group enabled libxl: detail:
2007 Apr 18
2
Data Manipulation using R
Dear Friends, I have data set with around 220,000 rows and 17 columns. One of the columns is an id variable which is grouped from 1000 through 9000. I need to perform the following operations. 1) Remove all the observations with id's between 6000 and 6999 I tried using this method. remdat1 <- subset(data, ID<6000) remdat2 <- subset(data, ID>=7000) donedat <- rbind(remdat1, remdat2) I check the last and first entry and found that it did not have ID values 6000. Therefore I think that this might be correct, but is this the...
2009 Jul 19
1
Index and dummy
Dear R-helpers I have 2 variables x1=rgamma(6000, 2, 1) and x2=rgamma(6000, 3,2). I have to sort (descending) each one and split it into groups. After this each two groups must be merged into one until all population becomes one group. A dummy vector must be created for each group (8, 4, 2, 1) being equal to 1 if the individual (i) belongs to the...