Re: [asterisk-users] Custom Dialplan

2011-08-10 Thread Richard Zulu
Hallo Barry, extensions_additional.conf is supposed to be edited by FreePBX. Gopal, on using extensions_custom, the SIP phones work however the details are not captured in the reporting mechanism of FreePBX, which is what I need most. Richard Zulu Twitter www.twitter.com/richardzulu http://www

[asterisk-users] Any Method for capturing ISUP packets in DAHDI/ASTERISK

2011-08-10 Thread DHAVAL INDRODIYA
Hi All, I want packets [request/response] capture for ISUP packets , i have E1 line terminated to my digium card i just want a packets flow between my machine and teleco side, is any tool or utility [command] availabele for observation this packets and data. any help appericiated Thanks Dhaval -

[asterisk-users] Asterisk reporting

2011-08-10 Thread Richard Zulu
Hallo, I have a production asterisk server running on Ubuntu however all my configs where done using the CLI. I would like to implement a reporting element into the server so I can know the number of calls made, for what duration, on what dates. What tool can I use that can fit within any alread

[asterisk-users] Asterisk+internal phones+recorded messages

2011-08-10 Thread neo haux
Hi I want to change my old answering phone machine and two wireless phones with asterisk box + degium TDM400p (3 fxs+1FXO)+ one LAN phone(Aastra Nortel 9133i) + Wifi/SIP phone I am wondering if I´ll lost actual functionalities that are present in my old answering machine: 1) is it possible to sho

Re: [asterisk-users] Increasing volume ?

2011-08-10 Thread Kevin P. Fleming
On 08/03/2011 08:47 PM, Matt Riddell wrote: On 4/08/11 2:12 AM, Zeeshan Ali Shah wrote: Hi, I am running asterisk with konference . tried to increase the conference voice but not success i tried to add in diaplain SetGlobalVar(Set(VOLUME(TX)=10)) SetGlobalVar(Set(VOLUME(RX)=10)) Should be: S

Re: [asterisk-users] SRV question

2011-08-10 Thread Pezhman Lali
Dear you must set srv_lookup on in your config. some basic info about srv is here http://blog.lopl.net/?p=23 best On Tue, Aug 9, 2011 at 11:38 PM, J Gao wrote: > ** > Anyone? > > > On 11-08-08 09:37 AM, J Gao wrote: > > Hello, All, > > I have a question about using SRV record. One of SIP pro

Re: [asterisk-users] FAX Issues

2011-08-10 Thread Eric Wieling
> -Original Message- > From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users- > boun...@lists.digium.com] On Behalf Of Lee Howard > Sent: Tuesday, August 09, 2011 7:22 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [asterisk-users] FAX Issues

Re: [asterisk-users] ulimit

2011-08-10 Thread Juan David Diaz
Hi, I use: ulimit -c unlimited My asterisk box handles about 250 concurrent Channels Regards Juan. Linux User #441131 On Wed, Aug 10, 2011 at 2:23 AM, Pezhman Lali wrote: > Dear > for having an stable system which limit option is good for ulimit comand ? > 2-is any option for making asteri

Re: [asterisk-users] SRV question

2011-08-10 Thread J Gao
On 11-08-10 03:18 AM, Ruben Rögels wrote: Am 08.08.2011 18:37, schrieb J Gao: Hello, All, I have a question about using SRV record. One of SIP provider is using DNS SRV record. If I use IP address of the SIP proxy server I can successfully register my Asterisk 1.8.5. But If I try to use the dom

Re: [asterisk-users] Asterisk 1.8 Install Problem

2011-08-10 Thread A.H. Jos
I am using Ubuntu 11.04. I had installed it properly the first time, after that I removed it (due to a problem with OpenBTS), Installed Asterisk from Source Code (problem with OpenBTS persists++), And when returned back to the Repository I have this problem!!! On Wed, Aug 10, 2011 at 9:07 AM, A J

Re: [asterisk-users] fail to correctly build 1.8.5 ??

