similar to: Asterisk Jitters

Displaying 20 results from an estimated 1000 matches similar to: "Asterisk Jitters"

2003 Oct 06
1
chan_zap.c - echo cancelation getting in the way of dialing????
It seems consistant after dialing dozens of times that the call that doesn't go through is the one the gets the log message "No echocancellation requested" (chan_zap.c) and the "Scheduleing timer" (channel.c) in the middle of receiving the DTMF tones. I'm now using the T400P card last week very simular problems the the T100P (although I think I was actually loosing
2010 Aug 04
1
Asterisk not working with Festival
Hello, I am having a Mac 10.6.4 (Snow Leopard). I have compiled and built Asterisk 1.6.2.9 and Festival 2.0.95:beta on my machine. Asterisk is working fine with SIP channels without Festival. I have written following context in extension.conf: [connect-to-me] exten => s,1,Answer Exten => s,n,SayDigits(?1?) exten => s,n,Festival(hello john) exten => s,n,Hangup I use call files to
2006 Apr 19
4
Another DRY question
I have some code working that lists only items from a particular user. The code in my list action finds the user and then conditionally lists only his/her items: def list user = User.find(session[:user]) user_id = user.id @product_pages, @products = paginate :products, :per_page => 10, :conditions =>[''user_id = ?'', user.id]
2003 Oct 20
3
Call Waiting on SIP phones
Hi All, This is the first time I'm submitting a patch, and I hope it fixes more than it breaks. I'm putting it here, since John Todd mentioned a while ago about the heavy load Mark and crew have at Digium (doing such good work), so I thought all of us could test this first, and if ok submit for inclusion in CVS later if appropriate. This is an extension to work done earlier (sorry I
2004 Aug 12
1
AgentLogin issue
Hi i have an issue getting agentLogin working /etc/asterisk/queues.conf member => Agent/1001 member => Agent/1002 extension.conf exten => 110,1,Wait,1 exten => 110,2,AgentLogin() now, i call 110 by a firefly client, trying to login in as 1001 agent: Aug 12 16:31:36 DEBUG[1103408048]: chan_sip.c:4423 build_route: build_route: Contact hop: <sip:sip3@192.168.1.151:5060> --
2006 Jun 11
2
Finding a record and showing it -- how?
I''d like to prompt a user for the value of a Name field, then display the record. Rails tells me that it cannot do a find without an ID. I guess it must be that I''m not passing back properly the data from the view to the controller. Thanks for the help joshi The find_user.rhtml view: <div class="find-name-form"> <fieldset> <legend>Enter User
2004 Nov 29
1
Outbound E&M?
I've got a new setup (different building) where Asterisk is sitting between the PBX and phone company on a E&M T1 line. Mitel PBX <-> Asterisk <-> Phone company Inbound works. Asterisk gets the in-band digits from the phone company and hands the call off to the Mitel just fine. Outbound is weird. Asterisk seems to expect that the mitel will send routing information
2004 Sep 22
1
(euro)ISDN: complete silence / can't hear a word.
Hello, I just got my isdn-card working together with i4l and asterisk. Everything seems to be working fine: I can accept calls coming from the outside and I can dial out. Even setting the msn works like charm but my problem is that I cannot hear a word. There's complete silence in both directions. Any idea what could be the cause? Thanks for your help, Gunther Lspci: 0000:01:07.0 Network
2006 May 22
2
good practice or waste of time?
I have what I hope is a simple question regarding a security practice I''ve been using in my first Rails app. I want to know if it''s worthwhile or if the extra typing isn''t worth it. I have 3 models that are related to each other. class User < AR:Base has_one :library end class Library < AR:Base belongs_to :user has_many :items end class Item < AR:Base
2011 Jan 12
1
DTMF not being heard correctly by far end conference system
Hi there I have two different asterisk systems (both 1.4) whose dtmf tones are not being picked up by a particular conference system users are dialling into. I can call myself with the phones and hear the tones, but I am guessing perhaps they are too short or somehow different. I have looked and looked but can't nail down the reason. I don't believe this is a general issue, rather some
2008 Dec 05
2
async agi question
Hi, I am developing asterisk support for our application using the Async AGI and Asterisk-Java. One thing I haven't been able to implement is how to stop playing a sound. Something similar to StopIO for Dialogic GlobalCall or DivaStopSending for Eicon. Is there any way to achieve this today which I have missed? Or could someone give me hints on how I could implement this in the res_agi.c The
2003 Oct 21
1
Hangup
Hi, Some calls I make trough my PSTN asterisk gateway just hangup after some minutes. Even if I'm using sip or iax. I have callprogress=no busydetect=no in my zapata.conf. Anyone help? Or tell me what to look at /var/log/asterisk/debug. I didn't find anything wrong. [endpoint]---iax or sip----[asterisk]----E&M----PSTN. As endpoint I had tested another asterisk box (with a FXS),
2009 Jun 13
2
removing Mocha; 'spec spec' fails but the specific model file passes
I happened to mix ryan bates'' authentication scaffold with rspec_scaffold on a demo project. and ran into the problem of mixing mock frameworks...ryan uses mocha. So, as a learning experience, I choose to redo ryan''s tests without mocha but ran into a strange problem with tests of the User model. With debugging you can see.... If you run just the user_spec.rb file, everything
2004 Mar 30
9
Zaptel/PRI problem
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi. I'm getting the following error at random intervals on my TE410P with Asterisk CVS-03/30/04-11:49:01-CEST. I have two spans active, one connected to my Telco, the other to a Siemens PABX. Both spans display this behavior at random intervals. All calls are dropped when this happens. Spans are not necessarily in use when this happens.
2004 Jul 15
3
SIP to H323 call timeout
Hi all, I have the following setup: UAs ------------SER ------------------------ ASTERISK ---------------------GNUGK --------------- GWs SER is configured to route call requests from UAs to Asterisk. Asterisk is configured to receive the call on SIP channel and dial out to GNUGK over H323 channel. The problem I'm facing is that asterisk sends out the call request to GNUGK and times out
2003 Oct 13
1
out going calls
I am not having any luck placing out going calls I dial the number 08 82420173 ( our outside line ) But all I get is engaged signal and log this. Oct 14 08:40:14 DEBUG[16401]: File pbx_wilcalu.c, Line 65 (autodial): Entered Wil-Calu fd=20 Oct 14 08:40:14 DEBUG[8201]: File chan_sip.c, Line 657 (create_addr): Setting NAT on RTP to 0 Oct 14 08:40:14 DEBUG[8201]: File chan_sip.c, Line 548
2003 Jul 30
5
chan_sip.c problems problems from cvs 1.134
All, I've found problems in my setup with the latest couple of revisions (1.135/1.136) of asterisk/channels/chan_sip.c In my setup I have a RH9 asterisk server, AS5300 (single E1 to PSTN) and a dozen 7940's, everything is in the same VLAN and only running SIP. Outbound calls work fine: 7940 -SIP-> Asterisk -SIP-> AS5300 But inbound calls fail, I see the initial INVITE from the
2005 Aug 10
1
Firewall will definately increase jitters inyourvoice conversation
Wiley is definitely right. It would be dangerous not to have a firewall for security reasons. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Wiley Siler Sent: Wednesday, August 10, 2005 2:27 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] Firewall will definately
2005 Sep 13
1
wctdm, issue w/outbound calls
Hi all, I've been running Asterisk with a TDM400P for about 6months, no problems. 2 in/outgoing analog lines, one analog phone. Recently I was messing with the XTEN client, got to finagling with things, and not knowing what was wrong I upgraded from 1.0.7 to 1.0.9 (both asterisk + zaptel). I was testing various things, and found everything worked except outgoing calls. So I checked
2005 Aug 10
2
Firewall will definately increase jitters in your voice conversation
Hi, If you will put firewall, then i think you will get high latency and consequently you will hear voice jitter in your conversation. so avoid putting firewall. Regards Lokesh Portugal mail lokeshkumar80@yahoo.co.in ____________________________________________________ Send a rakhi to your brother, buy gifts and win attractive prizes. Log on to