Displaying 20 results from an estimated 300 matches similar to: "problem with 3-way conferenicing"
2007 Mar 15
1
asterisk n-way call problem
Hi,
i am using the n-way-call dialplan solution found on voip-info. i have
added its entry in applicationmap of features.conf file. the problem
is......its not working. to activate the n-way call i dial *0 but nothing
happens. i have played around with dtmf and codec settings but no success.
the extensions and sip configuration is below if you want to have a look. I
dont have any clue why its not
2008 Aug 20
1
3-way conference call
Hi,
I am trying to achieve 3-way conferencing taking hint from wiki link
http://www.voip-info.org/wiki/view/Asterisk+n-way+call+HOWTO
Here is the scenario:
1. user "user1" calls user "user2"
2. "user1" then presses the feature code "*0" to redirect "user2" to
conference room 300
3. "user1" then dials the user "user3"
4.
2015 Dec 22
2
asterisk 13 n-way call problem
Hello!
I need to use n-way call as it described here:
http://habrahabr.ru/sandbox/52259/
It is in russian, but dial plan is quite clear.
It works in asterisk 11:
-- Blind transferring OOH323/7272-6385 to '0' (context fromtransfer)
priority 1
-- Executing [0 at fromtransfer:1] NoOp("OOH323/7272-6385", "") in new
stack
-- Executing [0 at fromtransfer:1]
2007 Feb 02
1
WARNING[4218]: res_features.c:1385 ast_bridge_call: Bridge failed on channels ( when I use asyncgoto)
Hi All,
I download the app_asyncgoto.c, compile the app_asyncgoto.so. Then according to this page
http://www.voip-info.org/wiki/view/Asterisk+n-way+call+HOWTO ;
when I dial ,there have this warning:
-- Executing AsyncGoto("SIP/111-086497c8", "SIP/113-08674628|dynamic-nway|111|1") in new stack
Feb 2 16:53:10 DEBUG[4218]: app_asyncgoto.c:95 asyncgoto_exec: Attempting
2006 Jun 26
7
'500 Internal Server' Error on SIP NOTIFY
Is anyone getting '500 Internal Server' errors back from their Polycom phones when Asterisk sends a SIP NOTIFY message to them?
I called Polycom tech support, who where utterly useless.
Of course Polycom won't officially support it anyway, as they only support Asterisk Business Edition. We're using 1.2.9, but it's been ocurring for quite some time. We have about 35 phones and
2014 Apr 22
2
Re: TLS and intermediate CA
Thanks for the response.
My current chain is as follows:
caroot -> child-ca1 -> server cert
My cacert.pem file has both the caroot and the child-ca1 certs. I have
recompiled libvirt on my machine with some extra debug statements and
verified that both the caroot cert and the child-ca1 certs are being
loaded. But when I try to connect the caroot and child-ca1 certs only
appear under the
2013 Apr 11
2
group data
Hey,
I have a dataset and I want to identify the records by groups for further
use in ggplot.
Here is a sample data:
ID Value
AL1 1
AL2 2
CA1 3
CA4 4
I want to identify all the records that in the same state (AL1 AND A2),
group them as "AL", and do the same for CA1 and CA4. How can I have an
output like:
ID Value State
AL1 1 AL
AL2 2 AL
CA1 3 CA
CA4 4
2008 Nov 20
2
Reformatting a table
Hi !
I am new to R. Can somebody help me in reformatting huge output files ,i.e, rearranging sets of columns in specific order.
For example: I have data for three compunds 1, 2 and 3
file1:
ID CA1 CA3 CA2 MA2 MA1 MA3
1 14 15 13 7 12 3
2 19 7 12 10 14 5
3 21 12 19 6 8 9
to
File 2:
ID CA1 CA2 CA3 MA1 MA2 MA3
1 14 13 15 12 7 3
2 19 12 7 14 10 5
3 21 19 12 8 6 9
or File3:
ID
2006 Jun 26
1
Email notification
Is there a way to get asterisk to send you a email when it looses or an extension doesn?t re-register
Roger Workman
Business Development
Upperclassman/Universal Holdings LLC
Voice: 304.324.3800
Fax: 304.324.3801
ICQ: 4447584
Website: http://www.upperclassman.net
Billing Questions: billing at upperclassman.net
Rental Questions: rentals at upperclassman.net
Maintenance: help at
2006 Jun 20
8
fail to make call
Hi
I have the following configuration
|
UA1 --|------ asterisk1 -----------------------+
UA2 --|------ asterisk2 -----------------------+ DB
UA3 --|------ asterisk3 -----------------------+
UA4 --|------ asterisk4 -----------------------+
|
All UA is located in the same area. A seperated PC is used as a
centralized DB for storing a common dial plan, user account and
register
2003 Sep 26
3
An interesting call path observation..
This is not really a problem just something I noticed in my testing..
When two or more Asterisk servers are connected by IAX2 trunks it does
not make use of any "shortest path" type system.. (maybe this is still
planned somwhere down the line, but may come in handy to those who have
multi asterisk installations)
Here is the setup..
UA1--- Asterisk1----[IAX2 Trunk]---Asterisk2---UA2
2013 Feb 20
1
Meetme and MEETME_EXIT_CONTEXT
Hello,
using Asterisk 1.8.12.2
I am having trouble with exiting the conference room by entering a
single digit.
option X of the Meetme()-application should do this.
I have following in extensions.conf :
/exten => _1000X,n,Set(MEETME_EXIT_CONTEXT=dynamic-nway-invite)//
//exten => _1000X,n,MeetMe(${CONFNO},dMX)//
//
//
//[dynamic-nway-invite]//
//exten => 0,1,NoOp(confno =
2012 Jan 22
1
passing "..." arguments to (plot.ca)
I am hoping someone can give me a couple of pointers on how to pass
arguments using "..."--in this specific case in an attempt to plot an
object created by ca(), a tool for correspondence analysis.
#some illustrative code
library(ca)
set.seed(123)
dat1 <- data.frame(matrix(ceiling(runif(30, 1, 100)), nc=5)) #some fake data
ca1 <- ca(dat1) #the correspondence analysis
plot(ca1)
2009 Jul 24
3
Goto from a feature macro is not working?
Hello,
I'm trying to implement multi-party calls according to these
instructions:
http://www.voip-info.org/wiki/view/Asterisk+n-way+call+HOWTO
They are almost working, except that the Goto at the end of
[dynamic-nway-start] doesn't seem to work. When I turn verbosity up a
bit, I get something like this in my error log:
== Channel 'SIP/SWG-0085a180' jumping out of macro
2007 Jul 31
1
Turn off SIP 183 Session Progress in Asterisk 1.4.8
[Resent due to non-descriptive subject line.]
Hi folks
When connecting two SIP users, is there any way to stop Asterisk from
sending SIP 183 Session Progress messages, either globally or
per-peer?
Scenario as follows:
Call from UA1 to Asterisk (UA2) to UA3.
UA3 sends RTP before SIP OK to Asterisk (UA2).
Asterisk (UA2) detects early audio from UA3 and sends 183 Session
Progress with SDP to
2007 Jul 31
2
Welcome to the "asterisk-users" mailing list (Digest mode)
Hi folks
When connecting two SIP users, is there any way to stop Asterisk from
sending SIP 183 Session Progress messages, either globally or
per-peer?
Call from UA1 to Asterisk (UA2) to UA3
UA3 sends RTP before SIP OK to Asterisk (UA2)
Asterisk (UA2) detects early audio from UA3 and sends 183 Session
Progress with SDP to UA1.
Instead I would like it to just send on the early audio, is this
2006 Jun 15
5
DUNDi Not Able to HandleComplexFailoverSituations
> -----Original Message-----
> From: Watkins, Bradley [mailto:Bradley.Watkins@compuware.com]
> Sent: Thursday, June 15, 2006 10:36 AM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: RE: [Asterisk-Users] DUNDi Not Able to
> HandleComplexFailoverSituations
>
>
> Is it possible for you to explain in more detail the
> situation involved.
2003 Jul 04
3
switch => priority in the dialplan.. (probably an issue for Mark)
Hi,
It seems that the "switch" parameter has a priority in the dialplan that is higher than the wildcard extensions.. This I am finding to be a problem..
My setup..
UA1--[AST1]--{IAX}--[AST2]--UA2
| |
PSTN1 PSTN2
I use switch on AST1 to connect to AST2... As you can see I have PSTN connections on both and also the IAX connection is not permanent..
I
2003 Jun 13
2
formula (joint, conditional independence, etc.) - mosaicplots
Hi,
Can someone set me straight as to how to write formulas in R to indicate:
complete independence [A][B][C]
joint independence [AB][C]
conditional independence [AC][BC]
nway interaction [AB][AC][BC]
?
For example, if I have 4 factors:
hair colour, eye colour, age, sex
does
> mosaicplot( frequency ~ hair + eye + age + sex)
mean that the model fitted is of complete independence of
2005 Jan 04
4
Re : Frequency count
Dear list,
I have a dataset as follow and I would like to count the frequencies for
the combination of the two variables (f1 and f2) for each id. I know it is
should be straight forward, but I just don't know how to do it in R. Here
is the SAS code I will use to get the output I want :
proc means nway;
class id f1 f2;
var flag
output out=temp;
Dataset:
id f1 f2 flag
798 1 2