[asterisk-users] AstLinux 0.7.4 Release now available

2010-11-27 Thread Darrick Hartman
The AstLinux Team is happy to announce the release of AstLinux 0.7.4. This is a dual release which allows you to chose between Asterisk 1.4.36 or 1.8.0. There are several security updates and other improvements. All current AstLinux users should upgrade as soon as feasible. One of the more si

Re: [asterisk-users] Preserve CallerID on transfers

2010-11-27 Thread Jonathan Thurman
On Sat, Nov 27, 2010 at 11:40 AM, Fabiano Carlos Heringer wrote: > Hi, it´s possible to mantain the original CallerId when making transfers? > (atx or blind) > > Example: A calls to B, A transfer to C, C see the CallerID of B, and not A... > > It´s possible? Asterisk 1.8 added "Connected Party Id

[asterisk-users] Strange Logfile Entries.

2010-11-27 Thread dotnetdub
Hi List, Anybody any ideas on these? [Nov 26 15:14:10] WARNING[3265] chan_sip.c: Remote host can't match request NOTIFY to call '1c4890a52552c39b0b81702353087...@192.168.33.12'. Giving up. [Nov 26 15:16:44] WARNING[3265] chan_sip.c: Remote host can't match request NOTIFY to call '7920154238a73e56

[asterisk-users] Preserve CallerID on transfers

2010-11-27 Thread Fabiano Carlos Heringer
Hi, it´s possible to mantain the original CallerId when making transfers? (atx or blind) Example: A calls to B, A transfer to C, C see the CallerID of B, and not A... It´s possible? Thanks1 -- __

Re: [asterisk-users] sip echo server

2010-11-27 Thread Steve Edwards
> From: Steve Edwards >> I'm still not sure what you are asking for. Are you wanting to pick up a >> SIP [hard|soft] phone, dial an extension and hear yourself talk? If so, >> the relevant configuration files will be: On Sat, 27 Nov 2010, Ali Khalfan wrote: > yes, this is exactly what i want, a

Re: [asterisk-users] sip echo server

2010-11-27 Thread Ali Khalfan
Original Message Subject: Re: [asterisk-users] sip echo server From: Steve Edwards To: Asterisk Users Mailing List - Non-Commercial Discussion Date: Sat 27 Nov 2010 12:43:57 PM EST > On Sat, 27 Nov 2010, Ali Khalfan wrote: > >> I'm trying to find a way to setup a SIP server

Re: [asterisk-users] sip echo server

2010-11-27 Thread Steve Edwards
On Sat, 27 Nov 2010, Ali Khalfan wrote: > I'm trying to find a way to setup a SIP server that will mainly echo > back a request from one agent only, > > my question is do i need to setup any of the other conf files besides > extensions.conf and sip.conf? 0) Posting the same request an hour late

[asterisk-users] DAHDI 2.4.0 produces HDLC errors with echo canceler

2010-11-27 Thread James Lamanna
Hi, After upgrading to DAHDI 2.4.0 from Zaptel, I noticed a lot of HDLC errors on my console: [Nov 27 01:15:09] NOTICE[2743] chan_dahdi.c: PRI got event: HDLC Bad FCS (8) on Primary D-channel of span 1 [Nov 27 01:15:09] NOTICE[2743] chan_dahdi.c: PRI got event: HDLC Abort (6) on Primary D-channel o

Re: [asterisk-users] How to hangup all channels

2010-11-27 Thread Jim Dickenson
Can also do "asterisk -r -x 'restart now'" asterisk*CLI> help restart restart gracefully Restart Asterisk gracefully restart now Restart Asterisk immediately restart when convenient Restart Asterisk at empty call volume -- Jim Dickenson mailto:dicken...@cfmc.com CfMC h

Re: [asterisk-users] How to hangup all channels

2010-11-27 Thread Steve Edwards
On Sat, 27 Nov 2010, Giuseppe D'alessio wrote: > Hi guys, I'm using Asterisk 1.4 and i need a way to hangup all channels. 1) sudo /etc/init.d/asterisk restart 2) Write a script to do "asterisk -r -x 'core show channels'", parse the output and do "asterisk -r -x 'channel request hangup ${CHANNEL

[asterisk-users] sip echo server

2010-11-27 Thread Ali Khalfan
I'm trying to find a way to setup a SIP server that will mainly echo back a request from one agent only, my question is do i need to setup any of the other conf files besides extensions.conf and sip.conf? the book says "If you plan on a pure VoIP network, the only real requirement is the

[asterisk-users] sip echo server

2010-11-27 Thread Ali Khalfan
I'm trying to find a way to setup a SIP server that will mainly echo back a request from one agent only, my question is do i need to setup any of the other conf files besides extensions.conf and sip.conf? the book says "If you plan on a pure VoIP network, the only real requirement is the asteri

[asterisk-users] change date

2010-11-27 Thread Klaus Schwarzkopf
Hi, why have many files on http://downloads.asterisk.org/pub/telephony/asterisk/releases/ the change date 18 aug 2009? See: asterisk-1.2.24-patch.gz07-Aug-2007 17:10 3.2K asterisk-1.2.24-patch.gz.asc07-Aug-2007 17:10 1.1K asterisk-1.2.24-patch.gz.sha1 07-Aug-2007 17:10

[asterisk-users] How to hangup all channels

2010-11-27 Thread Giuseppe D'alessio
Hi guys, I'm using Asterisk 1.4 and i need a way to hangup all channels. I want to use the teleyapper system for broadcasting call for security reason but i need that all channels are free when a security call is ready to start! I already search in the old post without success. Can anyone help m