Re: [asterisk-users] Call file in the future

2009-01-18 Thread Tzafrir Cohen
On Sat, Jan 17, 2009 at 08:06:08PM +0100, randulo wrote: On Sat, Jan 17, 2009 at 7:52 PM, didier.cuffaut didier.cuff...@neuf.fr wrote: May i have some comment/opinion on these two ways below to place a call file in the future ? (from the wiki and the asterisk book but added typos and

[asterisk-users] is multiple contexts in alsa.conf possible

2009-01-18 Thread Jerry Geis
Is it possible ot have multiple contexts in alsa.conf [general] autoanswer=yes input_device=hw:0,0 output_device=hw:0,0 [usbaudio] autoanswer=yes input_device=hw:1,0 output_device=hw:1,0 is Dial(Console/usbaudio) valid? I presume Dial(Console/dsp) uses the default or general context above.

[asterisk-users] DAHDI trouble (again) Unable to open master device '/dev/zap/ctl'

2009-01-18 Thread Remco Barendse
Because of a kernel upgrade i needed to recompile DAHDI. Dahdi 2.0.0 with 2.0.1 was working ok, after the reboot and compile it doesn't start anymore. Firstly it tells me it is using /etc/zaptel.conf which is deprecated, if i remove that file it complains that this file is missing.

Re: [asterisk-users] DAHDI trouble (again) Unable to open master device '/dev/zap/ctl'

2009-01-18 Thread Tzafrir Cohen
On Sun, Jan 18, 2009 at 01:37:46PM +0100, Remco Barendse wrote: Because of a kernel upgrade i needed to recompile DAHDI. Dahdi 2.0.0 with 2.0.1 was working ok, after the reboot and compile it doesn't start anymore. Firstly it tells me it is using /etc/zaptel.conf which is deprecated, if i

Re: [asterisk-users] DAHDI trouble (again) Unable to open master device '/dev/zap/ctl'

2009-01-18 Thread Patrick
Remco Barendse wrote: [snip] Where did i go wrong? The box is Centos 4 with kernel 2.6.9-78.0.13.ELsmp Unloading DAHDI hardware modules: doneLoading DAHDI hardware modules: wctdm: Notice: Configuration file is /etc/zaptel.conf line 0: Unable to open master device '/dev/zap/ctl' [snip]

[asterisk-users] BRI on Solaris/SPARC

2009-01-18 Thread Jay R. Worthington
Hi, is there any BRI Card/Driver that is supported on Solaris/SPARC with asterisk? Jay ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit:

[asterisk-users] Recordin call in asterisk

2009-01-18 Thread Bayardo Sanchez
I need help need recording all call for my pbx but i am a novato in asterisk my confi for record is: exten=_NX,n,Set(CALLFILENAME=CLIENTE-${CALLERID(num)}-${EXTEN}-${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)}-${UNIQUEID}) exten = _NX,n,MixMonitor(${CALLFILENAME}.gsm,m) exten =

Re: [asterisk-users] caller ID - handle_request_invite: Failed to authenticate user

2009-01-18 Thread Lyle Giese
Joseph wrote: We have a caller ID from our phone provider Shaw Cable (digital phone) and it was working OK until recently. I get an error: WARNING[6769]: chan_sip.c:8553 check_auth: username mismatch, have 4, digest has pstn- NOTICE[6769]: chan_sip.c:14316 handle_request_invite:

Re: [asterisk-users] Recordin call in asterisk

2009-01-18 Thread David
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bayardo Sanchez wrote: | I need help need recording all call for my pbx but i am a novato in | asterisk my confi for record is: | |

[asterisk-users] Asterisk T.38 Passthrough + T38Modem/Hylafax - has anyone had luck with this?

2009-01-18 Thread James Lamanna
Hi, I'm trying to get T.38 passthrough to work to T38Modem and Hylafax so I can terminate T.38 faxes from an ATA. However I haven't had much luck. I've tried two supposedly T.38 capable ATAs, the Grandstream 206 and the 502. The 286 seems to connect to T38Modem, but Hylafax doesn't get any fax

[asterisk-users] Using a sidecar? Ideas?