2011-08-10 Thread Norbert Zawodsky
Am 08.08.2011 18:28, schrieb Kevin P. Fleming: On 08/08/2011 07:51 AM, Norbert Zawodsky wrote: Am 08.08.2011 13:38, schrieb Soeren Malchow (MCon): Do you see the loaded modules when not using the conf file, somethinglike this ? cdr_mysql.so MySQL CDR Backend 0 res_config_mysql.so MySQL RealTi

Re: [asterisk-users] Asterisk 1.8 Install Problem

2011-08-10 Thread A J Stiles
On Wednesday 10 Aug 2011, A.H. Jos wrote: > Hi list, > I have a problem with installing Asterisk (under > https://wiki.asterisk.org/wiki/display/AST/Asterisk+Packages): > > sudo apt-get install asterisk-1.8 > Reading package lists... Done > Building dependency tree > Reading state information... Do

[asterisk-users] Asterisk 1.8 Install Problem

2011-08-10 Thread A.H. Jos
Hi list, I have a problem with installing Asterisk (under https://wiki.asterisk.org/wiki/display/AST/Asterisk+Packages): sudo apt-get install asterisk-1.8 Reading package lists... Done Building dependency tree Reading state information... Done Note, selecting 'asterisk' instead of 'asterisk-1.8' S

[asterisk-users] Unable to enable echo cancellation on channel 1 (No such device)

2011-08-10 Thread bilal ghayyad
Hi All; Suddenly, we restarted the Asterisk machine and the echo appeared. The lines are analoge. At the consol, I see this message: [Aug 10 14:36:05] WARNING[3789]: chan_dahdi.c:4831 dahdi_enable_ec: Unable to enable echo cancellation on channel 1 (No such device) [Aug 10 14:36:07] WARNING[37

Re: [asterisk-users] ulimit

2011-08-10 Thread Ruben Rögels
> is it possible to prevent 100% cpu usage by asterisk, with ulimit? Hi, it is possible, but not recommended. There is a reason, why the asterisk process needs 100% of CPU. What is your scenario? How many extension? What type of extensions? (SIP, etc) How many concurrent calls? Hardware? You a

Re: [asterisk-users] block all numbers begin by 00 and 1

2011-08-10 Thread salaheddine elharit
thanks A J stiles and thanks Marcelo for your help and support i have remove 1 extension begin by _00 and _1 and all function without issue :) thanks and regards. 2011/8/9 Marcelo Ellmann Clemente > That would work as well! :) > > --- > Marcelo Ellmann > Freeddom Tecnologia e Serviços S/A >

Re: [asterisk-users] ulimit

2011-08-10 Thread Pezhman Lali
is it possible to prevent 100% cpu usage by asterisk, with ulimit? On Wed, Aug 10, 2011 at 11:53 AM, Pezhman Lali wrote: > Dear > for having an stable system which limit option is good for ulimit comand ? > 2-is any option for making asterisk crash-free? > > Best > > -- > Pezhman Lali > > >

Re: [asterisk-users] SRV question

2011-08-10 Thread Ruben Rögels
Am 08.08.2011 18:37, schrieb J Gao: > Hello, All, > > I have a question about using SRV record. One of SIP provider is using > DNS SRV record. If I use IP address of the SIP proxy server I can > successfully register my Asterisk 1.8.5. But If I try to use the domain > name like: > /register => use

[asterisk-users] BT killed Ribbit

2011-08-10 Thread Dean Collins
Any thoughts on why they did this? - http://venturebeat.com/2011/08/09/bt-kills-ribbits-web-phone-platform-se nds-customers-to-the-fast-growing-twilio/ what makes Twillio successful but another company willing to kill off a $100m+ investment? Cheers, Dean --

[asterisk-users] ulimit

2011-08-10 Thread Pezhman Lali
Dear for having an stable system which limit option is good for ulimit comand ? 2-is any option for making asterisk crash-free? Best -- Pezhman Lali -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New