[asterisk-users] Trevlig lampa :)

2012-09-13 Thread Mattias Andersson
http://xn--stilbyrn-g0a.se/salt/industrilampa-brottby -- Mattias Andersson Storskiftesvägen 6 145 60 Norsborg m. +46-70-799 44 41 h. +46-8-641 38 97 Email: esk...@gmail.com -- __

Re: [asterisk-users] Need to record user voice while play background music

2012-09-13 Thread Steve Edwards
On Fri, 14 Sep 2012, RAJNI VANZA wrote: I was wondering if anyone has any experience for recording user voice while play background music? What methods have you tried? -- Thanks in advance, - Steve Edwards sedwa...@

[asterisk-users] Need to record user voice while play background music

2012-09-13 Thread RAJNI VANZA
Hi All; I was wondering if anyone has any experience for recording user voice while play background music? *My test case is :* When user enter in IVRS he is listen message for record your voice dial some digit after that user listen some background music and he also able to sing a song. A record

[asterisk-users] Digium AEX410, MTNL Mumbai Caller-ID problems

2012-09-13 Thread Raj Mathur (राज माथुर)
Hi, Continuing with the saga of Digium vs MTNL Mumbai, looking for suggestions on handling incoming Caller-ID issues. The card manages to grab a couple of (random) digits of the incoming CID, but they're more or less useless. Is there any way to fix this? Asterisk 1.8.13, Dahdi 2.5.0.1 on Debia

Re: [asterisk-users] Asterisk on VM with NO DAHDI hardware

2012-09-13 Thread Mark Robinson
Thanks Shaun. Very usefully head-up. -- _ -- 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 ast

Re: [asterisk-users] Static noise on bridged calls to PSTN, although the trunk line is clean on its own

2012-09-13 Thread Vladimir Mikhelson
On 9/13/2012 5:24 PM, Sebastian Arcus wrote: > On 13/09/12 00:47, Vladimir Mikhelson wrote: >> >> On 9/12/2012 5:33 PM, Sebastian Arcus wrote: >>> On 10/08/12 18:38, Chad Wallace wrote: On Tue, 31 Jul 2012 09:44:26 +0100 Sebastian Arcus wrote: > I have two setups with SIP hardwa

Re: [asterisk-users] Voice Mail message should transfer to email address

2012-09-13 Thread Steve Edwards
On Fri, 14 Sep 2012, Farooq Hussain wrote: When i got a voice mail in one of my account how would i email that voice message to email address. Any one have any idea... I have 3 ideas. 1) Read the 'manual' -- google 'atfot.pdf' 2) Google 'asterisk voicemail email' 3) Read voicemail.conf --

[asterisk-users] Voice Mail message should transfer to email address

2012-09-13 Thread Farooq Hussain
Hello Everyone, Just caught with another problem... When i got a voice mail in one of my account how would i email that voice message to email address. Any one have any idea... -- Thanks Farooq Hussain -- _ -- Bandwidth and Col

Re: [asterisk-users] Trouble phoning via HUAWEI E169

2012-09-13 Thread Sebastian Arcus
On 13/09/12 11:16, Olivier wrote: 2012/9/13 Benedikt Schöffmann mailto:benedikt.schoeffm...@gmail.com>> Hi there, I'm setting up a Asterisk network and I ran into some problems ... as you might have guessed :) The set up is like this: Internal Communication in the compan

Re: [asterisk-users] Static noise on bridged calls to PSTN, although the trunk line is clean on its own

2012-09-13 Thread Sebastian Arcus
On 13/09/12 00:47, Vladimir Mikhelson wrote: On 9/12/2012 5:33 PM, Sebastian Arcus wrote: On 10/08/12 18:38, Chad Wallace wrote: On Tue, 31 Jul 2012 09:44:26 +0100 Sebastian Arcus wrote: I have two setups with SIP hardware phones as extensions and POTS lines as trunks. Internal SIP to SIP ca

Re: [asterisk-users] Trunk Config

2012-09-13 Thread Danny Nicholas
I believe the "telco term" is "hunt group". You tell your mnf to put both numbers into the hunt group and it rolls to two when one is busy. From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Farooq Hussain Sent: Thursday, September 13, 2

[asterisk-users] Asterisk 10.8.0 Now Available

2012-09-13 Thread Asterisk Development Team
The Asterisk Development Team has announced the release of Asterisk 10.8.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 10.8.0 resolves several issues reported by the community and would have not been possible wit

[asterisk-users] Asterisk 1.8.16.0 Now Available

2012-09-13 Thread Asterisk Development Team
The Asterisk Development Team has announced the release of Asterisk 1.8.16.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 1.8.16.0 resolves several issues reported by the community and would have not been possible

Re: [asterisk-users] Trunk Config

2012-09-13 Thread Farooq Hussain
Danny Nicholas, Thanks for you quick response... yeah exactly what i want. So, I need to ask my mnf to do this. Thanks Farooq Husain On Fri, Sep 14, 2012 at 1:56 AM, Danny Nicholas wrote: > That’s a “telco feature”, if I understand how you have worded this. You > are saying that when an outs

