Re: [asterisk-users] confbridge

2012-08-22 Thread Tony Mountifield
In article 5033c582.8080...@pagestation.com, Jerry Geis ge...@pagestation.com wrote: How do I enable debugging on asterisk 10 and then what function can I break on to see who is calling the play wave file for busy or hangup for my confbridge - that did not happen for me in the old meetme.

[asterisk-users] TE110P Wildcard does not work with Ubuntu 12.04 server

2012-08-22 Thread Shitian Long
I am trying to setup TE110P wildcard on a PBX running ubuntu 12.04 server edition. I followed the procedure from http://docs.digium.com/misc/ADL_quickstart.pdf step by step. During the process of installing dahdi-linux-complete I got following warnings:

Re: [asterisk-users] Check for the voicemail

2012-08-22 Thread Danilo Dionisi
How can I, with a bash script to take the standard output? When I take the standard output, I'll do the grep to see if there is a code 450. Right? Il 22/08/12 11:56, Roberto Piola ha scritto: no. when you issue sendmail -v , the output is sent on the standard output -- --

Re: [asterisk-users] Check for the voicemail

2012-08-22 Thread Roberto Piola
Ok: this is the complete recipe. first, make a sendmail.cf configuration file so that you are sure that sendmail tries to deliver directly to your server, and not to spool the file locally in order to send it later. cp /etc/mail/sendmail.cf /etc/mail/direct-delivery-sendmail.cf vi +/^DS

Re: [asterisk-users] recording calls

2012-08-22 Thread DHAVAL INDRODIYA
you need to provide dial plan for macro-one-touch-record. i think there is something which records outgoing only On Wed, Aug 22, 2012 at 6:39 AM, Josh Hopkins j...@prorivertech.com wrote: I am trying to record calls on demand both inbound and outbound calls. I can record outbound calls just

Re: [asterisk-users] confbridge

2012-08-22 Thread Jerry Geis
Hi Jerry, Firstly, in logging.conf, make sure you have a line as follows: full = notice,warning,error,debug,verbose,dtmf,fax If you made any changes, then in the asterisk CLI, do: reload logger Then again in the CLI, do: set verbose 5 set debug 5 Then try your scenario and look afterwards

Re: [asterisk-users] confbridge

2012-08-22 Thread Jerry Geis
Below is the backtrace of I think why I am hearing a tone in my confbridge. I have all sounds turned off for my confbridge profile. Looks like something with fax is in the mix. How do I disable that - no faxes in my conference and dont need any tones from it? Thanks, Jerry

Re: [asterisk-users] recording calls

2012-08-22 Thread Josh Hopkins
Being new to asterisk I really don't understand what I am looking at. [macro-one-touch-record] include = macro-one-touch-record-custom exten = s,1,ExecIf($[${PICKUP_EXTEN}!=]?Set(THISEXTEN=${CUT(CALLFILENAME,-,2)})) exten =

Re: [asterisk-users] Load test for FXS and FXO cards

2012-08-22 Thread Shaun Ruffell
On Wed, Aug 22, 2012 at 10:43:54AM +0530, upendra wrote: Can anyone tell me how to do the load test for the FXS and FXO cards and find how much the asterisk machine can load�for different processors configuration. I'll be surprised if anyone is able to give you the answer your looking

Re: [asterisk-users] confbridge

2012-08-22 Thread Tony Mountifield
In article 5034d4b7.8000...@pagestation.com, Jerry Geis ge...@pagestation.com wrote: So I commented in the full in the logger and restarted. set verbose and debug. the only thing I saw was below. dsp.c Setup Tone. See below. [Aug 22 08:02:31] DEBUG[31329] channel.c: Didn't receive a media

Re: [asterisk-users] TE110P Wildcard does not work with Ubuntu 12.04 server

2012-08-22 Thread Shaun Ruffell
On Wed, Aug 22, 2012 at 12:09:54PM +0200, Shitian Long wrote: I am trying to setup TE110P wildcard on a PBX running ubuntu 12.04 server edition. I followed the procedure from http://docs.digium.com/misc/ADL_quickstart.pdf step by step. During the process of installing dahdi-linux-complete

