Displaying 20 results from an estimated 4000 matches similar to: "Transfers on an inter-PBX PRI link"
2010 Jan 26
2
[inter-pbx commnication] trying to make PBX1 talk to PBX2
Hi All,
i want to make an extension from pbx1 able to tlak to another extension from
pbx2 or use pbx2's trunk to dial outside calls.
so i edited in both servers accordinally the iax.conf:
register => pbx1:pass at 172.16.200.175 <pbx1%3Apass at 172.16.200.175>
[pbx2]
type=friend
host=dynamic
trunk=yes
sercret=pass
context=[default] ; i used the biggest context to avoid confusion as
2010 Apr 29
2
Code in extensions.conf to leave a voice mail in another PBX ?!
Hi Guys,
i spent some time to figure this out (since i love how dialplan is written)
but i decided to ask for your help guys.
i have two asterisk servers one is 1.2 the other is 1.4, from 1.4 (pbx1) to
1.2 (pbx2) i can leave a voice mail without any pb, but from pbx2 to pbx1 it
just hang up.
in pbx2 extensions.conf:
i am using: exten => 8029,1,Dial(IAX2/pbx1/${EXTEN},20,tTWwr)
in pbx1, i
2008 May 06
3
asterisk queue cluster
I setup two asterisk servers with identical settings
(same extensions, same queues, etc). Each one is
connected to the same amount of incoming/outgoing
links (1 PRI, 4 BRI, 1 IAX friend, etc, on each box).
Most extensions are sip and they register via DNS SRV
and other methods so that the two servers are load
balanced. Incoming PSTN calls (BRI) reach 50% each
server so that's load balanced
2010 Mar 04
1
InterPBX communication using SIP
Hi Guys,
i am using the following config in pbx1:
register => pbx1:endopass at 172.16.200.175 <pbx1%3Aendopass at 172.16.200.175>
[pbx2]
type=friend
host=dynamic
trunk=yes
sercret=password
context=[default]
deny=0.0.0.0/0.0.0.0
permit=172.16.200.175/255.255.255.128
in pbx2:
register => pbx2:endopass at 172.16.200.176 <pbx2%3Aendopass at 172.16.200.176>
[pbx1]
type=friend
2010 Jan 28
3
Dial cellphone from one PBX1 to PBX2? is it possible?
Hi Guys,
i am using two PBX's i can call from pbx1 a cellphone tied to pbx2 that way:
1) use a phone in PBX1
2) call extension in PBX2
3) extensions in PBX2 ring to a cellphone (as this specific ext is tied to a
cellphone)
my questions now is : am i gonna be able to dial from an IPphone registered
within PBX1 to a cellphone by using the Trunk (Zap or dahdi) of PBX2?
anybody know
2006 May 25
4
Failover Problem
I have a weird situation. A polycom phone is configured to use system pbx1 as the primary outgoing 'proxy', followed by systems pbx3 and pbx2. All three systems have identical sip.conf files. The phone is registered on pbx1.
I shut down the Asterisk application on pbx1. I make a call. The phone sends an INVITE to pbx2. Pbx2 sends back a 407 Proxy Auth message to the phone. The phone sends
2004 Jun 23
1
Iax unable to transfer
Dear List
I have notice this kind of problem between my two * box.
My scenario is :
Iax GSM
IaxClient----->PBX1------------>PBX2-->TDM
today CVS Stable V1
I use as Client FireFly with IAX2/GSM and try to call my PBX1 this server call
PBX2 to terminate the call trought a TDM line (TE410P) but after PBX2 join
the two call i can see the log below from my PBX1, i can speak for
2006 Dec 28
1
Music On Hold Between Servers
Can someone tell me how Asterisk handles music-on-hold between servers?
Documentation for this is non-existent.
Lets say user A, who is registered on pbx1, calls user B, who is registered on pbx2.
1. User A puts user B on hold. The moh that is played to user B should be specified according to user A. Which pbx box should this be set on? pbx1? pbx2? Both?
2. Is the situation any different if the
2006 Apr 28
2
Random 1-way audio on IAX2 Connections
I have 2 Asterisk servers connected via IAX2 connections.
PBX1 is on the internet with a public IP Address
- with PRI
PBX 2 is behind a NAT router with IAX2 Ports forwarded
1-way audio is an issue with incoming and outgoing calls using the PRI.
However whenever 1-way audio occurs, PBX2 can call PBX1 extensions and there
are no issues. As well as a restart of asterisk on PBX2
2006 Mar 24
14
IAX Incoming/Outgoing
I'vce got three Asterisk systems here that I'd like to be able to place calls between with IAX. As usual, I've spent several hours playing with it, really getting nowhere. Asterisk is so mentally draining. Each system, pbx1, pbx2, pbx3, should be able to connect to every other. Do I need separate user/peers or can I combine them into a single user=friend for each system? if I place a
2010 Apr 16
2
SS7 over an FXO interface
Hello,
Is it possible to transfer ss7 signaling over an FXO interface.
I need to setup an ss7 test system composed by two Asterisk based IP-PBX
systems with anlog interfaces only (FXO and FXS). I want to know if it is
possible to connect the two IP-PBX as following:
- FXS interface in PBX1 -----------------> connected to
-----------------> FXO interface in PBX2 =============>
2005 Mar 01
1
Connecting Asterisks via SIP
Hi.
It is propbably a really naive problem, but I really couldn't find
answer how to connect two Astrisks via SIP. I managed to do it via IAX
without any problem. But this is a test installation and I would like to
connect them via SIP.
So I have two computers:
pbx1 - 10.1.3.207
pbx2 - 10.1.3.204
pbx1 handles extensions 1xx and pbx2 for extensions 2xx. I would like to
call user from pbx2 to
2012 Aug 27
2
simplest way (set of functions) to parse a file
Hello,
What would be the best set of R functions to parse and transform a file?
My file looks as shown below. I would like to plot this data and I need to parse it into a single data frame that sorts of "transposes the data" with the following structure:
> df <- data.frame(n=c(1,1,2,2),iter=c(1,2,1,2),step=as.factor(c('Step 1', 'Step2', 'Step 1',
2011 Nov 18
1
couting events by subject with "black out" windows
I large datset that includes subjects(ID), Dates and events that need to be counted. Not every date includes an event, and I need to only count one event per 30days, per subject. So in essence, I need to create a 30-day "black out" period during which time an event cannot be "counted" for each subject. The reason is that a rule has been set up, whereby a subject can only be
2011 Sep 09
2
NMDS plot and Adonis (PerMANOVA) of community composition with presence absence and relative intensity
Hi!
Thanks for providing great help in R-related statistics. Now, however I'm
stuck. I'm not a statistics person but I was recommended to use R to perform
a nmds plot and PerMANOVA of my dataset.
Sample(treatment) in the columns and species (OTU) in the rows. I have 4
treatments (Ambient Temperature, Ambient temperature+Low pH, High
temperature, High temperature+low pH), and I have 16
2009 Jun 03
2
Regular expression \ String Extraction help
Dear all,
Is there a good way of doing the following conversion:
[YYYY]-[MM]-[DD] [Time] [Day] [Name][Integer].[Extention]
to become
C:\test\[Name]\[YYYY]-[MM]-[DD] [Time] [Day]\[YYYY]-[MM]-[DD] [Time]
[Day] [Name][Integer].[Extention]
i.e. these
2009-04-10 1400 Fri Foo1.txt
2009-04-10 1400 Fri Universities2.txt
2009-04-10 1400 Fri Hitchhikers Guide To The Galaxy42.txt
will become
2006 Jun 15
1
Distributed ACD Queues
It seems that I am having a heck of a time explaining my attempts at distributing ACD Queues to the list. Here's one little problem, that's only a piece of the puzzle.
dundi.conf:
180q => global_dundi_q_pbx1,100,IAX,dundi1:${SECRET}@${IPADDR}/${NUMBER},nopartial
180q => global_dundi_q_pbx2,200,IAX,dundi2:${SECRET}@${IPADDR}/${NUMBER},nopartial
180q =>
2017 Nov 20
4
Reg an issue with smoothing factor in VAD implementation
Just for fun, I tried to reproduce such an overflow. I turned on all debug
macros, assertions, and checked arithmetic and then encoded 2 hours of
mixed speech/audio with these parameters:
Sample rate = 48000
Channels = 1
Application = OPUS_APPLICATION_AUDIO
Bitrate = 24 KB/s
Force Mode = MODE_SILK_ONLY
Signal Type = OPUS_SIGNAL_AUTO
Complexity = 10
Frame size = 480 samples (10ms)
No errors came
2006 Jun 14
2
DUNDi Users
I have three Asterisk boxes.
Each has the following in dundi.conf:
180net => dundi_local,0,IAX,dundi:${SECRET}@${IPADDR}/${NUMBER},nopartial
180q => dundi_q_pbx1,1,IAX,dundi:${SECRET}@${IPADDR}/${NUMBER},nopartial
180q => dundi_q_pbx2,2,IAX,dundi:${SECRET}@${IPADDR}/${NUMBER},nopartial
180q => dundi_q_pbx3,3,IAX,dundi:${SECRET}@${IPADDR}/${NUMBER},nopartial
My iax.conf on all three
2010 Sep 30
1
Can this code be written more efficiently?
Dear users,
I'm working on binary classification problem using Support Vector
Machines (SVM). My objective is to train a series of SVM models on a
grid of hyperparameters and then select those that maximize the AUC
based on an independent validation sample.
My attempted code is shown below. It runs well on "small" data sets but
when I use it on a slightly larger sample (e.g., my