[asterisk-users] alsa channel

2012-09-13 Thread Jerry Geis
I have had a case where after a hangup on the Alsa channel asterisk still thinks the line or call is active. I have: rtptimeout=60 rtpholdtimeout=60 rtpkeepalive=60 in my sip.conf file to help with this but it had no effect. How can I ensure a session HANGS up and is not stale Is there a

Re: [asterisk-users] Fax Detect on Demand

2012-09-13 Thread Eric Wieling
Yes. Trivial Off the top of my head: exten => 12125551212,1,Set(EMAIL=john@example.com) exten => 12125551212,n,Answer exten => 12125551212,n,Wait(4) exten => 12125551212,n,Dial(SIP/1212) exten => fax,1,ReceiveFax(/tmp/myfax.tiff) exten => fax,n,AGI(yourfax2emailagi.php,${FAXEXTEN},${EMAIL})

Re: [asterisk-users] Trunk Config

2012-09-13 Thread Danny Nicholas
That's a "telco feature", if I understand how you have worded this. You are saying that when an outside caller calls DID1 and it is busy, the call should roll to DID2? From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Farooq Hussain Sen

[asterisk-users] Trunk Config

2012-09-13 Thread Farooq Hussain
Hello Everyone I have configure two sip turnk line on my trixbox now my client want If you dial turnk 1 DID and if that number is busy the call should automatically transfer to second line. Is there any way to do this. Please let me know -- Thanks Farooq Hussain -- ___

Re: [asterisk-users] kernel: dahdi: Master changed to TE2/0/2 --- Is a normal message

2012-09-13 Thread Shaun Ruffell
On Thu, Sep 13, 2012 at 05:13:04PM -0300, equis software wrote: > > My ultimate intention is to blame the board, but we have changed > teh cable and the LTG in the central and the problem continues, > while the same LTG with another server works fine. Is too > strange!! I don't quite understand t

Re: [asterisk-users] FAX detection in chan_dahdi 1.8.15

2012-09-13 Thread Jeff LaCoursiere
On 09/13/2012 03:20 AM, Olivier wrote: 2012/8/31 Jeff LaCoursiere mailto:j...@sunfone.com>> > -Original Message- > From: asterisk-users-boun...@lists.digium.com > [mailto:asterisk-users-boun...@lists.digium.com

Re: [asterisk-users] kernel: dahdi: Master changed to TE2/0/2 --- Is a normal message

2012-09-13 Thread equis software
My ultimate intention is to blame the board, but we have changed teh cable and the LTG in the central and the problem continues, while the same LTG with another server works fine. Is too strange!! On Thu, Sep 13, 2012 at 4:14 PM, Danny Nicholas wrote: > I would still consider the cable. They ar

Re: [asterisk-users] kernel: dahdi: Master changed to TE2/0/2 --- Is a normal message

2012-09-13 Thread Danny Nicholas
I would still consider the cable. They are funny things and they make nice meters to check them without putting your communications at risk. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of James Sharp Sent: Thu

Re: [asterisk-users] kernel: dahdi: Master changed to TE2/0/2 --- Is a normal message

2012-09-13 Thread James Sharp
On 9/13/2012 2:31 PM, equis software wrote: After exchanging the cable with other equipment was running smoothly in my computer the problem persisted while the other team the cable that could be bad worked. With this test done, now suspect the problem I have it on the Digium card. I perform the t

Re: [asterisk-users] kernel: dahdi: Master changed to TE2/0/2 --- Is a normal message

2012-09-13 Thread equis software
After exchanging the cable with other equipment was running smoothly in my computer the problem persisted while the other team the cable that could be bad worked. With this test done, now suspect the problem I have it on the Digium card. I perform the test specified in: http://kb.digium.com/article

Re: [asterisk-users] Unplanned community service outage Sept 13th 2012

2012-09-13 Thread Asterisk Development Team
On 9/13/2012 9:20 AM, Asterisk Development Team wrote: We are experiencing an outage with at least issues.asterisk.org and potentially other services. We don't have an expectation of how long these services will be down and are currently in the process of troubleshooting. Digium's Asterisk De

Re: [asterisk-users] Asterisk on VM with NO DAHDI hardware

2012-09-13 Thread Shaun Ruffell
On Thu, Sep 13, 2012 at 09:35:55AM -0500, Shaun Ruffell wrote: > On Thu, Sep 13, 2012 at 09:49:37AM +0200, Olivier wrote: > > 2012/9/13 Shaun Ruffell > > > > > On Wed, Sep 12, 2012 at 11:52:40PM -0400, Mark Robinson wrote: > > > > I know that asterisk on virtual machine require a timing source. >

Re: [asterisk-users] Asterisk on VM with NO DAHDI hardware

2012-09-13 Thread Shaun Ruffell
On Thu, Sep 13, 2012 at 09:49:37AM +0200, Olivier wrote: > 2012/9/13 Shaun Ruffell > > > On Wed, Sep 12, 2012 at 11:52:40PM -0400, Mark Robinson wrote: > > > I know that asterisk on virtual machine require a timing source. > > > What would you suggest to use for timing? We will plan to use only >

[asterisk-users] Unplanned community service outage Sept 13th 2012

2012-09-13 Thread Asterisk Development Team
We are experiencing an outage with at least issues.asterisk.org and potentially other services. We don't have an expectation of how long these services will be down and are currently in the process of troubleshooting. Digium's Asterisk Development Team -- _

Re: [asterisk-users] Dahdi Answer a Call On ringing State.

2012-09-13 Thread Andrew Colin
More info??? -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Parveen Lamba Sent: 13 September 2012 01:16 PM To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] Dahdi Answer a Call On ringing Sta

