Re: [asterisk-users] Calendar: cert mismatch

2013-02-26 Thread Phil Daws
Agreed. Local CA is probably the best route to take, and the most manageable, so will look at doing that. Thank you. - Original Message - From: James Cloos cl...@jhcloos.com To: Phil Daws ux...@splatnix.net Cc: ch...@acsdi.com, Asterisk Users Mailing List - Non-Commercial Discussion

Re: [asterisk-users] auto install all required dependences for asterisk.

2013-02-26 Thread Matthew Jordan
On 02/25/2013 11:48 AM, Daniel - Asterisk wrote: Hello Mahendra, I've just installed Asterisk from source on my Raspberry Pi model B, this is what I did: sudo apt-get install build-essential sudo apt-get install libncurses5-dev sudo apt-get install libssl-dev sudo apt-get install

Re: [asterisk-users] auto install all required dependences for asterisk.

2013-02-26 Thread Daniel - Asterisk
Hey Matthew, Thanks for your answer, that's the very output I get with 'make config'. Could you please share some readings to get asterisk as a linux service? Thanks in advance! Elder D. Arohuanca Lima - Peru On Tue, Feb 26, 2013 at 10:05 AM, Matthew Jordan mjor...@digium.com wrote: On

Re: [asterisk-users] auto install all required dependences for asterisk.

2013-02-26 Thread Kevin Larsen
From: Daniel - Asterisk earohua...@gmail.com To: Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com, Date: 02/26/2013 09:29 AM Subject:Re: [asterisk-users] auto install all required dependences for asterisk. Sent by:

Re: [asterisk-users] Asterisk AMI - Create a daemon (background process)

2013-02-26 Thread Steve Edwards
On Tue, 26 Feb 2013, Paul Belanger wrote: You don't want to use PHP for your daemon, change to another scripting language (EG: python). Why? I'm just a 'c' weenie, but why would Python be a better choice than PHP? -- Thanks in advance,

Re: [asterisk-users] Asterisk AMI - Create a daemon (background process)

2013-02-26 Thread Eric Wieling
PHP has had memory leak issues in the past, though modern versions are apparently much better. The thing is, when you write a daemon you must EXPECT it to exit at some point, maybe the socket went away or the system restarted or you are out of memory, whatever. You need to make sure you

[asterisk-users] DAHDI and Oslec

2013-02-26 Thread Doug Lytle
I'm hoping someone can help me here. I've purchased replacement systems for 3 aging 1.4.x installs. I'm hoping to setup Asterisk 11, dahdi 2.6.1 and Oslec. I'm also moving those installs from Mandriva 10.0 to Debian 6.06 (Squeeze). In my testing, the TE220P PCIe cards that I have, the

Re: [asterisk-users] Asterisk AMI - Create a daemon (background process)

2013-02-26 Thread A J Stiles
On Tuesday 26 February 2013, Steve Edwards wrote: On Tue, 26 Feb 2013, Paul Belanger wrote: You don't want to use PHP for your daemon, change to another scripting language (EG: python). Why? I'm just a 'c' weenie, but why would Python be a better choice than PHP? Because that poster

[asterisk-users] POKE from command line

2013-02-26 Thread Gary Carr
Is it possible to issue the POKE to a end point from the CLI? Our asterisk servers is not seeing some end points drop off and I would like to create a script to manually check end points. Thanks! Gary -- _ -- Bandwidth

Re: [asterisk-users] DAHDI and Oslec

2013-02-26 Thread Christopher Harrington
On Tue, Feb 26, 2013 at 10:38 AM, Doug Lytle supp...@drdos.info wrote: But, when trying to set my E.C. to oslec, I get: Feb 26 11:21:37 indyvoip modprobe: FATAL: Error inserting dahdi_echocan_oslec (/lib/modules/3.6.9-custom-3.6.9/dahdi/dahdi_echocan_oslec.ko): Unknown symbol in module, or

Re: [asterisk-users] GSM Sip Gateway

2013-02-26 Thread Frank
So what is the official page to get those GoIP ? All I can find is on ebay.. On 2/24/13 5:23 AM, longst wrote: I am using GoIp 1 channel gateway. it is fine Sent from Shitian Long On Feb 24, 2013, at 1:54 AM, Frank fr...@efirehouse.com wrote: Hi all, Anyone ever used GoIP GSM SIP Gateways

Re: [asterisk-users] GSM Sip Gateway

2013-02-26 Thread Frank
Ha... Here is the other company I was looking for: http://www.yx.cl Anyone is using their GSM gateways ? On 2/26/13 11:56 AM, Frank wrote: So what is the official page to get those GoIP ? All I can find is on ebay.. On 2/24/13 5:23 AM, longst wrote: I am using GoIp 1 channel gateway. it is

Re: [asterisk-users] POKE from command line

2013-02-26 Thread Steven Howes
On 26 Feb 2013, at 16:52, Gary Carr wrote: Is it possible to issue the POKE to a end point from the CLI? Our asterisk servers is not seeing some end points drop off and I would like to create a script to manually check end points. http://www.geekinter.net/iaxping.txt May be of use to you.

Re: [asterisk-users] DAHDI and Oslec

2013-02-26 Thread Marco Signorini
Hi. I had the same problem in the past and I've found that there was already an echo.ko module built in my kernel module folder. I've renamed it and replaced with the one compiled with dahdi+oslec and it started working as expected. I was on OpenSuse with kernel 2.6.27.56-0.1... it's very old

Re: [asterisk-users] DAHDI and Oslec

