similar to: Occasional call from "asterisk"

Displaying 20 results from an estimated 300 matches similar to: "Occasional call from "asterisk""

2011 Mar 16
1
Discover held channel?
Hi, Here is a scenario: 1) A call comes in on an outside line on a DAHDI device 2) The call is answered by a SIP extension (Linksys SPA942 to be exact) 3) The SIP extension places the outside call on hold 4) The same SIP extension dials another extension. Is it possible for the dialplan in step 4 to discover the channel of the call placed on hold in step 3? In other words, since it is the
2011 Mar 23
1
Hang using Festival application
Hello, Suppose a dialplan such as: exten => 6004,1,Answer exten => 6004,n,Wait(1) exten => 6004,n,SayDigits(1) exten => 6004,n,Festival(This is a test of Festival) exten => 6004,n,Hangup When watching in the CLI, I see this: == Using SIP RTP CoS mark 5 -- Executing [6004 at internal:1] Answer("SIP/505-00000004", "") in new stack -- Executing [6004 at
2011 Mar 08
1
TDM410P & dahdi driver == no lights?
Hello, I have just installed an Asterisk server with a Digium TDM410P card with 3 FXO modules (no module in the 4th slot). It's lived on two different machines (a test machine, which had Linux kernel 2.6.28, and a new dedicated machine which has Linux kernel 2.6.32). On the test machine (2.6.28), I used the Zaptel drivers. Once the kernel modules were loaded, the lights on the TDM410P came
2007 Apr 14
3
Error on optimize leads to corrupt index?
The following exception occurred while trying optimize a large index: vendor/gems/rdig-0.3.4/lib/rdig/index.rb:46:in `optimize'': End-of- File Error occured at <except.c>:93 in xraise (EOFError) Error occured in store.c:216 - is_refill current pos = 0, file length = 0 Now, I get the following error any time I try to create a new index on the directory that I was trying
2004 Oct 25
2
Transfering Calls
I am having several users complain about not being able to use the # button when dialing into IVR's, etc, because the # key prompts for transfering the call to another extension. Is there a way to still provide transfer capability, but not use the # key? I am using SNOM 200 phones so if anyone has any suggestions, I would greatly appreciate it. Thanks, Brian
2005 Sep 14
4
*** saving files ***
Hi, I need help :o( I want that my function saves result files in a for()-loop while it runs automatically. the filenames must be saved like: file_1 -> for 1. result file_2 -> for 2. result file_3 -> for 3. result and . . . file_n -> for n. result the file names are the same identified by _1, _2
2012 Jan 11
3
summarizing a complex dataframe
I need some help summarizing complex data frames (small example below): m1_1 m2_1 m3_1 m1_2 m2_2 m3_2 i1 1 1 1 2 2 2 i1 2 1 1 2 2 2 i2 2 2 1 2 2 2 For an arbitrary number of columns (say m1 ?. m199) where the column names have variable patterns, and such that each set of columns is repeated (with potentially unique data) an
2017 Jun 16
2
compil error samba 3.6.5
hello, When I compil the samba new version samba 3.6.5, on Debian jessie 8.8, most of the time I've got an error message. I can compile without problems samba 3.6.4 on the running servers. It doesn't happen on a fresh install Thanks for your help, - serge. 'configure' finished successfully (1m56.906s) WAF_MAKE=1 python ./buildtools/bin/waf build Waf: Entering directory
2006 Jan 17
5
simple question
How do I pass parameters from one controller to another during redirect_to command? I want to pass both model and non-model objects. The solution I use is via session, but I rather pass it as parameters to the redirect_to Thanks. -- Posted via http://www.ruby-forum.com/.
2012 Jan 05
6
assest pipeline how to exclude some css files?
In my assets I have intranet |_1.css.scss |_2.css.scss internet |_1.css.csss application.css application_internet.css application_intranet.css 1.css.scss 2.css.scss 3.css.scss intranet and internet are directories. In my layout I want to exclude the files under internet and intranet. I have created application_internet.css /* * application-internet.css * *= require_self *=
2007 Aug 23
2
Exact Confidence Intervals for the Ration of Two Binomial
Hello everyone, I will like to know if there is an R package to compute exact confidence intervals for the ratio of two binomial proportions. Tony. [[alternative HTML version deleted]]
2004 Aug 06
2
few questions about icecast/ices
On Wed, Jun 26, 2002 at 10:08:20AM +0200, Thomas Gutzler wrote: > Can I force a special streamer "foo" always to be heard on a specified > mounpoint "/bar" ? Please rephrase the question im not sure i understand? > I found the users.aut, groups.aut and mounts.aut but I'm not really sure > what they do, or if they do something at all .. They do. They are
2011 Jul 23
1
Achieving 'reverse-Vech' of a matrix
Let say i have a square matrix and applied the 'vech' operator to stack the lower triangular elements into a vector: > Mat <- matrix(1:25, 5) > Mat ? ? ?[,1] [,2] [,3] [,4] [,5] [1,] ? ?1 ? ?6 ? 11 ? 16 ? 21 [2,] ? ?2 ? ?7 ? 12 ? 17 ? 22 [3,] ? ?3 ? ?8 ? 13 ? 18 ? 23 [4,] ? ?4 ? ?9 ? 14 ? 19 ? 24 [5,] ? ?5 ? 10 ? 15 ? 20 ? 25 > Mat[lower.tri(Mat)] ?[1] ?2 ?3 ?4 ?5 ?8 ?9 10 14
2012 Nov 30
2
[LLVMdev] [polly] scev codegen (first step to remove the dependence on ivcanon pass)
Hi Tobi, I would like to remove the SCEVRewriter code and replace it with a call to SCEVAddRec::apply (see attached a patch that adds just this function). More precisely I want to add another function called apply_map that applies a map (loop -> expr) on a given scev. This is the apply function on a multi-variate polynomial. So here is an overview of how I would like the scev code generator
2013 Apr 22
1
h323-sip: one way connection
hello everybody i want to have sip connection between two asterisk systems (145 and 146). connection from 145 to 146 is ok but i can not call from 146 to 145. this is h323.conf file in 145: [peer146] host=192.168.0.146 type=friend context=from-trunk [to-146] type=peer host=192.168.0.146 faststart=yes tunneling=no progress_audio=yes disallow=all allow=alaw allow=ulaw this is mu extensions.conf
2013 Jan 25
1
two samba4 questions
Hello everyone, Currently I test smb4. I successfully installed samba 4 (ntp, internal_dns) including a joined win7pro client + I'm able to use Windows Remote Administration Tools and the Group Policy Management stuff. _1 Backup Is there a common way to backup samba4 for disaster recovery scenarios or to port it to another machine? _2 Security tab is missing on Shares only I defined a
2013 Mar 27
1
Pattern matching repeating digits
'lo, all, Is there some (possibly undocumented?) way that I can pattern-match on a specified number of repeating digits? (Something similar to regular expressions' {}) Here's an example: let's say I have a string of things that need to be done for both extensions 233 and 255. I can either... A) Repeat the exact same code for both extensions, like so: exten =>
2004 Sep 13
2
allowing/disallowing codecs in dialplan?
Hi all, Is there a possibility to set the codecs Asterisk will choose in the dialplan ("exten=>" statements or their contexts) instead of sip.conf? My problem is that I connect my SIP phone with several providers (Nikotel, Sipgate, Stanaphone) for icoming and outgoing calls. Not all of these providers offer the same set of codecs. I'd like Asterisk to use the same codec for the
2004 Oct 04
2
Limit extensions to single lines
Hi, I have been trying to get my * box to limit an extension to one line for either an inbound or outbound call anyone got a quick example I can look at or a good howto? Cheers, Dee
2009 Aug 04
0
[PATCH] Log ~/.ssh/authorized_keys comments when using LogLevel=VERBOSE
Hi, Attached is a patch to log key comments upon successful login. It just adds them to the already existing verbose() call. I find it useful e.g. on shared accounts where it's sometimes not enough to have the key fingerprint in the log file. Can this be applied? -- Fernando Vezzosi qw(MDAx MTAw MDEw MDEx MDAw _5 MTEw _6 _1 _5 _5 _4 _2 _2 _6 MTEx _1 _5 _5 _4 _5 _2 _6