[asterisk-users] 2 PRI Card - Interrupt Problem

2014-05-14 Thread Chandrakant Solanki
Hello All, I have 2 Digium card configure on Single machine, which can't share interrupt across all CPUs and sometimes asterisk reach 100% CPU usage. Here is system details and /proc/interrupt o/p. OS: CentOS 6.4 Kernel: 2.6.32-431.11.2.el6.x86_64 Dahdi Version: DAHDI Version: 2.7.0.2 Echo

Re: [asterisk-users] 2 PRI Card - Interrupt Problem

2014-05-14 Thread jg
Yep, that's a known problem with older CentOS version. I have some 6.4 customer machines, which I cannot update easily, so I wrote a little patch for irqbalance (only a path problem). I posted some info here: http://lists.digium.com/pipermail/asterisk-dev/2013-December/064182.html Let me know

Re: [asterisk-users] 2 PRI Card - Interrupt Problem

2014-05-14 Thread Thorsten Göllner
Look for irqbalancer for your distribution: http://www.tutorialspoint.com/unix_commands/irqbalance.htm Am 14.05.2014 09:00, schrieb Chandrakant Solanki: Hello All, I have 2 Digium card configure on Single machine, which can't share interrupt across all CPUs and sometimes asterisk reach 100%

Re: [asterisk-users] Realtime integration: Unregistered clients showing as registered?

2014-05-14 Thread Olli Heiskanen
Hello, After a small break from working on this, I got the idea of tcpdumping the correct ports. What I see is REGISTER messages from Kamailio port to Asterisk, which are replied with 401 Unauthorized. Why is this happening? In my sippeers table the secret field has no value (tried both NULL and

Re: [asterisk-users] 2 PRI Card - Interrupt Problem

2014-05-14 Thread Chandrakant Solanki
Thanks for reply, I am interested to see patch, but I don't find any link for the same. -- Chandrakant Solanki On Wed, May 14, 2014 at 2:09 PM, Thorsten Göllner t...@ovm-group.com wrote: Look for irqbalancer for your distribution: http://www.tutorialspoint.com/unix_commands/irqbalance.htm

Re: [asterisk-users] Ringing issue

2014-05-14 Thread D'Arcy J.M. Cain
On Tue, 13 May 2014 15:28:26 +0100 Gareth Blades mailinglist+aster...@dns99.co.uk wrote: You would need to provide more information. Mobiles and landlines are not SIP and yet you say calls are coming into your asterisk over SIP. So what or who is doing the translation? My origination

Re: [asterisk-users] new install: no re-invite and unwanted transcoding

2014-05-14 Thread James Thomas
I can't help on the first issue, but for the second have you tried doing Set(${SIP_CODEC}=ulaw) before dialing the trunk? I'm in a similar situation where we have g722 internally but our trunk provider only offers ulaw so I see g722-slin-ulaw transcoding. I'm thinking of trying it here (on

Re: [asterisk-users] new install: no re-invite and unwanted transcoding

2014-05-14 Thread Eric Wieling
Inband audio, such as ringing, busy, intercept, silence, etc require transcoding. We solved the issue on our Asterisk installs by purchasing a hardware transcoding card (for G729, but the card supports several codecs in hardware. In my experience transcoding happens, accept it and move

Re: [asterisk-users] Ringing issue

2014-05-14 Thread D'Arcy J.M. Cain
On Tue, 13 May 2014 15:28:26 +0100 Gareth Blades mailinglist+aster...@dns99.co.uk wrote: Initial thoughts are that it could be you are sending back SIP/180 with no session progress and indicating ringing but the other end is misconfiguration and not generating its own ring tone. This is

Re: [asterisk-users] Asterisk 11.9 with webRTC demo integration

2014-05-14 Thread Rusty Newton
On Sat, May 10, 2014 at 2:27 AM, bhavik patel bhavikpatel14...@gmail.com wrote: Hi All, snip For Outbound calls : when i am dialling 8002 - 8001 every time Chrome Browser asking for allow microphone. Is there any way to disable asking permission and allowing it by default ? when i allow

Re: [asterisk-users] Asterisk 11.9 with webRTC demo integration

2014-05-14 Thread Olli Heiskanen
Hello, I'm far from being an expert, but as far as I know when you use https in your website the browser will ask to use the audio devices only once and then remembers your decision. When using http it will ask every time. Sorry I can't be of more help but hope this helps. cheers, Olli

Re: [asterisk-users] Terrible dahdi_test results

2014-05-14 Thread Mike Leddy
I remembered I have an older box with a Wildcard TE12xP that uses the wcte12xp module with a newer 3.9.11 kernel that works perfectly. I setup the problematic machine with the same kernel in the hope that this might be relevant. Unfortunately the same situation persists. I used the

Re: [asterisk-users] Terrible dahdi_test results

2014-05-14 Thread Eric Wieling
Try the card in another machine with a different brand of motherboard. If it works you know it is a hardware issue. Do you have an actual T-1 plugged into your card? If not, try that and see if there is any difference. -Original Message- From:

Re: [asterisk-users] Terrible dahdi_test results

2014-05-14 Thread Mike Leddy
Hi Eric, I plugged an E1 into the card and it doesn't make any difference. # dahdi_test Opened pseudo dahdi interface, measuring accuracy... 88.829% 87.806% 88.988% 88.854% 88.944% 88.952% 88.967% 88.841% 88.889% 88.946% 88.933% 88.841% 88.885% 89.050% 88.904% 87.933% 88.912% 88.949% 88.913%

Re: [asterisk-users] Terrible dahdi_test results

2014-05-14 Thread Russ Meyerriecks
On Wed, May 14, 2014 at 3:41 PM, Mike Leddy m...@loop.com.br wrote: Hi Eric, I plugged an E1 into the card and it doesn't make any difference. Check to see if the card is interrupting 1000 times per second with something like: cat /proc/interrupts | grep wc sleep 1 cat /proc/interrupts |