Re: [asterisk-users] Problem on Dialling-out

2011-07-13 Thread Malvin Rito
Bruce, Thanks. I already figured out the problem. It seems that a firewall issue. Regards, Malvin On 7/13/2011 12:30 PM, Bruce B wrote: Your trunk shows busy: */ -- Called CordiaVoIP/639285010430 -- SIP/CordiaVoIP-0015 is circuit-busy == Everyone is busy/congested at this time

[asterisk-users] Connect Avaya to Asterisk PBX

2011-07-13 Thread Malvin Rito
Hi List, I have another issue on allowing outgoing calls to PSTN on Asterisk via Avaya Phones, I hope that anyone could help me fix this issue: *When I dial through Avaya phone i just here a good bye message reply from asterisk server. And here is the log:* == Starting

Re: [asterisk-users] Connect Avaya to Asterisk PBX

2011-07-13 Thread Warren Selby
Looks like you need an 's' exten in your [internal] context. Thanks, --Warren Selby, dCAP On Jul 13, 2011, at 2:02 AM, Malvin Rito mr...@mail.altcladding.com.ph wrote: Hi List, I have another issue on allowing outgoing calls to PSTN on Asterisk via Avaya Phones, I hope that anyone could

Re: [asterisk-users] Connect Avaya to Asterisk PBX

2011-07-13 Thread Malvin Rito
How do I write it on my code? On 7/13/2011 4:04 PM, Warren Selby wrote: Looks like you need an 's' exten in your [internal] context. Thanks, --Warren Selby, dCAP On Jul 13, 2011, at 2:02 AM, Malvin Rito mr...@mail.altcladding.com.ph mailto:mr...@mail.altcladding.com.ph wrote: Hi List, I

Re: [asterisk-users] Connect Avaya to Asterisk PBX

2011-07-13 Thread DHAVAL INDRODIYA
you can edit dial-plan by adding following lines to your code [internal] exten = s,1,Dial(SIP/1000) exten = s,2,HangUp() exten = 1000,1,Dial(SIP/1000) exten = 1000,2,HangUp() exten = _,1,Dial(H323/${EXTEN}@ Avaya) exten = _XXX,1,Dial(H323/${EXTEN}@Avaya) exten =

Re: [asterisk-users] SoftHangup on asterisk 1.8.3.2 (renamed)

2011-07-13 Thread Ishfaq Malik
On Tue, 2011-07-12 at 09:13 +0100, Ishfaq Malik wrote: On Thu, 2011-07-07 at 14:23 -0400, Jeremy Kister wrote: On 7/7/2011 9:32 AM, Ishfaq Malik wrote: I'm having the same issue on 1.8.3.2 (with a couple of patches) exten = s,1,Set(CHAN=${SHELL(asterisk -rx core show channels | awk

[asterisk-users] How to Hang up a stale SIP channel?

2011-07-13 Thread Ishfaq Malik
Hi We're using asterisk 1.8.3.2 and are finding incidences of stale channels remaining after both parties have hung up. We have tried to hang the channel up using channel request hangup But by it's definition, it will not work as it only executes the hangup as soon as the the channel is

Re: [asterisk-users] Connect Avaya to Asterisk PBX

2011-07-13 Thread Malvin Rito
Thanks. I want to dial-out to PSTN using Asterisk Server via Avaya Phone using Cordia VoIP Service provider. How can I achieve it using the same code below? Regards, Malvin On 7/13/2011 4:59 PM, DHAVAL INDRODIYA wrote: you can edit dial-plan by adding following lines to your code [internal]

Re: [asterisk-users] Queue Issue : Duration between 2 agents call

2011-07-13 Thread Florent THOMAS
Hy, I still struggle with this issue, does anybody can help me? Regards Le 10/07/2011 13:04, Florent THOMAS a écrit : Hy, I'm currently working with one queue and whatever I change in the config, it stills a gap of 6 seconds during which no agents are ringing for this queue. Is ther any

Re: [asterisk-users] How to Hang up a stale SIP channel?

2011-07-13 Thread Mark Deneen
On Wed, Jul 13, 2011 at 5:35 AM, Ishfaq Malik i...@pack-net.co.uk wrote: Hi We're using asterisk 1.8.3.2 and are finding incidences of stale channels remaining after both parties have hung up. We have tried to hang the channel up using channel request hangup But by it's definition, it

Re: [asterisk-users] CDRs

2011-07-13 Thread deeps backup
Trying to create and populate arbitrary column in cdr table in mysql database. I created column ‘hangupcause’ in cdr table and setting CDR(hangupcause) variable on h extension, but database column in not getting populated. It is showing below in logs though: Executing [h@from-pstn:2]

Re: [asterisk-users] Mysterious dropped calls

2011-07-13 Thread Mark Rosedale
-Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Mark Rosedale Sent: Tuesday, July 12, 2011 4:33 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] Mysterious

Re: [asterisk-users] Benchmarking AGI performance in C, PHP, and Perl

2011-07-13 Thread Benny Amorsen
Kevin P. Fleming kpflem...@digium.com writes: OT: Take a look at 'systemd'; this is exactly what's happening there, and Fedora is likely to incorporate it into Fedora 16, and it will make its way into other distros after that. It was incorporated into Fedora 14, and it is the default in

Re: [asterisk-users] Mysterious dropped calls

2011-07-13 Thread Eric Wieling
Sent from a computer -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Mark Rosedale Sent: Wednesday, July 13, 2011 10:59 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re:

Re: [asterisk-users] Mysterious dropped calls

2011-07-13 Thread Mark Rosedale
I'll change this immediately thanks, mjr On Jul 13, 2011, at 11:08 AM, Eric Wieling wrote: Sent from a computer -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Mark Rosedale Sent: Wednesday, July

