Re: [asterisk-users] Can't make calls out of Astribank - show regdump doesn't show voltage - Getting warning due to old driver

2010-06-22 Thread Tzafrir Cohen
On Tue, Jun 22, 2010 at 12:58:00AM -0400, bruce bruce wrote: > Hi Guys, > > An 8 channel FXO? > Astribank is connected to Trixbox 2.8 and I ran > freepbx-module-zapauto but I get the following when running these > commands and can't make calls out: > > [Trixbox]# dahdi_genconf xpporder > /usr/

Re: [asterisk-users] asterisk-users Digest, Vol 71, Issue 36

2010-06-22 Thread Dharmesh Garg
Hi, I tried to use PLAYTONES with tonename and tonlist both but none of them worked. -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thu

Re: [asterisk-users] DAHDI: Inbound BRI call, DDI not presented

2010-06-22 Thread Tzafrir Cohen
On Mon, Jun 21, 2010 at 09:08:02AM -0700, Scott Stingel wrote: > Hello- > > I have a system with one D410P and one B200P (both OpenVox). All is > well with the D410P, inbound and outbound, and I can initiate calls on > the B200P BRI span, but there may be something wrong with my inbound > BRI

[asterisk-users] storing DTMF inputs

2010-06-22 Thread nikhil singhania
Thanks a lot Danny. I have done the part of playing a file by creating a context in my dialplan. Now I am puzzled as i wish to store the DTMF inputs done by the users who is listening to the playback. I found there are ways, but some specific way by which it is not stored in file but conveyed

[asterisk-users] Local channel usage

2010-06-22 Thread Harel Cohen
Hi All, I’m trying to do “things” after my Dial application terminates (e.g. play IVR to called party, calling party, etc.). I’m trying to use the local channel for this purpose but so far with no success. I’m using 1.6.1.18 and this is my extensions.conf: [Internal] exten => _22,1,Dial(Local/$

[asterisk-users] NO ANSWER before playback or background function?

2010-06-22 Thread Zhang Shukun
hi,all i find in asterisk 1.6.2.1, before play a sound file use playback or background, it will answer the channel first. but i want to answer the channel when dial someone and pick up the phone.not play a file. i know there are some params such as 'noanswer' for playback or 'n' for background c

[asterisk-users] Unable to set callerid for incoming skype calls

2010-06-22 Thread Matteo Piazza
HI, I'm using the usual Set(Callerid(num) function to change the incoming from skype callerid but it's not working. Asterisk 1.4.31 and last release of skype channels This is the dialplan exten => _0X.,1,NoOP(${CALLERID(num)} - ${CALLERID(name)}) exten => _0X.,n,Set(STRINGA="Skype") exten =>

Re: [asterisk-users] Generate cdr on Hangup

2010-06-22 Thread Olivier
2010/6/22 Deepesh D > Hello, > > I have the following dialplan > > exten => _X.,1,Set(CDR(userfield)=test) > exten => _X.,n,Do some checks and hangup if checks fail > exten => _X.,n,Dial(SIP/${EXTEN}) > exten => _X.,n,Hangup > > 1. If the Dial fails with a busy, noanswer or congestion then a cdr

Re: [asterisk-users] How do I access the Dialstatus numeric code received?

2010-06-22 Thread Olivier
2010/6/21 CDR > I need to access number received after a I dial a SIP or H323 call? > suppose I get one of these: > > *404 Not found > **486 Busy here > **408 Request Timeout > **480 Temporarily unavailable > **480 Temporarily unavailable > **403 Forbidden (+) ** > 410 Gone > **301 Moved Permanen

Re: [asterisk-users] features.conf - parkedcalls - transfer

2010-06-22 Thread Olivier
2010/6/21 Aksel Celasun > Hello dear list. > > > > > > I am having issues on parkedcalls. > > > > I am using a Cisco SPA525G as a test phone, and I have the transfer button > there when I am in a call, > > But when I want to transfer the current call I am in, I push the transfer > button, and on

Re: [asterisk-users] Create Conference and exit myself

2010-06-22 Thread Olivier
2010/6/21 RSCL Mumbai > Hi, > > I am using Trixbox trixbox CE 2.6.2.3 (Stable) using Asterisk 1.4.22-4 > > I am looking for the following functionality: > > `` > I receive a call from Mr. A. > I put Mr. A

[asterisk-users] Generate cdr on Hangup

2010-06-22 Thread Deepesh D
Hello, I have the following dialplan exten => _X.,1,Set(CDR(userfield)=test) exten => _X.,n,Do some checks and hangup if checks fail exten => _X.,n,Dial(SIP/${EXTEN}) exten => _X.,n,Hangup 1. If the Dial fails with a busy, noanswer or congestion then a cdr is generated. 2. If the call fails befo

<    1   2