2009-01-18 Thread OCG Technical Support
I'm looking for some ideas of people who have setup a sidecar (eg: Aastra 560M). Obviously it's handy for BLF (to see who's on a call)...but what else? Anyone want to share interesting things they've done with a sidecar? ___ -- Bandwidth

Re: [asterisk-users] DAHDI trouble (again) Unable to open master device '/dev/zap/ctl'

2009-01-18 Thread Remco Barendse
On Sun, 18 Jan 2009, Tzafrir Cohen wrote: Unloading DAHDI hardware modules: doneLoading DAHDI hardware modules: wctdm: Notice: Configuration file is /etc/zaptel.conf line 0: Unable to open master device '/dev/zap/ctl' grep ztcfg /etc/modprobe.conf /etc/modprobe.d/* Remove those lines.

Re: [asterisk-users] Recordin call in asterisk

2009-01-18 Thread Jose P. Espinal
Hola Bayardo, You could use something like this as your 'incoming-calls' calls context: [incoming-calls] exten = s,1,Set(FILE_NAME=incoming-${CALLERID(num)}-${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)}) exten = s,n,Monitor(wav,${FILE_NAME},m) exten = s,n,Dial(SIP/121,30) exten = s,n,Hangup All you

Re: [asterisk-users] Using a sidecar? Ideas?

2009-01-18 Thread Michael Graves
I have a sidecar on my Polycom IP650. I use it to have one button access to 20 of my most commonly called assciates. That is, speed-dials. Michael --Original Message Text--- From: OCG Technical Support Date: Sun, 18 Jan 2009 14:43:35 -0500 Im looking for some ideas of people who have setup a

Re: [asterisk-users] Using a sidecar? Ideas?

2009-01-18 Thread Philipp Kempgen
OCG Technical Support schrieb: I'm looking for some ideas of people who have setup a sidecar (eg: Aastra 560M). Obviously it's handy for BLF (to see who's on a call)... For receptionists BLFs are a necessity. but what else? Anyone want to share interesting things they've done with a

Re: [asterisk-users] Using a sidecar? Ideas?

2009-01-18 Thread OCG Technical Support
Interesting...could you give some details on: Out of office mode: How would BLF be used for that? Are you using the sidecar button as a light with ON/OFF status? How do you do that with asterisk / your sidecar button? (BLF just subscribes to a device in use I thought) -Original

Re: [asterisk-users] Digium TE220 supported protocol

2009-01-18 Thread Laurent
Hello Benoit, Le 16.01.2009 22:29, Benoit a écrit : And work quite well, i've duplicated this for the access thru the One400 box: span=2,0,0,ccs,hdb3 bchan=32-46 dchan=47 With no luck until now. I'm reading the one400 manual, and here are the defaults setup for the PRI

Re: [asterisk-users] Digium TE220 supported protocol

2009-01-18 Thread Benoit
Laurent a écrit : ... I read somewhere (can't remember where, sorry) that double framing is equivalent to basic framing. Presumably it is also equivalent to no crc. If that's correct, then I would say you can use the same setup as you have with FT, it looks good to me. Ok, thanks As

Re: [asterisk-users] [SOLVED] caller ID - handle_request_invite: Failed to authenticate user

2009-01-18 Thread Joseph
On Sun, 18 Jan 2009, Lyle Giese wrote: Joseph wrote: We have a caller ID from our phone provider Shaw Cable (digital phone) and it was working OK until recently. I get an error: WARNING[6769]: chan_sip.c:8553 check_auth: username mismatch, have 4, digest has pstn- NOTICE[6769]:

Re: [asterisk-users] Digium TE220 supported protocol

2009-01-18 Thread Laurent
Le 19.01.2009 08:50, Benoit a écrit : Laurent a écrit : Well, the telcos techs said a straight cable should do the trick, but since i didn't get any isdn link up with the straight, i built a crossover like what you described, with no luck either. Did you check (like with a

Re: [asterisk-users] Using a sidecar? Ideas?

2009-01-18 Thread C F
Here is a list of stuff that I can remember: BLF Group login/logout Day/Night mode Call Record Speed dial On Sun, Jan 18, 2009 at 2:43 PM, OCG Technical Support supp...@ocg.ca wrote: I'm looking for some ideas of people who have setup a sidecar (eg: Aastra 560M). Obviously it's handy for

Re: [asterisk-users] Using a sidecar? Ideas?

2009-01-18 Thread OCG Technical Support
For these features, are you just sending a series of DTMF's (like speed dial)? Or are you somehow trigger the lamp on/off too? If so, how do you do that? -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of C F

Re: [asterisk-users] compare Linksys SPA8000 and Grandstream GXW4008

2009-01-18 Thread Positively Optimistic
We have used a lot of the GXP400x series.. In my option, they have a high failure rate...we've been testing the SPA8000s in our lab... my opinion is that the architecture, everything from the software to the metal chassis is superb to the grandstream. The SPA8000 has a fan built in for

Re: [asterisk-users] Using a sidecar? Ideas?

2009-01-18 Thread C F
On/Off. Using app_devstate I believe 1.6 has it out of the box, otherwise it's part of some package cant remember which one, Wiki should have more info. On Sun, Jan 18, 2009 at 9:53 PM, OCG Technical Support supp...@ocg.ca wrote: For these features, are you just sending a series of DTMF's (like

Re: [asterisk-users] compare Linksys SPA8000 and Grandstream GXW4008

2009-01-18 Thread C F
Linksys has far better products than Grandstream. I wouldn't even put them in the same email. Let alone on a subject line. It's like asking: Door stoppers vs Phones. On Sun, Jan 18, 2009 at 10:41 PM, Positively Optimistic positivelyoptimis...@gmail.com wrote: We have used a lot of the GXP400x

[asterisk-users] Asterisk and PhoneControl

2009-01-18 Thread Craig Guy
Hi, Has anyone had any experience integrating Asterisk 1.4 with PhoneControl call accounting software ( www.phonecontrol.com.au ) Apparently the s/w does SMDI on serial interface and IP collection. Looking at SMDI in Asterisk I don't think that method will work for SIP calls. Craig

Re: [asterisk-users] Patton SmartNode 4638 and ISDN2e

2009-01-18 Thread Olivier
2009/1/15 Phil Knighton phil.knigh...@mjog.com Hello Does anyone have any experience with configuring BT (British Telecom) ISDN2e lines to work with Patton SmartNodes? I have a Patton SmartNode 4638, which is now connected to 3 x ISDN2e lines - and in turn connected to our internal LAN.