Re: [asterisk-users] Problem on Dialling-out

2011-07-13 Thread Bruce B
Yes, that is it. And you were inviting the provider to contact you back at your private subnet of 172.16.x.x: *From: Cordia sip:Unknown@172.16.9.15;tag=**as2267fdcc* * * So, hence their responces never made it back to you and that's why you are re-transmitting 6 times to get attention. * * -

[asterisk-users] TDM400p susceptible to EMI?

2011-07-13 Thread Steve Edwards
I have a TDM400p with 3 fxs and 1 fxo daughter cards. It's in a mini-itx case with a 'right-angle' PCI riser card so the TDM400p is 'sandwiched' between the Atom D525 CPU and the 2.5 hard drive. I'm getting a bunch of clicks and pops on all ports. Has anybody had a similar experience? Did

Re: [asterisk-users] TDM400p susceptible to EMI?

2011-07-13 Thread Andrew Latham
On Wed, Jul 13, 2011 at 2:51 PM, Steve Edwards asterisk@sedwards.com wrote: I have a TDM400p with 3 fxs and 1 fxo daughter cards. It's in a mini-itx case with a 'right-angle' PCI riser card so the TDM400p is 'sandwiched' between the Atom D525 CPU and the 2.5 hard drive. I'm getting a

Re: [asterisk-users] TDM400p susceptible to EMI?

2011-07-13 Thread Tim Nelson
- Original Message - I have a TDM400p with 3 fxs and 1 fxo daughter cards. It's in a mini-itx case with a 'right-angle' PCI riser card so the TDM400p is 'sandwiched' between the Atom D525 CPU and the 2.5 hard drive. I'm getting a bunch of clicks and pops on all ports. Has

Re: [asterisk-users] TDM400p susceptible to EMI?

2011-07-13 Thread Steve Edwards
On Wed, Jul 13, 2011 at 2:51 PM, Steve Edwards asterisk@sedwards.com wrote: I have a TDM400p with 3 fxs and 1 fxo daughter cards. It's in a mini-itx case with a 'right-angle' PCI riser card so the TDM400p is 'sandwiched' between the Atom D525 CPU and the 2.5 hard drive. I'm getting a bunch

Re: [asterisk-users] TDM400p susceptible to EMI?

2011-07-13 Thread Eric Wieling
Sent from my Toshiba Satellite A106 computer -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Steve Edwards Sent: Wednesday, July 13, 2011 5:07 PM To: Asterisk Users Mailing List - Non-Commercial

Re: [asterisk-users] TDM400p susceptible to EMI?

2011-07-13 Thread Tim Nelson
- Original Message - On Wed, Jul 13, 2011 at 2:51 PM, Steve Edwards asterisk@sedwards.com wrote: I have a TDM400p with 3 fxs and 1 fxo daughter cards. It's in a mini-itx case with a 'right-angle' PCI riser card so the TDM400p is 'sandwiched' between the Atom D525 CPU and

Re: [asterisk-users] TDM400p susceptible to EMI?

2011-07-13 Thread Andrew Latham
On Wed, Jul 13, 2011 at 5:16 PM, Tim Nelson tnel...@rockbochs.com wrote: - Original Message - On Wed, Jul 13, 2011 at 2:51 PM, Steve Edwards asterisk@sedwards.com wrote: I have a TDM400p with 3 fxs and 1 fxo daughter cards. It's in a mini-itx case with a 'right-angle' PCI

Re: [asterisk-users] TDM400p susceptible to EMI?

2011-07-13 Thread Steve Edwards
On Wed, Jul 13, 2011 at 2:51 PM, Steve Edwards asterisk@sedwards.com wrote: I have a TDM400p with 3 fxs and 1 fxo daughter cards. It's in a mini-itx case with a 'right-angle' PCI riser card so the TDM400p is 'sandwiched' between the Atom D525 CPU and the 2.5 hard drive. I'm getting a

Re: [asterisk-users] TDM400p susceptible to EMI?

2011-07-13 Thread Steve Edwards
On Wed, 13 Jul 2011, Eric Wieling wrote: cat /proc/interrupts will tell you if the card is sharing IRQs with anything else. The card is on it's own on interrupt 66. -- Thanks in advance, - Steve Edwards

Re: [asterisk-users] TDM400p susceptible to EMI?

2011-07-13 Thread Tim Nelson
- Original Message - Many Mini-ITX cases have horrific power supplies to keep overall cost down. 'Cheap' doesn't begin to describe them. They *will* introduce audio issues, especially where you're using FXS modules. This box is using a picoPSU-80 80w DC-DC 'power supply' fed

[asterisk-users] Chan_mobile

2011-07-13 Thread asterisk asterisk
I am encountering problem recently with the chan_mobile that the bluetooth connection between the asterisk and my Nokia E71 mobile phone frequently connect and disconnect within seconds. As a result, I can't make any call using Mobile/E71/{exten:2}. Any suggested cause? --

Re: [asterisk-users] TDM400p susceptible to EMI?

2011-07-13 Thread Jeff LaCoursiere
On Wed, 2011-07-13 at 17:19 -0400, Andrew Latham wrote: On Wed, Jul 13, 2011 at 5:16 PM, Tim Nelson tnel...@rockbochs.com wrote: - Original Message - On Wed, Jul 13, 2011 at 2:51 PM, Steve Edwards asterisk@sedwards.com wrote: I have a TDM400p with 3 fxs and 1 fxo daughter

[asterisk-users] Extension wise dialplan

2011-07-13 Thread mahesh katta
Hi all, I have n no. of extensions in my dialer. from 456 to 556 extensions. I was created 2 other extensions 667 and 668 I need to allow only STD calls to go from this extensions. These all extensions are same context . I need to define the STD dialplan for only this 2 extensions. how I can ?