similar to: Problems with audio

Displaying 20 results from an estimated 7000 matches similar to: "Problems with audio"

2010 Sep 16
1
How to Understand a pri intense debug span X
Hello my friends, I would like to understand the output from "pri intense debug span X", the Telco always says that their side is OK, but i always receive alarms, loosing connection, take a look: [Sep 16 13:18:19] WARNING[30364] chan_zap.c: Detected alarm on channel 1: Recovering [Sep 16 13:18:19] WARNING[30364] chan_zap.c: Unable to disable echo cancellation on channel 1 [...] [Sep 16
2011 Aug 11
5
Trouble with *8 Pickup
We have a client that has sporadic problems with the *8 pickup facility. The server they are using is 1.8.5 and they are using Snom phones. Every now and then when they try to do a pickup from another phone they get a forbidden message on the phone and I can see the following in the logs. [Aug 8 11:51:53] ERROR[19314] astobj2.c: user_data is NULL [Aug 8 11:51:53] ERROR[19314] astobj2.c:
2009 Nov 10
1
Call audio leaking between calls
Hi Has anyone ever had experience of phones on the same office network being able to hear other concurrent call's audio whilst on calls of their own? We're getting this for the first time and I'm at a bit of a loss as to where to start to look. We're using 1.4.17 Any pointers would be much appreciated! Ish -- Ishfaq Malik Software Developer PackNet Ltd Office: 0161 660
2011 Feb 28
2
Asterisk 1.8.3-rc3 and one way audio
I've just installed 1.8.3-rc3 on a test server as we really needed that deadlock involving REFER fix on our server but now I'm having an odd issue with one way audio with a specific type of call. If I do extension to extension calls there is full 2 way audio. If I route in an incoming call through numbers provided by our SIP provider there is no inbound audio (mobile to * SIP extension)
2010 Jul 14
2
BLF with Realtime
Hello Asterisk community, I'm trying to use BLF with Asterisk Realtime, i've been searching for some info but nothing seems to be clear, can anyone help me eith some ideas to make this work ok? I'va my dialplan with Realtime Thanks in advance -- Saludos Danny Dias SkypeID: danny.dias1
2011 Aug 02
3
MixMonitor and attended transfers
Hi I'm using asterisk 1.8.3.2 (with a couple of patches) I have the following scenario... SIP call comes in and gets answered by extension A (MixMonitor is executed as part of this inbound dial plan of the number being called) Extension A puts call on hold and calls extension B Extension A then does an attended transfer of incoming call to extension B I'm finding that the recording
2010 Mar 29
5
Continue a dialplan when the client hang up the call
Hi all, When a user make a call to Asterisk, and when user hang up the call at any point of the conversation,? Asterisk will stop Diaplan intermediately. At this situation,? Are there any way to make? Asterisk continue execute the Diaplan ?, so Asterisk can do something like that delete temporary file, .. etc. Thanks in advance, Giang -------------- next part -------------- An HTML
2010 Sep 09
2
How to avoid interruptions with DIGIUM
Hello Asterisk community, I'm experiencing some problems with a Digium TE4XXP, the thing is that i'm sharing IRQ with some megasas device: 169: 69917985 0 0 0 0 0 0 0 IO-APIC-level megasas, wct4xxp I've been searching here: http://ubuntuforums.org/showthread.php?t=254623 Should i try in the pass this parameter in the
2009 Dec 11
3
Calls Dropping
Hello, We have a problem that calls seem to be dropping for no reason. Is there any way to write a debug log to disk so that I can check it as soon as a call is lost? It happens randomly once or twice a day to different callers. Many thanks Dan -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Jul 22
3
CallerPres SIP headers Analog Phone
hello all...I have been trying to get a handle on CallerPres with an analog handset. I have usecallingpres=yes in my chan_dahdi.conf file and when I dial *67 on my analog handset I see Disabling Caller*ID on DAHDI/4-1 but when the call is then forwarded to my outbound SIP provider the RPID header is not correct privacy=off;screen=no instead of full and yes how can I correct this?
2009 Aug 20
8
mysql sip realtime
Hi I have some question about mysql realtime. 1) Anyone know exactly if there is a specific order to declare sip table column for realtime ? In which file can I find that order ? 2) In my extconfig.conf, [settings] are : sipusers => mysql,general,siptable sippeers => mysql,general,siptable so means that I use realtime dynamic exactly ? Is it normal if some parameters from sip.conf still
2011 Feb 22
3
Asterisk 1.4.39.2, 1.6.1.22, 1.6.2.16.2, and 1.8.2.4 Now Available
The Asterisk Development Team has announced security releases for Asterisk branches 1.4, 1.6.1, 1.6.2, and 1.8. The available security releases are released as versions 1.4.39.2, 1.6.1.22, 1.6.2.16.2, and 1.8.2.4. These releases are available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/releases The releases of Asterisk 1.4.39.2, 1.6.1.22, 1.6.2.16.2, and
2011 Feb 22
3
Asterisk 1.4.39.2, 1.6.1.22, 1.6.2.16.2, and 1.8.2.4 Now Available
The Asterisk Development Team has announced security releases for Asterisk branches 1.4, 1.6.1, 1.6.2, and 1.8. The available security releases are released as versions 1.4.39.2, 1.6.1.22, 1.6.2.16.2, and 1.8.2.4. These releases are available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/releases The releases of Asterisk 1.4.39.2, 1.6.1.22, 1.6.2.16.2, and
2010 Jun 02
11
HElP me I am a beginner
HY all, I am completely new to the asterisk so can any one help me with it as I have some questions queries 1. first n for most what are the tools/equipment that I need for eg a Computer, and a net connection is it all that I need for simple head start to get hands on the asterisk and cam please any one send me all the copies from vol 1 to vol 70 every issue Thank You and Best
2010 Aug 15
6
Realtime Context
Hi, I'd like to be able to create contexts in real-time when I add new clients to my asterisk box. Currently, I have to create a blank context in extensions.conf and add:- switch => Realtime/@ Is there any way to avoid the step of creating the blank context and simply include all the entries from the database? Thanks Dan -------------- next part -------------- An HTML attachment was
2011 Apr 13
11
Realtime SIP & peer status
Hello, I'm using SIP realtime with MySQL DB. Is it possible to get the status of the SIP peer (free / calling) from this realtime DB ? If not, is there another way to obtain the call state of a SIP peer ? Kind regards, Jonas. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Oct 15
1
sporadic one-way audio
We have several offices running Asterisk version 1.4.20.1, and OSLEC with Rhino R4FXO-EC and one running a Digium TDM800P card for interface to analog lines. All offices are running Snom 300 phones. Phones all have static addresses and are on the same physical network as the server. The problem we are having is that every so often we get someone calling in where we can hear their voice,
2011 May 19
3
Manager logged on/off messages
Hi Is there a way I can stop Manager logged on/off messages from going to the console/logs without losing all the other information I need? Regards Ish -- Ishfaq Malik Software Developer PackNet Ltd Office: 0161 660 3062
2011 Nov 16
1
Server-to-server BLF
Hi all, Do you have an idea on the best way on how to implement a system with multiple Asterisk servers with BLF working in such a way that a peer on one server can subscribe to another peer on the other server in a seamless manner? Has anyone set-up a system like this before? Thanks! Regards, Ronald -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Aug 25
2
Authenticating SIP peer on IP address only
Hi I know this is far from best practice but is it possible to authenticate a sip peer on the IP address it's coming from so that it doesn't need to use a UN and Pass? Ish -- Ishfaq Malik Software Developer PackNet Ltd Office: 0161 660 3062