similar to: PDC does not refresh or load new ldap users

Displaying 20 results from an estimated 4000 matches similar to: "PDC does not refresh or load new ldap users"

2010 Feb 10
1
billing based on local access number
Hi all, I am configuring asterisk as a prepaid calling card. I am getting different local rate from my ISDN provider e.g 0.002 for landline and 0.13 for mobile etc. In this case I thing I have to say my asterisk/a2billing to bill based on local access number. so How can I retrieve called number (eg. 03-6832-1040 and 0120-272-060 is our ISDN PRI access number) to my asterisk server so i can
2010 Feb 06
1
Logging all user commands
Hi!! We are looking to implement a solution where in the background we want to capture all the commands typed by a user. One of the ways we are thinking of achieving this is to make some changes at an appropriate place in the ssh client's program flow. Given the ssh client eventually sends the command typed by the user to the sshd, I am sure somewhere within ssh program there is a
2010 Mar 07
4
[LLVMdev] llvm and flushing instruction cache
Hi. I have a very quick question. Is the instruction cache flushed by the llvm jit before code in memory is written to or executed? I'm assuming so, but I can't find where in the source code this is happening. In particular I searched for clflush, invd, and wbinvd instructions, but couldn't find them. And if it's not necessary to do this, can you please explain why? (I'm
2011 Jul 14
1
Problem adding new users after upgrade to 3.4.0
After upgrading to 3.4.0, I can no longer add new users. Any users that were added beforehand work fine. Any users that I attempt to create cannot login (error: NT_STATUS_LOGON_FAILURE). I was able to get one new user account to work (see below), but I cannot add any new users. The server is Ubuntu 9.10 running Samba 3.4.0. I am using: security = user pam password change = yes Updating
2009 Nov 09
3
is an extension is use
Is there a way to tell if an extension is in use? We run a call center and it would be helpful for the people taking calls to see if we are on the phone or DND. Is that setup in Asterisk or on the phone? the phone as busy lamp field but i will just turn on after a while even if the extension is not i use. the FOP in FreePBX doesn't appear to be that helpful. i am not sure what it is supposed
2010 Mar 02
2
Sernet repository
Hi All, If you've using yum and have added ftp.sernet...... to your yum.repos.d the paths have changed. The documentation on the Samba site is no longer accurate,I'm hoping someone will update this once I mention it? Thanks _________________________________________________________________ Hotmail: Trusted email with Microsoft?s powerful SPAM protection.
2009 Oct 15
2
converting to data.frame
dear allI have a data set with three types (Tree, Sapling, Seedling). I have estimated the correlation values. now i need to bring all the correlation values in a table like the one i have shown in attached file with R codes.could you please give me idea on this problem thanking you MSNepal _________________________________________________________________ Hotmail: Trusted email with
2010 Mar 01
1
help with install
hi, newbie. i installed from asteriskNOW cd onto a 2nd drive. using a dell system. has a 'c' drive. on reboot. it comes up 'GRUB" and sits there. any clues? thanks. g. _________________________________________________________________ Hotmail: Trusted email with Microsoft?s powerful SPAM protection. http://clk.atdmt.com/GBL/go/201469226/direct/01/
2010 Mar 24
1
software version (lets try it again)
what is the general view about the versions of the packages that are used with asterisk. lame asterisk asterisk-addons dahdi libpri i like to say on a version and not upgrade due to my experience with Linux and upgrading screwing up things. When it comes to Asterisk i have only one server build under my belt and I have had issue along the way. What do most people do with the software
2009 Sep 13
3
custom ip phone interface
I would like to have my ip phone list a menu with different status on it. for example, i could have button on the phone named status. when the button is pressed a list would display on the screen like 1:dnd, 2:break, 3:lunch, etc. we use aastra 57i phones. It looks like i could use xml some way to customize the phone. Also how can i dynamiclly pull the extension so I don't have to cusomize
2009 Oct 08
2
intersection of 2 density curves
Hi, I would like to find out the coordinates of the intersection points of 2 density curves. I did a search but i didn't get any significant results. I really hope some of you have some ideas. here it is an example: set.seed(123) x1 <- rnorm(100, 1, 1) x2 <- rnorm(100, 0, 1) d1 <- density(x1) d2 <- density(x2) plot(d1, col = 2) lines(d2, col = 4) Now i would like to know
2009 Oct 14
1
no outbound calls
here is the debug from the CLI. I think I know where the problem is I just can figure out how to fix it. The IP in the From and To i think is where the problem is. When I make an outbound call. i get the message "the call cannot be completed as dialed". if i call another ext it works. I posted the debug for both calls. ==============outbound call=========================== <---
2009 Oct 19
3
asterisk services not starting up
After i rebuilt my server i did default install of Asterisk using the steps off freepbx site. i used these steps before without any issues. this time i have to start Asterisk manually every time the server reboots. if i start it by using ./start_asterisk script in the freepbx directory i get this from grep root 3840 0.0 0.0 4480 544 pts/1 S 12:13 0:00 /bin/sh
2009 Oct 20
1
New Award Announcement ASA Stat Comp/Graph Sections: The Statistical Computing and Graphics Award
The Statistical Computing and Graphics Award The ASA Sections of Statistical Computing and Statistical Graphics have established the Statistical Computing and Graphics Award to recognize an individual or team for innovation in computing, software, or graphics that has had a great impact on statistical practice or research. Typically, awards are granted bi-annually. The prize carries with it a
2010 Mar 15
1
dnd
I did a clean install to freepbx 2.6.1 and now when i do *76 i get a 1 second flash on the screen then the phone hangs up. the FOP says it is on DND but some ext are still getting calls. once i do a *76 FOP still says I am on dnd. I am running asterisk 1.6.0.21. before i was getting a message like dnd activated and dnd deactivated. i posted this on the freepbx site and here is what i got
2009 Sep 14
1
Event listeners
Hello I am new to Mapstraction so bear with me. I am trying to use Mapstraction V2, I need to call particular function when the map has loaded. I have tried this.map.addEventListener(''load'', this.onMapReady, this) unfortunately this does not seem to do the trick. How would one go about achieving this, is there a place where i can access V2 examples? The sandbox only seems to
2009 Nov 26
1
[LLVMdev] SSA?
Hello, I am a bit confused about the nature of LLVM's SSA and IR in general. Questions: 1) Is it possible to get LLVM to generate code as in /*2*/ (bellow)? 2) if not, how can I tell if an operand has been previously defined? Here is why: I thought (wrongly) that all operands of an instruction must have been previously defined or some constants. I see that the 'bitcast'
2010 Jan 04
0
[LLVMdev] change type allocoted register
Hi; i am using llvm backend on x86 arch. My app ABI requires float2 (v2f32) to be passes as parameter and return in XMM0 register. Currently LLVM handles v2f32 using MMX register MM0. i wonder what changes do i need to do in LLVM to support that change; manipulating v2f32 (float2) using XMM and not MMX ? one place i identifies where a change needs to be done is X86CallingConv.td where it
2010 Feb 01
0
Asterisk for productive Calling Card System
Dear List, i have been thinking of building a calling cards solution based on Asterisk and a2billing.. i have a few questions regarding this solution and was hoping you may have the answers and could be generous enough to offer them. the servers i'm thinking of are with the following Specs: Processor: Intel X3210 Ram: 8Gb HDD: 2x500 GB Sata Internet Link: 100mbps Dedicated was thinking of
2010 Feb 11
0
dnd sorta working
running freepbx 2.6.1 and asterisk 1.6.0.21 i did a clean install with the versions listed above. I was on freepbx 2.5.0 and asterisk 1.6.0 ( i think) I have aastra 57i phones. with the old versions i could hit the dnd(*76) button and i would hear dnd activated and the the light at the top of the phone would light up. Now i hit dnd (*79) and it hangs up after 1/2 second. the light doesn't