2013-02-26 Thread Tzafrir Cohen
On Tue, Feb 26, 2013 at 11:38:15AM -0500, Doug Lytle wrote: I'm hoping someone can help me here. I've purchased replacement systems for 3 aging 1.4.x installs. I'm hoping to setup Asterisk 11, dahdi 2.6.1 and Oslec. I'm also moving those installs from Mandriva 10.0 to Debian 6.06

Re: [asterisk-users] Asterisk AMI - Create a daemon (background process)

2013-02-26 Thread Steve Edwards
On Tue, 26 Feb 2013, Eric Wieling wrote: For me, PHP with its C-like syntax... For me, C with it's C-like syntax... -- Thanks in advance, - Steve Edwards sedwa...@sedwards.com Voice: +1-760-468-3867 PST

Re: [asterisk-users] DAHDI and Oslec

2013-02-26 Thread Doug Lytle
I encountered the same. Turns out, you need to disable OSLEC in your codec .config, and delete the modules in your /lib/modules/[kernel version]/drivers/staging directory, and then (in your kernel sources) make make modules make modules install There was nothing listed in

Re: [asterisk-users] Asterisk AMI - Create a daemon (background process)

2013-02-26 Thread Tzafrir Cohen
On Tue, Feb 26, 2013 at 11:29:44AM -0500, Eric Wieling wrote: PHP has had memory leak issues in the past, though modern versions are apparently much better. The thing is, when you write a daemon you must EXPECT it to exit at some point, maybe the socket went away or the system restarted or

Re: [asterisk-users] GSM Sip Gateway

2013-02-26 Thread Eder Chaves
http://www.yx.cl works very good in Brazil Suport very goog 2013/2/26 Frank fr...@efirehouse.com Ha... Here is the other company I was looking for: http://www.yx.cl Anyone is using their GSM gateways ? On 2/26/13 11:56 AM, Frank wrote: So what is the official page to get those GoIP

Re: [asterisk-users] DAHDI and Oslec

2013-02-26 Thread Christopher Harrington
It's called echo in the kernel configs. On Tue, Feb 26, 2013 at 11:09 AM, Doug Lytle supp...@drdos.info wrote: I encountered the same. Turns out, you need to disable OSLEC in your codec .config, and delete the modules in your /lib/modules/[kernel version]/drivers/staging directory, and then

Re: [asterisk-users] Asterisk AMI - Create a daemon (background process)

2013-02-26 Thread Don Kelly
On Tue, 26 Feb 2013, Eric Wieling wrote: For me, PHP with its C-like syntax... Steve Edward said: For me, C with it's C-like syntax... So that brings up the question I have. Shouldn't a daemon be a compiled process? --Don --

Re: [asterisk-users] DAHDI and Oslec

2013-02-26 Thread Doug Lytle
It's called echo in the kernel configs. cat .config|grep -i echo CONFIG_SND_ECHO3G=m # CONFIG_ECHO is not set Doug -- Ben Franklin quote: Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety. --

Re: [asterisk-users] DAHDI and Oslec

2013-02-26 Thread Doug Lytle
Grab a recent dahdi-source from somewhere: Did just that and ran your listed command. The compile fails at: make[3]: Entering directory `/usr/src/linux-3.6.9' CC [M] /usr/src/modules/dahdi/drivers/dahdi/dahdi-base.o /usr/src/modules/dahdi/drivers/dahdi/dahdi-base.c:52:28: error:

Re: [asterisk-users] Asterisk AMI - Create a daemon (background process)

2013-02-26 Thread Steve Edwards
On Tue, 26 Feb 2013, Don Kelly wrote: So that brings up the question I have. Shouldn't a daemon be a compiled process? Since C is my sharpest tool, the question is somewhat moot :) Once you get past the overhead of parsing a scripting language like PHP or Python, I think the efficiency

[asterisk-users] Delay before audio starts

2013-02-26 Thread Gerard
Hi everyone, I'm having a hard time figuring this issue out, we just switched from a T1 PRI to a SIP trunk provider and that's when the issue started. Now when someone forwards all calls on their phone to a cellphone, when a customer calls in, Asterisk correctly calls the cellphone and connects

Re: [asterisk-users] DAHDI and Oslec

2013-02-26 Thread Tzafrir Cohen
On Tue, Feb 26, 2013 at 12:31:59PM -0500, Doug Lytle wrote: Grab a recent dahdi-source from somewhere: Did just that and ran your listed command. The compile fails at: make[3]: Entering directory `/usr/src/linux-3.6.9' CC [M] /usr/src/modules/dahdi/drivers/dahdi/dahdi-base.o

Re: [asterisk-users] DAHDI and Oslec

2013-02-26 Thread Doug Lytle
or the older 2.3.0 one? If the latter, try 2.6.1 . Started from scratch, and then downloaded the 2.6.1. This time is succeeded. Thanks for everybody input and Tzafrir's help! Doug -- Ben Franklin quote: Those who would give up Essential Liberty to purchase a little Temporary Safety,

[asterisk-users] Issue with .siren14 sound files

2013-02-26 Thread Richard Kenner
I'm connecting a Polycom SoundStation IP 7000 and trying to use siren14. I downloaded the codecs and now it will properly transcode to connect to other phones and play any files that are in .wav format. But when it tries to play any files with .siren14 extensions, I get complete noise coming out.

[asterisk-users] Managing Abandoned Call

2013-02-26 Thread akhilesh chand
Dear All, I have a query ,basically i use three server for own call center. The server A and B i have configure the 60-60 channel each server. Server A and B(or call transfers into server X) calls hitting into server X.Both the server have contain same CLI mean anybody call 8032(mean server A an