Displaying 20 results from an estimated 400 matches similar to: "limit SIP extention outgoing calls"
2005 Feb 23
3
Send outgoing calls to a SIP gateway
How do I route all the outgoing calls through a SIP gateway, this should send more than one outgoing call to the sip gateway at once. please show me the sample configurations on how to do this.
my SIP gatway can accecpt direct IP traffic or SIP proxy traffc.
Thank You
Kanishka
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Feb 23
2
Creating extension groups
Hi
I want to create 2 groups of extensions, for example group 1 can't make outgoing calls they can only call other extensions and extensions of group 2. group 2 can call any of the extensions + they can make out going calls using our SIP server.
Please let me know how to do this. I was going through the docs and I sae that I have to specify a group in zapta.conf , this is not clear please
2006 May 04
2
Asterisk on amd SERVER
Hi
I am going to install asterisk on an AMD server, did any one had problems
installing it on an AMD server ?
Regards
Kani
2005 Sep 29
4
OOH323C
hi
has any one used OOH323C i tried this it is installed but do not know how to
configure has any one used this, what is the best h323 addon to use with
asterisk
2005 Sep 28
15
Asterisk on windows
why can't we compile the asterisk coading in windows, it's done in c++ so it
should work in windows as well
2005 Jan 23
3
Asterisk 1.0.5
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello everyone,
As you know, we released Asterisk 1.0.4 earlier this week. However,
there was a callerid bug in chan_zap that has caused us to go ahead and
make another release. Asterisk 1.0.5 is available at all of the usual
locations.
I'm sorry for any inconvenience this may cause.
Russell Bryant
-----BEGIN PGP SIGNATURE-----
Version: GnuPG
2005 Mar 15
1
oh323 and open 729
has any one installed this, i just tried this on a test server, i get voice but it's corrupted, i do not get the natural voice
any idea why
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050315/af5a3bb2/attachment.htm
2005 Mar 24
0
R: music on hold error
I've got the same problem. MusicOnHold works if I use something like:
Exten => 1111,1,MusicOnHold()
but if I try to answer a call and then transfer or put on hold the call, I get no music.
Does anyone have any idea?
Bye,
Gianluca.
_____
Da: Kanishka Somaratne [mailto:kani@technoportal.biz]
Inviato: gioved? 17 marzo 2005 5.53
A: asterisk-users@lists.digium.com
2005 Sep 30
0
oh323 implementation 0.67 has call-id problem
I am trying oh323(version 0.67) , make call from sip UA to h323 gateway,
can't get Call-id pass from sip UA to h323 gateway, h323 always gets
call-ID sent from Asterisk as *. are there any configure to pass
the correct call-id from sip UA to h323 gateway? or this is a bug in
oh323 0.67?
how about oh323 0.73 ?
Mario
On 9/29/05, Kanishka Somaratne <kani@technoportal.biz>
2005 Feb 25
1
Asterisk and 723,729
has any one implemented asterisk with 723 and 729 codecs, what is the cheapest way.
is there a limitation in the open 723 implementation ??
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050225/d5daf369/attachment.htm
2005 Apr 01
1
plotCI error when trying to omit upper or lower bars (PR#7764)
Full_Name: Volker Franz
Version: 2.0.1 (2004-11-15)
OS: Mac OSX / Debian
Submission from: (NULL) (84.58.8.232)
Hi there,
the new version of plotCI (Version: 2.0.3 of gplots) produces errors
if the upper or lower error bars should be omitted by passing NULL as
an argument. Older versions of plotCI had no problem with this. Here
is an example:
library(gplots)
means <- c(1,2,3,4,5)
upperw
2008 May 06
2
NLS plinear question
Hi All.
I've run into a problem with the plinear algorithm in nls that is confusing
me.
Assume the following reaction time data over 15 trials for a single unit.
Trials are coded from 0-14 so that the intercept represents reaction time in
the first trial.
trl RT
0 1132.0
1 630.5
2 1371.5
3 704.0
4 488.5
5 575.5
6 613.0
7 824.5
8 509.0
9
2011 Oct 29
1
How to plot survival data from multiple trials (simulations)?
Dear all:
Could anyone please provide some R codes to plot the below survival data to compare two groups (0 vs 1) after 2 simulations (TRL)? need 95% prediction interval on the plot from these 2 trials. I would like to simulate 1000 trials later. Thanks a lot for your great help and consideration!
yan
TRL ID ECOG BASE PTR8 GROUP POP ST ind
1 1 1 1 2.2636717 0.255634126 1 1 99.4 F
3 1 2 1
2005 Mar 22
0
RE: Asterisk-Users Digest, Vol 8, Issue 150
The update worked like a charm! Hold music is as cheesy as ever!
Thanks much, this list is a life saver!
Dan
------------------------------
Message: 2
Date: Fri, 18 Mar 2005 09:16:59 -0600
From: Eric Wieling <eric@fnords.org>
Subject: Re: [Asterisk-Users] Redhat 9 Music on hold
To: Asterisk Users Mailing List - Non-Commercial Discussion
<asterisk-users@lists.digium.com>
2012 May 26
2
Assessing interaction effects in GLMMs
Dear R gurus
I am running a GLMM that looks at whether chimpanzees spend time in shade
more than sun (response variable 'y': used cbind() on counts in the sun and
shade) based on the time of day (Time) and the availability of shade
(Tertile). I've included some random factors too which are the chimpanzee
in question (Individual) and where they are in a given area (Zone). There
are
2003 Jun 04
1
Non-Executable Stack Patch
I was wondering if there's any non-executable stack patch for
FreeBSD's kernel.
I searched in google but all I got was some questions in
freebsd-security back from 2001 and an answer saying someone
heard about a project like this, but no information at all.
Is there any patch like PaX or Openwall available for FreeBSD?
I dont want to discuss if its useless or not since there're a
2010 Feb 07
2
predicting with stl() decomposition
Hi mailinglist members,
I’m actually working on a time series prediction and my current approach is
to decompose the series first into a trend, a seasonal component and a
remainder. Therefore I’m using the stl() function. But I’m wondering how to
get the single components in order to predict the particular fitted series’.
This code snippet illustrates my problem:
series <-
2004 Feb 22
2
Crashed filesystem - directory recovery
Hello folks,
I had an ext3 filesystem mounted as the root of a Linux MOO server.
Unfortunately, the filesystem was on one of the infamous DTLA-3070xx
drives - and the drive decided to fail at the worst moment it
possibly could, trashing the filesystem fairly well.
The situation is as follows: I used dd_rescue to create an image of
what is left of the filesystem, but I ended up with some 65MB
2004 Jan 27
3
OpenSSH - Connection problem when LoginGraceTime exceeds time
Hello,
This problem is regarding the configuration directive called
'LoginGraceTime'.
Problem Description:
Tests were done with OpenSSH -3.6.1p2 and 3.7.1p2 on HP-UX.
sshd is started with LoginGraceTime as 1 minute.Three windows were used to
initiate the ssh client.After launching two clients wait for a sometime
without issuing the password so it exceeds the grace period for login.when
2003 Oct 13
6
Asterisk Manager
Hello all,
Can I execute linux command like(ls, mkdir) through the Manager interface?
I can't seem to access the manual at digium.com. I keep getting 'Forbidden'
error. Looks like they are upgrading or something.
CF