Displaying 20 results from an estimated 11000 matches similar to: "extensions.conf issue"
2010 Jul 16
0
Mixed Conditional Logit with nested data
Hello Everyone,
This is my first attempt to do something in R. As a precursor to a Willingness to Pay analysis, I want to conduct a Mixed Conditional Logit analysis but am unsure how to proceed because of some nesting within my data.
Below is some data and code that illustrate what I’m trying to do. The data are based on responses to a conjoint survey obtained during pilot testing. In the
2006 Dec 12
5
Asterisk Manager
Hello,
I am not an asterisk expert but i am developing a web application that
is using asterisk. I would like to know if it is possible to configure a
Manager to only monitor a special
extension, and of course how to do that.
The application is written in java and is using asterisk-java. Right now
i have one manager that i am connected to and i receive all the events
but i would like to have
2012 Mar 05
1
asterisk 1.8.9.2 channel.c: Channel allocation failed
Hello List!
My Asterisk stopped making SIP-calls today, I could call from external, and
saw Call coming in over PRI, but calling the SIP/Device
wont work. I saw 5 open channels - all chan_spy. Only a restart helped.
In the messages-file i found from yesterday:
[Mar 4 17:28:01] NOTICE[25769] app_chanspy.c: Attaching SIP/209-0000170fto
SIP/210-0000170e
[Mar 4 17:29:38] NOTICE[25790]
2004 Oct 08
3
Bug with png() and plot(type="n") (PR#7270)
Full_Name: Allen McIntosh
Version: 2.0.0
OS: Linux
Submission from: (NULL) (67.80.175.118)
Observed the bug with the following combinations: (RedHat 7.3, R 1.6.0) (RedHat
7.3, R 1.9.1) (Redhat 9, R2.0.0).
In the second plot (.png file) produced by the following sequence:
png(file="x%d.png")
plot(1:10,1:10,main="ooo",type="n")
segments(1:9,1:9,2:10,1:9)
2009 Mar 29
2
number of ticks in a persp() plot
Hi, I am trying to specify four ticks (at 0,1,2,3 for the y axis) in a persp
plot but the defaults overrule my specification and I obtain seven of them.
Is it possible to gain full control over them in such a plot? Here is my
code:
matlines=matrix(c(1:7,3:9,3:9,2:8),nrow=7,ncol=4)
2008 Aug 15
2
DID's needed for Reston Virginia - + hosted asterisk
I've just started consulting for a SME client based in Reston Virginia.
They don't know it yet but they are going to need a hosted asterisk
service and some DID's.
Email me if you are able to provide 10 DID's in Reston (must be able to
be ported away!!) and hosted Asterisk with end user configurable IVR
etc. Probably only 5-8 users at the moment BUT... they'll be
2009 Oct 02
1
How to call extensions and add them to a conference room
Greetings,
I have created simple conferencing solution before using meetme application,
but this times its a little tricky.
My client needs a functionality to call multiple extensions to join a
conference room. Extensions will ring like in a ring group, and on pick up,
user will be either automatically added to the conference room, or maybe
I'll program them to enter 9 to accept and 8 to
2011 Feb 26
1
Finding pairs with least magnitude difference from mean
Hi,
I have what I think is some kind of linear programming question.
Basically, what I want to figure out is if I have a vector of numbers,
> x <- rnorm(10)
> x
[1] -0.44305959 -0.26707077 0.07121266 0.44123714 -1.10323616
-0.19712807 0.20679494 -0.98629992 0.97191659 -0.77561593
> mean(x)
[1] -0.2081249
Using each number only once, I want to find the set of five pairs
where
2003 Sep 11
3
PROBLEM RECIVING CALLS AT FXO
Hi...
I have the next problem.. I have a FXO card with i can make calls but i cant
recive calls.
At the consol, i get the next error:
-- Zap/2-1 is ringing
-- Zap/2-1 is ringing
-- Zap/2-1 answered Zap/1-1
-- Attempting native bridge of Zap/1-1 and Zap/2-1
WARNING[262160]: File chan_zap.c, Line 2857 (zt_handle_event): Ring/Off-hook
in strange state 6 on channel
2007 Mar 08
1
map not displayed after Ajax.updater request
In my layout header I inserted the standard helper : GMap.header
I built the map in my controller , I build either a standard table
or a map and display it in the corresponding partial
the map is built without any problem with the icons and markers
( @map is correct...)
@map = GMap.new("map_div")
...
@map.icon_global_init(GIcon.new(:image =>
1999 Dec 28
1
Patch to detect perl using autoconf
For systems that don't have perl at /usr/bin/perl, fixpaths doesn't run.
I've added a check in configure.in to find where perl is and use it to
run fixpaths. Here's the patch:
--- configure.in.orig Mon Dec 27 23:09:36 1999
+++ configure.in Tue Dec 28 10:16:05 1999
@@ -9,6 +9,7 @@
AC_PROG_RANLIB
AC_PROG_INSTALL
AC_CHECK_PROG(AR, ar, ar)
+AC_CHECK_PROG(PERL, perl, perl)
2004 Aug 20
1
Testing a channel's status
Hello,
I'd like to be able to see if a channel is use and handle the call
differently if it is. The best I can find is the command
ChanIsAvail(). The problem is, I have an snom200 phone which does call
waiting, so even if it is engaged in a call, a second channel is still
available on it. I would like to be able to differentiate between
these two cases: no calls engages, or calls
2003 May 27
1
Duplicate numbers with outbounding calls
I've a problem with my X100P card.
I'm setting up a VoIP to PSTN gateway,with oh323. This works, but when I
call an PSTN phone number, some digits are duplicated, so I'm unable to
call the right person.
Not very clear ? I'll try to do better (sorry, I'm french...)
example :
I use ohphone (with quicknet hardware), I call asterisk
(*192*168*1*204#), asterisk answers, I choose
2006 May 01
2
klibc: s390 errno...
I'm trying to do a full rebase (history clean) of the klibc kernel tree,
and came across the following changesets between klibc 1.3.12 and .16:
--- a/usr/klibc/arch/s390/syscall.c
+++ b/usr/klibc/arch/s390/syscall.c
@@ -11,6 +11,6 @@ long int __syscall_common(long int err)
{
if ((unsigned long)(err) < (unsigned long)(-125))
return err;
- errno = err;
+
2004 Apr 27
1
Queue() with H option
Has anyone used the H option for Queue() with Callback queues? I want
customers in my queues to be able to jump out to voicemail when they get
tired of waiting, but in my setup when I pretend to be a customer and
press '*' [when I am waiting in the queue] I see the message 'User hit *
to disconnect call.' but then just jump out to the outer loop where
queued callers wait to
2002 Nov 12
2
2.5.5 build ignores $CPPFLAGS
(I'm not subscribed; Mail-Followup-To set.)
Contrary to the claim in the output of ./configure --help, $CPPFLAGS
is in fact not influential.
--- rsync-2.5.5/Makefile.in~ 2002-03-24 23:36:34.000000000 -0500
+++ rsync-2.5.5/Makefile.in 2002-11-12 17:52:04.000000000 -0500
@@ -9,6 +9,7 @@
LIBS=@LIBS@
CC=@CC@
CFLAGS=@CFLAGS@
+CPPFLAGS=@CPPFLAGS@
LDFLAGS=@LDFLAGS@
2003 Nov 27
1
[PATCH] do not use -R on ppc to link shared objects
The *.shared targets require -shared on powerpc, and -R leads to linker
errors.
This patch makes the -R an arch define. ia64 at least requires -R.
--- ash/Makefile
+++ ash/Makefile 2003/11/27 15:04:02
@@ -36,7 +36,7 @@
$(STRIP) $(PROG)
$(PROG).shared: $(OBJS) $(LIBS)
- $(LD) $(LDFLAGS) -o $(PROG).shared -e main $(KLIBSRC)/interp.o $(OBJS) -R $(KLIBSRC)/libc.so $(LIBGCC)
+ $(LD) $(LDFLAGS)
2013 Aug 21
3
Build problems: klibc with Linux 3.10.7
On Wed, Aug 21, 2013 at 06:48:08PM +0200, maximilian attems wrote:
> On Wed, Aug 21, 2013 at 06:03:41PM +0200, leroy christophe wrote:
> >
> > Note that step B is working well.
> > It is step C, the 'make install', which fails.
>
> right, it is the toplevel Makefile one needs to poke for the target.
>
see belows proper patch:
>From
2004 Jul 26
6
Can't dial SIP<->EuroISDN (HFC-S based PCI ISDN card): Unable to create channel of type 'Zap'
Hi,
I'm trying to set up an Asterisk pbx based on a Fedora Core 1 Linux box
(customized kernel version 2.4.24). I want calls from my SIP soft-phones
to simply be dumped onto the PSTN line via a BRI (EuroISDN). I have a cheap
HFC-S based PCI ISDN card connected to the NT1+ interface, so I need zaphfc.
I've read everything I've found at www.voip-info.org, then I've downloaded
the
2004 Oct 05
1
difference between dtmf digit 8 and 9
Hello,
this is an example extensions.conf.
[default]
exten => 500,1,Answer
exten => 8,1,SetGlobalVar(firstdigit=8)
exten => 8,2,Goto(process,s,1)
exten => 9,1,SetGlobalVar(firstdigit=9)
exten => 9,2,Goto(process,s,1)
I call extension 500 and send dtmf digit 9. This is printed to the
CLI:
-- Executing Answer("Zap/20-1", "") in new stack
-- Accepting