[asterisk-users] install asterisk from binaries

2010-03-14 Thread Joao Gomes Pereira
Hello I'm trying to install Asterisk in a Linux server without compiler, yum or apt-get. Is this possible? Where can I find the pre compiled binaries? Thanks Regards Joao Pereira -- _ -- Bandwidth and Colocation Provided by

Re: [asterisk-users] install asterisk from binaries

2010-03-14 Thread Tzafrir Cohen
On Sun, Mar 14, 2010 at 08:43:09AM +, Joao Gomes Pereira wrote: Hello I'm trying to install Asterisk in a Linux server without compiler, yum or apt-get. Is this possible? Where can I find the pre compiled binaries? Debian, Fedora, OpenSUSE and Ubuntu include binary packages of Asterisk.

Re: [asterisk-users] adding agent with 2 phones to a queue

2010-03-14 Thread Magnus Benngård
I tried, [agents] exten = 1,hint,SIP/0317998975SIP/0317998985 exten = 1,1,Dial(SIP/0317998975SIP/0317998985) and queue add member Local/1...@agents to 0317998989 sip*CLI queue show 0317998989 0317998989 has 0 calls (max unlimited) in 'rrmemory' strategy (0s holdtime, 109s talktime), W:0, C:1,

Re: [asterisk-users] adding agent with 2 phones to a queue - SOLVED

2010-03-14 Thread Magnus Benngård
queue add member Local/1...@agents to 0317998989 penalty 1 as Magnus Benngard state_interface hint:1...@agents 1,hint,SIP/0317998975SIP/0317998985 exten = 1,1,Dial(SIP/0317998975SIP/0317998985) and queue add member Local/1...@agents to 0317998989 sip*CLI queue show 0317998989 0317998989 has 0

[asterisk-users] DECT phone wont stop ringing

2010-03-14 Thread Magnus Benngård
Hi, Did a test with Local, exten = 1234,1,Dial(Local/1...@agents) [agents] exten = 1,hint,SIP/0317998975SIP/0317998985 exten = 1,1,Dial(SIP/0317998975SIP/0317998985) When calling 1234, both 0317998975 and 0317998985 rings when answering in 0317998985, 0317998975 stops ringing, all fine but

Re: [asterisk-users] adding agent with 2 phones to a queue - SOLVED

2010-03-14 Thread Rob Hillis
Glad to see I was able to point you in the right direction. On 03/14/10 23:56, Magnus Benngård wrote: queue add member Local/1...@agents to 0317998989 penalty 1 as Magnus Benngard state_interface hint:1...@agents - did the trick :) On Sun, 14 Mar 2010 11:38:13 +0100, Magnus Benngård

Re: [asterisk-users] adding agent with 2 phones to a queue - SOLVED

2010-03-14 Thread Magnus Benngård
Thx Rob! On Mon, 15 Mar 2010 00:53:06 +1100, Rob Hillis wrote: Glad to see I was able to point you in the right direction. On 03/14/10 23:56, Magnus Benngård wrote: queue add member Local/1...@agents to 0317998989 penalty 1 as Magnus Benngard state_interface hint:1...@agents On Sun,

[asterisk-users] ooh323_indicate: Don't know how to indicate condition 20

2010-03-14 Thread Michelle Dupuis
I've got Asterisk 1.6 bridging to an Avaya using H323. The Avaya is autoanswering calls to music (as expected) and audio seems fine, but I see this error on bridging: WARNING[8833]: chan_ooh323.c:1054 ooh323_indicate: Don't know how to indicate condition 20 on ooh323c_o_2 Is this a warning I

[asterisk-users] Debugging log rotation problem

2010-03-14 Thread Richard Kenner
I see the following: a stuck process 12651 ?S 0:00 gzip -9 /var/log/asterisk/messages.2 and then: asterisk*CLI core show channels Channel Location State Application(Data) Logger/rotates...@default:1 Down(None)

Re: [asterisk-users] Debugging log rotation problem

2010-03-14 Thread Tzafrir Cohen
On Sun, Mar 14, 2010 at 10:30:33AM -0400, Richard Kenner wrote: I see the following: a stuck process 12651 ?S 0:00 gzip -9 /var/log/asterisk/messages.2 and then: asterisk*CLI core show channels Channel Location State Application(Data)

Re: [asterisk-users] Debugging log rotation problem

2010-03-14 Thread Richard Kenner
1. Any chance you're out of disk space? Nope: FilesystemSize Used Avail Use% Mounted on /dev/mapper/VolGroup00-LogVol00 11G 5.2G 4.9G 52% / /dev/sda1 99M 38M 56M 41% /boot tmpfs1002M 0 1002M 0% /dev/shm 2. Why not

[asterisk-users] Strange audio problem with Digium Wildcard B410

2010-03-14 Thread Stefan-Michael Guenther
Hi, we are using Asterisk 1.6.0.22 on Ubuntu 9.04 together with a Digium Wildcard B410 and dahdi-linux-complete-2.2.0+2.2.0. Internal calls between hard- and softphone are no problems. When I call the asterisk with my cell phone and choose an extension where PLAYBACK() plays tt-monkeys, I can

[asterisk-users] dahdi-linux-complete-2.2.1+2.2.1 failed to compile

2010-03-14 Thread Nitesh Divecha
Hello All, I'm trying to do a fresh installation on Ubuntu Server 9.10 (Karmic) 64-bit but I am getting error when make config is trying to install the init script... Here is the output: - Can anyone help me please... Thanking in advance... Cheers, Nitesh

Re: [asterisk-users] dahdi-linux-complete-2.2.1+2.2.1 failed to compile

