Displaying 12 results from an estimated 12 matches for "circutes".
2004 Jun 27
2
H323 audio problem
Hi everybody,
I'm running an asterisk box -cvs version since few monthes, updated it
middle of may and a last one on thursday (24 june) Since this one, my
H323 calls loose they audio, both sides. Calling directly from
Gatekeeper is ok, so problem comes from h323 asterisk channel.
I saw few people telling about similar problem begining of month, does
they solve their problem?
I also grab
2004 Aug 19
1
Inband announcement of parking slot from app _parkandannounce?
Couldn't see the forrest for all the fascinating tree-like applications that
are out there:
For future reference, see:
http://www.voip-info.org/wiki-Asterisk+call+parking
:-)
-----Original Message-----
From: Kris Boutilier [mailto:Kris.Boutilier@scrd.bc.ca]
Sent: August 11, 2004 1:10 PM
To: asterisk-users@lists.digium.com
Subject: [Asterisk-Users] Inband announcement of parking slot from
2008 Feb 10
4
IAX2 trunks unreliable becoming UNREACHABLE after a time
I have a network of offices using Asterisk that are connected via IAX2
trunks. The trunks work great for a day or two then for no reason at all one
end of the trunk will become UNREACHABLE while the other end is still
connected. The only way to fix the problem is to shutdown Asterisk completly
then start it backup again. The end that dies is not always the same, some
times it is server A and some
2008 May 16
2
Connecting a PSTN gateway to Asterisk using PRI
Hi
I have a system (S) that has a PSTN gateway to accept incoming calls and
setup outgoing calls from/to Telco network. In the other hand I have a
distant Asterisk box (A) that I would like to connect to (S) using the PRI
interface.
I understand that the proper way is to order to my Telco two PRI lines one
for (S) and another for (A), and configure (S) and (A) to call each other
numbers when
2007 May 11
1
Rapid DTMF missing digits
Version 1.4.2 but to be honest I have no reason at all to suspect
that this is a problem with the asterisk software.
I've able to replicate this from a few different "client" net
connections and a across a few different linksys ata's. Where when
you call into the
host and enter the extension to connect to you miss the last digit of
the extension. Almost every time you
2005 Feb 26
1
Dial out through Broadvoice
Hello all,
When I call the Broadvoice number all is good.
When I try to call out through DISA on my broadvoice line i get the following:
Executing Dial("SIP/147.135.0.129-0815bc60",
"SIP/16037862111@proxy.bos.broadvoice.com|30") in new stack
-- Called 16037862111@proxy.bos.broadvoice.com
-- Got SIP response 480 "Temporarily Not Available" back from
2008 Feb 17
1
IAX2 trunks unreliable becoming UNREACHABLE aftera time
Dear Royce;
Did ur problem resolved? Because now I am facing same
problem.
It look like that it happens with IAX trunk only, but
does not happen with IAX endpoints that registering
(as trunk does not register, it sends the call
directly).
My initial analysis that one of the following can help
to let the trunks talk: if there is an IAX endpoints
registering to the machines, then trunk become
2004 Aug 11
0
Inband announcement of parking slot from app_parkandannounce?
I'm trying to use Asterisk app_parkandannouce to build a global parking
pool from within a couple of Norstar PBXes. Right now I can blind transfer
calls into the parking lot, but the slot announcement relies on calling back
the 'transferee' after the call is parked and I can't pass enough callerid
data out from within the PBX to be able to route the call back in (ie. no
PRI
2004 Jan 05
8
Sip Trunking
Hi list,
I have to connect two asterisk box, in this scenario:
[asterisk1]----sip----[asterisk2]----PSTN
I must use sip, cos we'll use cisco rtp header-compression to save
bandwidth.
Could you tell me the best way to send calls from asterisk1 to
asterisk2, since I cannot use IAX trunking?
Thanks in advance
Eduardo
2005 Sep 09
4
Huge Echo
asterisk-users-bounces@lists.digium.com wrote:
> In the following setup:
> call coming from a pstn line -> into FXO card -> asterisk -> SIP
> phone
>
> i get an incredible loud echo in the SIP phone (about 0,5-1s)
> (everything i speak into SIP phone microphone i hear in its
> speaker). The person calling from PSTN is not getting any echo.
Make sure you're not
2013 Oct 28
6
Tired of dropouts and garbled phone calls - where to go next?
All,
The users in our organization are well, quite frankly, sick of phone
service that is being provided. The choppy phone calls, and drop outs are
detrimental to our sales force.
I've tried about everything I can think of.
Moved the asterisk server from VM machine to dedicated machine
More than enough bandwidth
Setting 802.1p = 7
Set Dedicated voice traffic 35% of bandwidth.
Not sure
2008 Jun 28
19
Stopping example execution?
Hello, I''m wondering If I am missing something here when creating an example that sets an expecation at the top or beginning of an action but requires you to stub / mock everything that follows.
Example:
I want to test that a certain controller is running a before_filter...thats easy:
- controller.should_receive(:require_user)
- do_get
But now i''ve got to mock / stub