[asterisk-users] Volume issue.

2012-09-13 Thread Luis H. Forchesatto
Hi experts. Recently I've insalled a PCI Khomp Pane on my server and inserted 4 chips to make call with it. The calls are good and no issue was noticed but I got reports that when someone call the chips the call volume is uncommonly low for both sides and they deploy some failures on the audio, on

Re: [asterisk-users] Dahdi Answer a Call On ringing State.

2012-09-13 Thread Parveen Lamba
Hi, I am also facing same issue. Is this resolved? Please reply. Thanks -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs:

[asterisk-users] Asterisk Streaming MeetMe Conference

2012-09-13 Thread Adam K. Dean
Hi, I was wondering if anyone has any experience in streaming a MeetMe conference so that others might listen in to it? It would be nice if the audio format could be AAC, but at first any format will do. I did come across this: http://www.voip-info.org/wiki/index.php?page_id=991 Which looks i

Re: [asterisk-users] Fax Detect on Demand

2012-09-13 Thread Olivier
2012/8/16 Eric Wieling > Using Asterisk 1.8.mumble. We would like to use fax detect on demand. > > Both chan_dahdi and chan_sip support setting fax detetect on a static > basis, For curiosity's sake, could you make it work first using static settings ? but no way I've been able to find to en

Re: [asterisk-users] Trouble phoning via HUAWEI E169

2012-09-13 Thread Olivier
2012/9/13 Benedikt Schöffmann > Hi there, > > I'm setting up a Asterisk network and I ran into some problems ... as you > might have guessed :) > > The set up is like this: > Internal Communication in the company should be handled through softphones > over an asterisk server (works). > Outbound

[asterisk-users] Trouble phoning via HUAWEI E169

2012-09-13 Thread Benedikt Schöffmann
Hi there, I'm setting up a Asterisk network and I ran into some problems ... as you might have guessed :) The set up is like this: Internal Communication in the company should be handled through softphones over an asterisk server (works). Outbound Communication should be handled through a HUAWEI

Re: [asterisk-users] Asterisk 11 - BLF on Custom devices

2012-09-13 Thread Olivier
2012/8/21 > She's talking about asterisk 11 not asterisk 1.8.11 > > -Original Message- > From: Phil Frost > Sender: asterisk-users-boun...@lists.digium.com > Date: Tue, 21 Aug 2012 15:19:31 > To: > Reply-To: Asterisk Users Mailing List - Non-Commercial Discussion > > Subject: R

Re: [asterisk-users] FAX detection in chan_dahdi 1.8.15

2012-09-13 Thread Olivier
2012/8/31 Jeff LaCoursiere > > -Original Message- > > From: asterisk-users-boun...@lists.digium.com > > [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jeff > > LaCoursiere > > Sent: Tuesday, August 28, 2012 3:24 PM > > To: asterisk-users@lists.digium.com > > Subject: [aster

Re: [asterisk-users] Fax and sending to mail

2012-09-13 Thread Olivier
2012/9/13 bilal ghayyad > Hi All; > > Is there a module (addon or already built in) that enable us to receive > the fax on the telephony card and save it as image (or any other format) > and sent it to email? > have a look at receivefax (core show application ReceiveFAX) > > Regards > Bilal >

Re: [asterisk-users] Asterisk on VM with NO DAHDI hardware

2012-09-13 Thread Olivier
2012/9/13 Shaun Ruffell > On Wed, Sep 12, 2012 at 11:52:40PM -0400, Mark Robinson wrote: > > I know that asterisk on virtual machine require a timing source. > > What would you suggest to use for timing? We will plan to use only > > SIP and IAX2. > > If you're on a newish kernel (something later

[asterisk-users] Questions about fax detection

2012-09-13 Thread Olivier
Hello, I want to offer SIP phone user a "custom fax-to-email" feature. Here is how I would describe this feature: - for every SIP phone,a custom email address is defined - when a SIP phone answers an incoming call (from a trunk or another SIP endpoint), it detects the call is coming from a fax ma