2010-03-14 Thread tjoen
On Sun, 2010-03-14 at 13:32 -0400, Nitesh Divecha wrote: make[1]: Entering directory ... /sbin/chkconfig --add dahdi insserv: warning: script 'S20theserver' missing LSB tags and overrides [snip other warnings] insserv: There is a loop between service rsyslog and apache2 if stopped insserv:

Re: [asterisk-users] dahdi-linux-complete-2.2.1+2.2.1 failed to compile

2010-03-14 Thread Nitesh Divecha
Thanks Tjoen for reply... Here is complete process when I execute make config... Do i just comment out this line: - CHKCONFIG := $(wildcard /sbin/chkconfig) r...@bill:/usr/src/dahdi-linux-complete-2.2.1+2.2.1# make config make -C linux all make[1]: Entering directory

Re: [asterisk-users] dahdi-linux-complete-2.2.1+2.2.1 failed to compile

2010-03-14 Thread Tzafrir Cohen
On Sun, Mar 14, 2010 at 01:32:09PM -0400, Nitesh Divecha wrote: Hello All, I'm trying to do a fresh installation on Ubuntu Server 9.10 (Karmic) 64-bit but I am getting error when make config is trying to install the init script... Here is the output: - Can anyone help me please...

Re: [asterisk-users] dahdi-linux-complete-2.2.1+2.2.1 failed to compile

2010-03-14 Thread Nitesh Divecha
Thanks Tzafrir Kinda solve the issue by commenting out following: - CHKCONFIG := $(wildcard /sbin/chkconfig) UPDATE_RCD := $(wildcard /usr/sbin/update-rc.d) ifeq (,$(DESTDIR)) # ifneq (,$(CHKCONFIG)) #ADD_INITD := $(CHKCONFIG) --add dahdi # else ifneq (,$(UPDATE_RCD))

[asterisk-users] Help with playing a recorded message in a conference.

2010-03-14 Thread Sean Brady
Hello all, My folks would like to play a message to answering machines automatically after hanging up the phone. So, when the caller dials the number of the callee, hears an answering machine, they would like to enter a code on the phone and hang up. After the hangup the message plays to the

[asterisk-users] queue MOH

2010-03-14 Thread Thomas Perron
I want callers to enter a queue and then hear music on hold. does anyone have notes on how to integrate queuing to a dial plan that uses moh? -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to

[asterisk-users] Change SIP Release Code

2010-03-14 Thread Nitesh Divecha
Hello All, I have configured Asterisk to act like a Softswitch (routing calls in and out) but I m facing one issue... I want to route advance all fail calls with ISDN 34 (SIP 503) whenever calls are failed due to some reasons... Is there any way to flash back SIP 503 on all failed calls from

Re: [asterisk-users] Help with playing a recorded message in a conference.

2010-03-14 Thread Philipp von Klitzing
One possibility is to have the dialplan create another channel, bridge the two channels together, then play the message, but I´m not sure of the best method of accomplishing this. Haven't touched 1.6.2 yet, so I'll speak in 1.4 terms: No need for a conference, look at ChannelRedirect. Also

Re: [asterisk-users] Help with playing a recorded message in a conference.

2010-03-14 Thread Philipp von Klitzing
Hi! after hanging up the phone. So, when the caller dials the number of the callee, hears an answering machine, they would like to enter a code on the phone and hang up. After the hangup the message plays to the callee and disconnects. There is an even simpler way: Just blind transfer the

Re: [asterisk-users] Digium TE4xx T1 Bonding

2010-03-14 Thread Eric Wheeler
On Thu, 2010-03-11 at 22:24 +0100, Christian Victor wrote: 2010/3/11 Eric Wheeler aster...@ew.ewheeler.org: Hi Eric, I have four spare TE411P but never used bonded T1 or T1 for data at all. If you can supply me with instructions I could test if your plan works the way you need. Great!

Re: [asterisk-users] Time counting down and # detect

2010-03-14 Thread Pham Quy
Hi I made a conclusion too soon, i couldnt count down while music was playing back. I'm running out of time, really need help. Thanks QuyPs On Sat, 2010-03-13 at 08:42 +0700, Pham Quy wrote Here again, the script should be described as - Caller call to a

[asterisk-users] USING ASTERISK AS AVAYA DEFINITY RECORDING SERVER

2010-03-14 Thread RESEARCH
Hi there I remember to ask this question in the past but now I have thought of something little bit difference. While I understand that asterisk dialplan accept the call to be answered[ Answer() ] in the dialplan, I wanna know if this is possible; i. A call on legacy PBX, extension to extension

[asterisk-users] High Availability Asterisk PBX

2010-03-14 Thread RESEARCH
Hi I have the following scenario A. A PBX on location A with network 192.168.1.1 with extension range 1XXX and connected to the PSTN Network via the E1 B. Another PBX on location B with network 172.30.18.1 with extension range 2XXX and connected to the PSTN Network via the E1 I need to configure

Re: [asterisk-users] USING ASTERISK AS AVAYA DEFINITY RECORDING SERVER

2010-03-14 Thread Alex Balashov
Would you like the advice in all caps? On 03/15/2010 01:20 AM, RESEARCH wrote: Hi there I remember to ask this question in the past but now I have thought of something little bit difference. While I understand that asterisk dialplan accept the call to be answered[ Answer() ] in the

Re: [asterisk-users] High Availability Asterisk PBX

2010-03-14 Thread Jai Rangi
Dns srv might be the solution for you. Jai www.didforsale.com --Original Message-- From: RESEARCH Sender: asterisk-users-boun...@lists.digium.com To: asterisk-users@lists.digium.com ReplyTo: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] High