Re: [asterisk-users] How to test Websocket support in SIP in Asterisk trunk?

2012-08-22 Thread James Mortensen
Hi Sven, I tried out your changes. I had to replace the $_SERVER['REMOTE_ADDR'] with Java's request.getRemoteAddr() since I'm using Jetty not Apache. I got the same results you got, which I also get using the something.invalid header. The peer connects from Chrome, I can dial my cellphone and

[asterisk-users] Asterisk 1.8 and 11

2012-08-22 Thread Giuseppe Longo
Just a little questions, what's the difference between asterisk 1.8 and asterisk 11? Best regards. -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory

Re: [asterisk-users] Asterisk 1.8 and 11

2012-08-22 Thread Paul Belanger
On 12-08-22 02:04 PM, Giuseppe Longo wrote: Just a little questions, what's the difference between asterisk 1.8 and asterisk 11? Not a little answer[1]. [1] http://svnview.digium.com/svn/asterisk/branches/11/CHANGES?view=markup -- Paul Belanger | PolyBeacon, Inc. Jabber:

Re: [asterisk-users] Asterisk 1.8 and 11

2012-08-22 Thread Patrick Lists
On 22-08-12 20:04, Giuseppe Longo wrote: Just a little questions, what's the difference between asterisk 1.8 and asterisk 11? Iirc you can check the ChangeLog in the Asterisk 11 sources. Regards, Patrick -- _ -- Bandwidth

Re: [asterisk-users] Asterisk 1.8 and 11

2012-08-22 Thread Giuseppe Longo
Is it better Asterisk 11, right? -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello

Re: [asterisk-users] Asterisk 1.8 and 11

2012-08-22 Thread Danny Nicholas
That's the theory. 11 is supposed to be 1.8 EOL version with some new tweaks. Keep in mind that 11 is officially a beta product, so if you're going to eat your own dog food 1.8 is probably the best option for now. -Original Message- From: asterisk-users-boun...@lists.digium.com

Re: [asterisk-users] Asterisk 1.8 and 11

2012-08-22 Thread Phil Frost
On 08/22/2012 03:41 PM, Giuseppe Longo wrote: Is it better Asterisk 11, right? At least 9.2 better, for sure. -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live

Re: [asterisk-users] confbridge

2012-08-22 Thread Jerry Geis
On 08/22/2012 08:46 AM, Jerry Geis wrote: Hi Jerry, Firstly, in logging.conf, make sure you have a line as follows: full = notice,warning,error,debug,verbose,dtmf,fax If you made any changes, then in the asterisk CLI, do: reload logger Then again in the CLI, do: set verbose 5 set debug 5

Re: [asterisk-users] confbridge

2012-08-22 Thread Tony Mountifield
In article 50353df9.3060...@pagestation.com, Jerry Geis ge...@pagestation.com wrote: I finally found this - it was not asterisk, it was me. I had in the dialplan two locations that brought other asterisk boxes into conf. Its was being called twice. So first call into a box worked, then the

Re: [asterisk-users] Asterisk 1.8 and 11

2012-08-22 Thread Jonathan Rose
Patrick Lists wrote: On 22-08-12 20:04, Giuseppe Longo wrote: Just a little questions, what's the difference between asterisk 1.8 and asterisk 11? Iirc you can check the ChangeLog in the Asterisk 11 sources. Regards, Patrick Yep, if you want to know everything different between

Re: [asterisk-users] Asterisk 1.8 and 11

2012-08-22 Thread Paul Belanger
On 12-08-22 03:47 PM, Danny Nicholas wrote: That's the theory. 11 is supposed to be 1.8 EOL version with some new tweaks. Keep in mind that 11 is officially a beta product, so if you're going to eat your own dog food 1.8 is probably the best option for now. Are you saying 1.8 is EOL? --