Displaying 20 results from an estimated 400 matches similar to: "Busy Detection on Analog Lines"
2006 Jan 10
1
Disconnected calls
Hi!
We have some problems with calls that get disconnected in the middle of a
call.
We are using Asterisk 1.2.1 with a TE410P (2.gen firmware).
When the call is disconnected Asterisk writes this to the log:
Jan 9 14:56:17 DEBUG[4404] dsp.c: ast_dsp_busydetect detected busy, avgtone:
300, avgsilence 2090
Jan 9 14:56:17 DEBUG[4404] dsp.c: Requesting Hangup because the busy tone
was detected on
2010 Jun 06
0
Strange problem with zap channel.
I am trying to help a guy out with his Atcom IP04. He has set it up like this.
He has a handful of IP phones all connecting via SIP. He has two phone
lines connected to the FXO ports one from telecom, another from
vodaphone. He has set up the dialplan so that one of the trunks fails
over to the other trunk. Everything seems to be working OK except for
outgoing calls. He can call from
2010 Jul 28
1
Why do Zaptel calls drop all of a sudden? Could busy detect be the problem?
Hi Guys,
I am getting a complain that call on analogue lines (Sangoam A400D) drops
all of a sudden. Here is what I see in logs:
[Jul 28 15:49:08] DEBUG[21438] dsp.c: ast_dsp_busydetect detected busy,
avgtone: 75, avgsilence 135
[Jul 28 15:49:08] VERBOSE[21438] logger.c: -- Executing
[h at macro-dialout-trunk:1] Macro("SIP/2111-b6a400b0", "hangupcall|") in new
stack
[Jul
2012 May 07
1
1.8 busypatterns
Hi,
is it possible to detect 4 length pattern busy cadence detection on FXO lines in 1.8??
Here the tones are:
425Hz Pattern(0.2ms on, 0.2ms off, 0.2ms on, 0.6ms off)
in asterisk 1.4 busy detect worked
in asterisk 1.6 didn?t work and i was told that 1.6 can?t handle 4 length patterns, but what about 1.8??
for now I can only hangup by asking the provider polarity switch.
Thanks
best
2006 Mar 25
2
Asterisk spanDSP / Faxing problem
Hi There.
I have the following setup :
Asterisk 1.2.4 , freePBX 2.0.1, spandsp-0.0.2pre24
My problem is as follows :
If I set up a very simple extensions.conf. when I dial from a fax
machine, it seems as if no fax is being recognised.
If I answer the call, I can hear the fax machine beeping.
extensions.conf :
2010 Oct 23
1
How to properly re-configure dahdi
Hi,
How to properly re-configure dahdi, when for instance I want to change from
TE to NT mode ?
I'm planning the following operations :
/etc/init.d/asterisk stop
/etc/init.d/dahdi stop
rmmod dahdi
rm /etc/asterisk/dahdi-channels.conf
rm /etc/dahdi/system.conf
rm /etc/dahdi/modules
nano /etc/dahdi/genconf_parameters
dahdi_genconf -v modules
dahdi_genconf -v system
dahdi_genconf -v chandahdi
2010 Nov 24
0
Surprise in (delete_all | clear | destroy_all) on association
Hi,
I was very surprised by difference of delete_all on association vs
model(delegated to relation).
Given TaskFilter.has_many(:qualifiers, :class_name=>''TaskFilterQualifier'')
TaskFilter.delete_all => one DELETE statement
Without :dependent option on "qualifiers" association
TaskFilter.first.qualifiers.delete_all =>
SELECT `task_filter_qualifiers`.* FROM
2005 Jul 25
0
Latest batch of CVS changes
I now get:-
/usr/src/asterisk/dsp.c:1395: undefined reference to
`ast_dsp_busydetect'
The Make file changes modify BUSYDETECT but if you have
BUSYDETECT+= -DBUSYDETECT_COMPARE_TONE_AND_SILENCE
the above error is shown.
Renabling BUSYDETECT+= -DBUSYDETECT_MARTIN corrects the problem.
--
Dave Cotton <dcotton@linuxautrement.com>
2012 Jan 04
1
DAHDI-Linux 2.6.0 and DAHDI-Tools 2.6.0 Released
The Asterisk Development Team is pleased to announce the first
release of DAHDI-Linux 2.6.0 and DAHDI-Tools 2.6.0.
2.6.0 is a feature release which:
- Adds support for the TE820 8-span card to the wct4xxp driver.
- Decrease load time of analog cards supported by the wctdm24xxp
driver.
- Adds sysfs object model to facilitate persistent span numbering
and early loading of modules
2012 Jan 04
1
DAHDI-Linux 2.6.0 and DAHDI-Tools 2.6.0 Released
The Asterisk Development Team is pleased to announce the first
release of DAHDI-Linux 2.6.0 and DAHDI-Tools 2.6.0.
2.6.0 is a feature release which:
- Adds support for the TE820 8-span card to the wct4xxp driver.
- Decrease load time of analog cards supported by the wctdm24xxp
driver.
- Adds sysfs object model to facilitate persistent span numbering
and early loading of modules
2011 Aug 14
5
Puzzled with form on multiple table rows
I''ve got a table of events, and each event has a boolean attribute
is_ten_event.
On each row of the table is a chekbox to edit the value of is_ten_event,
so that multiple rows can be edited with one submit.
In order to allow boxes to be un-checked as well, the logic in the
controller works like this
get array of events from checkboxes that are ticked.
make all events.is_ten_event =
2012 Sep 16
1
“Routing Error No route matches {}” when omniauth failed on registration
(Original question was asked here:
http://stackoverflow.com/questions/11506734/routing-error-no-route-matches-when-omniauth-failed-on-registration
)
I am using omniauth-identity and configure its "fail on registration".
My files:
config/initializers/omniauth.rb
OmniAuth.config.logger = Rails.logger
Rails.application.config.middleware.use OmniAuth::Builder do
#...
provider
2009 Aug 13
5
First hit on app takes a long time
So, I''ve deployed my first rails app, however I''m the only one hitting
it for now.
I''ve noticed that the first time I hit the app after some long period,
it takes a really long time to respond (2-3 seconds). After that,
it''s very fast.
At first, I thought it might be my VPS "waking up" from some sleep
state, but Rails does log the long load time
2016 Apr 12
3
Debian 8.4 : dahdi startup scripts ?
Hi Eric,
> On 12 avr. 2016, at 17:48, Eric Cooper <ecc at cmu.edu> wrote:
>
> On Tue, Apr 12, 2016 at 04:36:58PM +0200, Bertrand LUPART - Linkeo.com wrote:
>> I just made a asterisk / dahdi fresh install on Debian 8.4, and ended up with the following packages :
>> [...]
>> However, i can't find any dahdi startup script, neither init.d neither systemd
2006 Apr 19
1
determining optimal # of clusters for a given dataset (e.g. between 2 and K)
Hi:
I'm clustering a microarray dataset with a large # of samples. I would like your opinion on the best way to automatically determine the optimal # of clusters. Currently I am using the "cluster" package, clustering with "clara", examining the average silhouette width at various numbers of clusters. I'd like opinions on whether any newer packages offer
2006 Apr 15
0
clustering genes / automatically determining # of clusters
Hi:
I'm clustering a microarray dataset with a large # of samples. I would like your opinion on the best way to automatically determine the optimal # of clusters. Currently I am using the "cluster" package, clustering with "clara", examining the average silhouette width at various numbers of clusters. I'd like opinions on whether any newer packages offer
2010 Aug 13
11
Link to remote and the equivalent in Rails 3
Hi
WOW! Is Rails 3 another interesting learning curve. Just when I think
I have a general working knowledge of Rails 2 ... things change.
I''m trying to replicate the following in Rails 3:
<%= link_to_remote image_tag("creditcard.png", :border => 0), :url =>
{:action => :make_payment, :type => "Credit", :id =>
@appt.id },
2009 Apr 19
1
Cucmber: Mysql::Error: query: not connected: ROLLBACK
Hi,
I ran in trouble with unexpected rollbacks using cucumber 0.3.0.
My feature-file looks like
Scenario: Create Valid Item
Given I start
and the step is
Given /^I start$/ do
get "/items"
end
In my log/test.log I get
SQL (0.2ms) SET NAMES ''utf8''
SQL (0.2ms) SET SQL_AUTO_IS_NULL=0
SQL (0.1ms) BEGIN
Processing ItemsController#index
2012 Sep 13
10
access key error
I am getting following error while run my rails app in my server
ActionView::Template::Error (You did not provide both required access keys.
Please provide the access_key_id and the secret_access_key.):
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2011 Feb 10
1
problem with R (akima, fUtilities) in Ubuntu 10.04
Dear all!
I'm using R 2.12.1 in Ubuntu 10.04.
Problem is that when using functions like interp (package akima) and
akimaInterp (package fUtilities), I get different results every time for
the same data set. I've checked the interpolated results, and two
examples (in attachment) have different sum of NA values. Also when I
subtract the x,y,z values from two interpolations of the same data