similar to: Extensions base policy

Displaying 20 results from an estimated 5000 matches similar to: "Extensions base policy"

2006 Mar 23
1
Dialling Problem
Dear List, I am facing another strange problem . some of my envisions like to use other prepaid card (whatever they found in market) but when they dial that access number (phone number to put the pin) they get IVR (Please provide your pin number ) but when my user press pin its not going through, that IVR even can't get wrong pin number . just get disconnected as no pin number provided. what
2006 May 31
4
how to decrease answer time !
Dear list i am using Asterisk 1.2.5 with A@H . here is my problem. if i dial a number (consider 79) i have to wait around 20 seconds before my Asteisk box response. now i want to decrease this waiting time . any idea how to do that ? thanks Salaque
2006 Mar 21
1
Asterisk and gateway
Dear all, I am really new in this world, In my office i setup a Asterisk and all extensions are working fine . i also add some trunk to route my local calls. As some user needs to call overseas so we are looking for cheap gateway with SIP supported. Now . we found one gateway . they just give me there softwitch's ip and told to me to send my call there. i have no idea how to router my
2008 Feb 13
3
How to soft hangup all channels at a time .
Dear all, Anyone can point me how to soft hangup all channels using single command ? I am using Asterisk 1.4.15. thanks Salaque
2009 Jul 17
1
quenstion about asterisk
Hello fellows, I want to know if there?s a way to capture the numbers typed for a user; without waiting that the IVR finish or without predefine the numbers of digits. I?m going to explain you better, for example I want to know that a user typed 12345#, but I want that the user can type over IVR and don't predefine the numbers of digits XXXXX because the user should have the quantity the
2006 Jul 05
2
[Newbie] The pickaxe book and benchmark
Hello, I was reading the pickaxe book and then I arrived to the chapter "When trouble strikes" in the Benchmark section. I have this code: #!/usr/bin/ruby -w require ''benchmark'' include Benchmark LOOP_COUNT = 1_000_000 bm(12) do |test| test.report("normal:") do LOOP_COUNT.times do |x| y = x +1 end end
2007 Dec 07
1
Problem with the ring timeout in dial command for local extensions
Hi all, I don't know if this is the right list to ask, since I'm using Trixbox version 1.0.0.28, that has asterisk 1.2.17. I'm trying to configure the ring timeout value for my local extensions (when dialing from one to another), and the dial command simply ignores my values... I have one extension 0017 in my box, so I used the command Dial(SIP/0017|100|rTtWw) to dial to it. The call
2007 Jul 13
3
[LLVMdev] NO-OP
Guys, I am in need of a no-op instruction: an instruction that does not do anything, and has no operands. Does LLVM predefine such an instruction? I want to transform the program so that there is no empty basic block. Fernando
2005 Sep 01
3
Automon filenames
Guys. How are filenames determined for automon and queue recordings enabled on queues.conf? I see the names have some tomestamps or something but is there a way to predefine the filenames to use? Thx!
2005 May 23
6
colors and palettes and things...
After trying to find if there was a color picker in the FAQs and the help, I thought I would send a post here. I was overwhelmed with all the wonderful color choices R has predefined (discovered after typing in colors()) but can't figure out what they all (by name) look like. Is there a color picker or some other method to display all those colors next to the name? I think I can put together
2004 Nov 07
3
Zone to same zone policy
Are there any scenarios that require traffic from a zone to itself to be blocked? If not, Shorewall should possibly allow it as a matter of course. It seems strange having to explicitly create such a policy & it''s not immediately obvious when it is required. -- Taso Hatzi caesar 17 <<-salad cjbx jc vdwwjar jc xi jc jd salad
2007 Jul 13
0
[LLVMdev] NO-OP
Fernando Magno Quintao Pereira wrote: > I am in need of a no-op instruction: an instruction that does not do > anything, and has no operands. Does LLVM predefine such an instruction? I > want to transform the program so that there is no empty basic block. You can never have an empty basic block. All BBs must have a TerminatorInst. Nick
2008 Feb 18
1
Set up shared mailboxes for secretary-boss-relationship
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, some users are to read other users mailboxes (secretary-boss relationship), in order to filter out minor issues, SPAM, appointment requests etc. pp. The "boss" wants to see/access his/her mailbox the usual way, no fancy stuff. Furthermore, this is a N:N relationship, meaning one user needs to read one set of user's
2016 Apr 16
2
[cfe-dev] [libunwind] __ELF__ macro for arm-none-eabi
On 16 April 2016 at 01:44, Zhao, Weiming via cfe-dev <cfe-dev at lists.llvm.org> wrote: > I'm building libunwind for ARM baremetal using clang. > I notice that __ELF__ is used in libunwind and the macro is only defined for > Linux target on ARM. > Should we also predefine that for arm-none-eabi target? Do you mean in Clang's ARMTargetInfo::getTargetDefines() ? I think
2012 Mar 25
2
Updating a Markov Chain
Hello, my question is if anyone has any good ideas how to create a Markov Chain from ordered data. So, I have some sort of time series, and if value1 happens as time1 and value2 happens at time2 I record this as an update to the probability transition matrix. The problem is that I cannot predefine the size of the matrix (as I don't know how many states(values) I will have in the end) and
2006 May 13
1
Confused !
Hello list, I'd like to share something u all , so that i could understand whats going on into my Asterisk box. i have a setup like this client(ip phone) -----ip network------- [Asterisk]----ip network -------[Service provider] i have configured A2biling in my Asterisk box. so when client call to my Asterisk A2billing's ivr respoce , my client authenticate there pin and call . all
2006 Nov 10
1
Looking for IP phone / ATA that has builtin VPN support
Dear all, I am looking for ip phone/ ATA that has built in VPN support. can any one suggest me any brand or customize firmware ? thanks Salaque
2006 Jan 11
0
Connection problem with a generic-runtime-built ActiveRecord::Base
Hi, I''m trying to create a "runtime-generic" ActiveRecord class, It means I don''t need to know the table or database, before I create my program ruby-rails. So I don''t need to predefine my database in environment.yml file and pre-build classes inherited from ActiveRecord::Base. I write some code, it seems to work. However, I can''t disconnect my
2010 Aug 15
6
Realtime Context
Hi, I'd like to be able to create contexts in real-time when I add new clients to my asterisk box. Currently, I have to create a blank context in extensions.conf and add:- switch => Realtime/@ Is there any way to avoid the step of creating the blank context and simply include all the entries from the database? Thanks Dan -------------- next part -------------- An HTML attachment was
2007 Aug 08
1
asterisk wait for traling digits
Dear all I have asterisk setup now what happend when i dial 4 digit number my asterisk wait for few digit why when i press # key it is dialing fast but without # wait for few number is there any configuration for dialplan I have setup asterisk with avaya system i have 5 avaya system on 5 location i use 16XX,22XX,33XX,44XX,20XX to reach avaya extentions but when