similar to: What's up with the Manager Interface?!?!

Displaying 20 results from an estimated 1000 matches similar to: "What's up with the Manager Interface?!?!"

2004 Mar 10
3
aperm() and as.list() args to "["
Hi everyone. I'm playing with aperm(): a <- 1:24 dim(a) <- c(2,3,2,2) permutation <- c(1,2,4,3) b <- aperm(a,permutation) So if my understanding is right, a[1,3,2,1] == b[c(1,3,2,1)[permutation] ] but this isn't what I want because the RHS evaluates to a vector, and I am trying to identify a single element of b. How do I modify the RHS to give what I want? Following
2006 May 11
4
'extensions reload' clears Regextens
I hope I have this wrong, but when I have a bunch of priority 1 NoOp's created from regexten in sip.conf, and I do an 'extensions reload', I lose all the priority 1 NoOps! This can't be right... this means that in a production environment, if you make a change to your dialplan and do an 'extensions reload', you lose your ability to terminate calls to phones on this system.
2006 Jul 27
4
inserting rows into a matrix
Hi I have a little vector function that takes a vector A of strictly positive integers and outputs a matrix M each of whose columns is the vector, modified in a complicated combinatorical way. Now I want to generalize the function so that A can include zeroes. Given A, I want to strip out the zeroes, pass it to my function, and pad M with rows at positions corresponding to the zeroes
2015 Nov 19
2
Recent -Os code size regressions
Hello LLVM, Does the community have bots or humans tracking code size for -Os builds? I've noticed troubling regressions lately. Sometime near Nov 5, the EEMBC bitmnp01 benchmark grew by 25% for ARMv7m and 35% for i586. That's ghastly. This week, the EEMBC matrix01 workload grew by 5% for ARMv7m and 3% for i586. Regards, -steve
2006 Jun 14
3
SIP, Microsoft RTC, and Originate problem
Skipped content of type multipart/alternative-------------- next part -------------- Reliably Transmitting (no NAT) to 111.111.111.50:16666: INVITE sip:111.111.111.50:16666 SIP/2.0 Via: SIP/2.0/UDP 111.111.111.8:5060;branch=z9hG4bK360502ae;rport From: "asterisk" <sip:asterisk@111.111.111.8>;tag=as348de10b To: <sip:111.111.111.50:16666> Contact:
2007 Oct 24
1
AMI ActionID.... Doesn't work
Is it well known that setting the ActionID when connecting to AMI has absolutely no effect? Is this fixed in Asterisk 1.4? If you add an ActionID to your Originate command for example, it looks like the only events that come back with an ActionID associated are the initial response, OriginateSuccess and OriginateFailure. That's it. No other events have an ActionID associated. This pretty much
2007 Nov 06
4
MeetMe CPU resources
Hello, We would like to have a conference with 15 users aprox. We think that Pentium 4 3GHz and 1GB of RAM should be enough. Only Asterisk running. We wonder if somebody has some other experience, good or bad. We will use Asterisk 1.2 (it is a small and short project for only this). Thanks! -- Carles Pina i Estany GPG id: 0x8CBDAE64 http://pinux.info Manresa - Barcelona
2015 Nov 21
2
Recent -Os code size regressions
On Thu, Nov 19, 2015 at 1:10 PM, Renato Golin <renato.golin at linaro.org> wrote: > On 19 November 2015 at 19:08, Steve King via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> Does the community have bots or humans tracking code size for -Os >> builds? > > Hi Steve, > > I still haven't got around doing a CI for EEMBC or SPEC on ARM. I do > track
2014 Apr 25
4
[LLVMdev] Proposal: add intrinsics for safe division
On April 25, 2014 at 9:52:35 AM, Eric Christopher (echristo at gmail.com) wrote: Hi Michael, > I’d like to propose to extend LLVM IR intrinsics set, adding new ones for > safe-division. There are intrinsics for detecting overflow errors, like > sadd.with.overflow, and the intrinsics I’m proposing will augment this set. > > The new intrinsics will return a structure with two
2005 Jul 15
13
CentOS on Compaq Proliant Rackmount Servers
Greetings, Can anyone relate experience(s) installing CentOS on Compaq rack mount servers units please? Easy no problem, easy some issues, or ghastly do not do it under any circumstances... ;) Basically, I'm looking at some used/refurb dual PIII units and will run RAID on Compaq built in SCSI or is it easy to pop in some 3ware SATA in them? Let me know in terms of CentOS 3 and/or 4 please.
2015 Nov 16
1
Change default samba 4.1. ACL behaviour
I use samba 4.1 as dc with acl. I have user with uid 3000023. However, I don't have group with guid 3000023. However, when this user creates a folder samba in acl list creates permissions for group 3000023 and as result I have broken link. Rowland Penny (thanks to him) said that I could see the type: ID_TYPE_BOTH setting in /usr/local/samba/private/idmap.ldb. As I understood I must change
2009 Sep 16
3
Music on Hold
Hi, I have trouble getting MOH to work after an upgrade from asterisk 1.4 to 1.6.1.4. The call goes on hold, MOH is started, and then stops right away. Here are the files both of type .raw: Tsunami*CLI> moh show files Class: default File: /etc/asterisk/musiconhold/Fr?d?ric Chopin - Polonaises Op. 40-2 File: /etc/asterisk/musiconhold/Fr?d?ric Chopin - Polonaises Op. 40-1 These files
2010 Apr 08
1
reshape panel data
I have a data set with observations on 549 cities spanning an 18 year period. However, some of cities did not report in one or more of the 18 years. I would like to implement the procedure suggested by Wooldridge section 17.1.3 in his "Econometric analysis of cross section and panel data" to correct for attrition. For example the table below indicates that the 3rd and the 7th cities in
2004 Jul 13
1
LDAP and Domain
Hi to all, I'm configuring a samba server to act as Windows Domain Server through ldap, I've created the users for the domain, and seems to work fine when I'm not trying to log against the domain, (I tried with smbclient and mac os x). The problem is when I'm trying to add a windows machine to the domain, it ask me the login/password, I give one of "administrator"
2006 Apr 10
2
Outbound calls through Broadvoice
Hi all, a noob here, I am trying to get outbound calls through asterisk working with Broadvoice. I have consulted the following two online tutorials: http://www.broadvoice.com/support_install_asterisk.html http://www.voip-info.org/wiki/view/Asterisk+settings+Broadvoice in an effort to make outbound calls. My current settings are as follows: sip.conf register =>
2005 Aug 21
2
Broadvoice Issue
I did a quick google search of the lists site and couldn't find a definitive answer, so if it's there, I apologize for asking again. Starting about noon yesterday, I am no longer able to send/receive calls via Broadvoice. When calling in, I get a fast busy, and when calling out I get the following error: -- Executing Dial("SIP/112-572a",
2019 May 13
1
debian 10: errors with my server samba-ad
net groupmap list ntgroup='Domain Users' Domain Users (S-1-5-21-2934682428-5134513513-42425326-513) -> NTDOM\domain users But i did assign a GID myself. ( GID 10000 ) I noticed this. wbinfo --group-info='Domain Users' NTDOM\domain users:x:10000: wbinfo --gid-info 10000 NTDOM\domain users:x:10000: wbinfo --gid-info 100 NTDOM\domain users:x:100: So i have 2 GID for Domain
2015 Feb 10
1
Dial Plan Issue
I am trying to transition an application over from a FreePbx box to a Standard build Asterisk 11.6 box. I have a job that creates a call file and plays a sound file. If it detects a voicemail, then it plays it, waits 1 second and replays it. The FreePbx box works fine but the Standard Asterisk build is dropping the call during the first Voicemail playback and it does not leave the voicemail.
2013 Feb 26
1
set time zone in sip debug logs
Hello, Please suggest the way to change the time zone in below sip debug logs. INVITE sip:xxxxxxxxxx at xxx.xxx.xxx.xxx:5060 SIP/2.0Via: SIP/2.0/UDP xxx.xxx.xxx.xxx:5060;branch=z9hG4bK7bbd9;rportMax-Forwards: 70From: "xxxxxxxxxx" <sip:xxxxxxxxxx at xxx.xxx.xxx.xxx>;tag=as23a29r59To: <sip:xxxxxxxxxx at xxx.xxx.xxx.xxx:5060>Contact: <sip:xxxxxxxxxx at
2006 Feb 06
1
Will not authenticate incoming VOIP provider calls
I running Asterisk 1.1 on Mandriva 2006. Everything works fine, can connect with softphone, send outgoing calls to VOIP provider. The only (and big) problem is that Asterisk refuses to authenticate incoming calls with the message (in the log): Failed to authenticate user "XXXXXXXXXX" <sip:XXXXXXXXXX@209.17.160.129> From what I've read in the various docs I could access, I