similar to: H323 audio problem

Displaying 20 results from an estimated 2100 matches similar to: "H323 audio problem"

2004 Jun 16
6
Invalid Extensions -- More like traditional PBX systems?
I was wondering if there was a way of setting up the dialplan in a way that if you dial an extension that is NOT in the dialplan then it would play a not-in-service gsm file and then play congestion tones. I would rather like this better than just hearing a busy signal on my phones.. I DID search around on the wiki and using google and could not find anything. Thanks. -- Stephen Rosebush,
2004 Jun 22
1
Asterisk -- PBX Do Not Disturb
That could explain why it wouldn't work on any of my sip extensions I tried it on this morning when I first read about it and thought cool the things you learn. Is there anyway to make it work on Sip extensions? Cheers, Dean -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Aaron J. Angel Sent: Wednesday, 23
2004 Jun 10
10
Automating calls
Hello I have heard that i can put a file in a certain directory to get * to initiate a call. Is this true ? if so where would i look ? Best Regards Simon Garvey
2004 Jun 12
5
MWI on Cisco ATA-186 (SIP)
I am trying to set up the Message Waiting Indicator (stutter tone/light) so that my cisco ata-186 will let my phones know there is a message waiting. However this does not seem to be very well documented. I found this on wiki mailboxnumber@context ... where does that go? Do I put it in my SIP.conf definition for my cisco ata, or where. In my SIP cisco definition i already have a
2004 Dec 01
6
Avoided deadlock
Dec 1 12:08:43 WARNING[6189]: channel.c:495 ast_channel_walk_locked: Avoided deadlock for 'SIP/2502-6303', 10 retries! Dec 1 12:08:44 WARNING[6189]: channel.c:495 ast_channel_walk_locked: Avoided deadlock for 'SIP/2502-6303', 10 retries! Dec 1 12:08:44 WARNING[6189]: channel.c:495 ast_channel_walk_locked: Avoided deadlock for 'SIP/2502-6303', 10 retries! what does this
2004 May 22
1
app_queue and app_groupcount
The new app_groupcount looks great for most applications but it a is a step back for call queueing... since app_queue calls physical interfaces and not extensions, app_groupcont can't be used to limit the calls passed to a dynamically added agent. I presently use the broken sip incominglimit feature (even though it's less than ideal as it also limits outgoing calls preventing
2005 May 26
1
deadlock
All out of the blue I get these errors? Any Ideas why Please help May 26 09:54:28 WARNING[3964]: channel.c:507 ast_channel_walk_locked: Avoided initial deadlock for 'SIP/301-b9d0', 10 retries! May 26 09:54:30 WARNING[3964]: channel.c:507 ast_channel_walk_locked: Avoided initial deadlock for 'SIP/301-b9d0', 10 retries! May 26 09:54:33 WARNING[3964]: channel.c:507
2005 Mar 16
1
MGCP Channel Lockup and other probelms
Hi All, I'm trying to hook up asterisk (CVS-HEAD-02/09/05-13:44:11 ) to a ADIT 600 via MGCP. Got it working really nice but now have a pretty bad problem: 1. When I perform a flash on the telephone, I usually get a second dialtone, but when I dial, dialtone doesn't break. If I flash back and forth a few times, it will eventually give me no dialtone.. here if I dial, it successfully
2004 Dec 03
1
How to wrap or split labels on plot
Dear R gurus, I want to wrap labels that are too long for a plot. I have looked at strsplit(), substr(), nchar(), and strwrap(). I think it's some combination but I'm having difficulty trying to figure out the right combo. I think I need to create some new matrix containing the labels already split, though I'm not sure if maybe there is a quick and dirty way to address this
2004 Dec 01
2
dont write me again
----- Original Message ----- From: <asterisk-users-request@lists.digium.com> To: <asterisk-users@lists.digium.com> Sent: Wednesday, December 01, 2004 7:07 AM Subject: Asterisk-Users Digest, Vol 5, Issue 6 > Send Asterisk-Users mailing list submissions to > asterisk-users@lists.digium.com > > To subscribe or unsubscribe via the World Wide Web, visit >
2005 Jun 27
0
???? WARNING[20313]: channel.c:531 ast_channel_walk_locked ????
Hello.. How is this possible?? I have 65 active calls .. but making new calls and registering isn't possible anymore the CLI command restart now didn't even work .. had to kill the process before it worked again... myasterisk*CLI> show channels Channel (Context Extension Pri ) State Appl. Data 0 active channel(s) 65 active call(s) Jun 27 16:22:06
2005 Oct 13
0
PickUpChan and Intercept
Hello everyone, I have been asked for "directed pickup" and saw that both "PickupChan" from bristuff and "Intercept" applications do the dirty work. I have tried both on asterisk-1.0.9 ( BRIstuffed-0.2.0-RC8o ) but I always got an error when trying to pick the ringing call. the debug says: SIP/marco-73a0 is ringing -- SIP/marco-73a0 is ringing --
2005 Jan 04
0
Does congestion exit on a different priority?
Customer is having problems with his internet connection, I have in my context: [jimballboutiques] . exten => 1235690251,1,SetGroup(customer) exten => 1235690251,2,CheckGroup(3) exten => 1235690251,3,Dial(SIP/jimball,20,r) exten => 1235690251,4,VoiceMail(u1235690251@jimballboutiques) exten => 1235690251,103,VoiceMail(u1235690251@jimballboutiques) . Now I've had it
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
2004 May 25
1
Call Admission Control
Let's say you have a 256 Kbps Internet connection and you're using it for voice calls. With mu-law (G.711), each call uses about 80 kbps, so you really can't have more than 3 calls active at one time. Does Asterisk support any kind of Call Admission Control where it would prevent you from originating a call if it would exceed your Internet bandwidth? For example, in this case, ideally,
2004 May 09
1
*** Asterisk sunday news: Read the sample configs, Luke!
* Read the config sample files! (even if you're an Asterisk guru) ----------------------------------------------------------------- For those of you that have a working installation that you keep using, this is a reminder to check into the configs/ directory of the Asterisk source tree, regardless if you downloaded a tar ball or from CVS. As we add or change features in Asterisk, the sample
2004 Nov 22
2
chan_h323 on AMD64
Has anyone here done this? I got it compiled just fine but when I make a call I do not get any audio going either way. The * box is not behind any sort of firewall or nat. My H323 client (gnomemeeting) is behind NAT but I have it set up properly to work through NAT and it will talk correctly with my other regular x86 box running H323. One odd thing I note is that when looking at the UDP traffic
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
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
2005 Aug 24
0
(no subject)
Hi I am getting this error after installing and configuration of asterisk. Aug 24 17:53:50 WARNING[9924]: channel.c:472 ast_channel_walk_locked: Avoided initial deadlock for 'Zap/3-1', 10 retries! I have upgraded asterisk to latest version but still receiving the same error. Can someone helpme to resolve this issue. Regards, Shafqat Hamid -------------- next part