Re: [Asterisk-Users] Where to put the modules to start on boot?

2005-03-23 Thread Adam Fineberg
Steven Critchfield wrote: On Wed, 2005-03-23 at 17:15 +0100, Remco Barende wrote: Sorry for this kinda n00b question but I've been looking through the wikis but didn't find the answer. All info pages tell you how to load modules from the commandline but what is the `proper' way

[Asterisk-Users] Callerid on blind transfer w/ Cisco 7960

2005-01-31 Thread Adam Fineberg
Is there a way to get the callerid of the originating call to be sent when the Cisco 7960 is doing a blind transfer to another 7960? I always get the callerid of the 7960 doing the transfer. Thanks, Adam ___ Asterisk-Users mailing list

Re: [Asterisk-Users] Softphone for Linux recommendation

2005-01-14 Thread Adam Fineberg
Howard Lowndes wrote: Can anyone _recommend_ a downloadable OSS softphone that _works_ under Linux and is compatible with Asterisk. So far I have tried kphone and linphone and had problems with both, and I am still waiting to hear back from the X-Lite beta folks. How about iaxcomm?

Re: [Asterisk-Users] New 'n' priority

2005-01-07 Thread Adam Fineberg
Christopher L. Wade wrote: Bill Seddon wrote: Can anyone point me to documentation covering the new 'n' priority. I've downloaded and have working v1-0-2. But when I attempt to use the n priority - for example: exten = s,1(checkavail),ChanIsAvail(${EMERGENCY_TRUNK}) exten =

Re: [Asterisk-Users] OT: Linux routing with T100P problems

2004-12-28 Thread Adam Fineberg
Matthew Boehm wrote: Hey gang, I was successful in recompiling my 2.4.20 kernel to support HDLC. I was successful in hooking up our T1 line into the zap card. I was successful in being able to ping equipment on the other end of the T1. I was unsuccessful in pinging the outside world from the other

Re: [Asterisk-Users] Problems installing Zaptel

2004-12-22 Thread Adam Fineberg
PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Adam Fineberg Sent: Wednesday, 22 December 2004 4:56 p.m. To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Problems installing Zaptel Imran Sadiq wrote: Kristian, Thanks

Re: [Asterisk-Users] Problems installing Zaptel

2004-12-21 Thread Adam Fineberg
Imran Sadiq wrote: Kristian, Thanks for that. It still gives me the same error. I have also tried "make linux26" in the zaptel directory and it gives me the exact same error. I also tried "make linux-2.6.7" and that says "*** No rule to make target `linux-2.6.7' Any suggesstions?

[Asterisk-Users] PRI got event: HDLC Bad FCS

2004-12-18 Thread Adam Fineberg
I'm running asterisk 1.0.3 and seeing occasional messages on the asterisk console that say: Dec 18 09:09:55 NOTICE[26411]: chan_zap.c:7381 pri_dchannel: PRI got event: HDLC Bad FCS (8) on Primary D-channel of span 1 or Dec 18 09:25:46 NOTICE[26411]: chan_zap.c:7381 pri_dchannel: PRI got

Re: [Asterisk-Users] Is this possible

2004-12-07 Thread Adam Fineberg
Try something like this: [macro-multiring] exten = s,1,SetCallerID,"For foobar ${CALLERIDNUM}" exten = s,2,Dial(SIP/1234-3SIP/2345,20,t) Adam Eric Rees wrote: That does part of what I want, but the callerid isn't showing what I need. It shows incoming call from "WhoEver" instead of

Re: [Asterisk-Users] iaxComm to iaxComm

2004-11-19 Thread Adam Fineberg
Michael Van Donselaar wrote: On Thu, 18 Nov 2004 17:23:28 -0800, Adam Fineberg [EMAIL PROTECTED] wrote: Having some trouble with segfaults and sound quality all of a sudden (since I recompiled from the latest source) when 2 iaxComm clients connect. First off immediately after

[Asterisk-Users] iaxComm to iaxComm

2004-11-18 Thread Adam Fineberg
ible voice frame on IAX2/[EMAIL PROTECTED]/3 of format SPEEX since our native format has changed to ULAW Both have: disallow=all allow=ulaw in the iax.conf file. Anyone have any ideas how I messed this up? Thanks, Adam Fineberg ___ Asterisk-Users maili

Re: [Asterisk-Users] Zaptel module load errors under stock Fedora Core 2 (2.6.8-1.521 kernel )

2004-11-11 Thread Adam Fineberg
not finding the hardware card, or would this module load regardless of the hardware in the machine? Thank you again. Sean Adam Fineberg wrote: This appears to be a module version mismatch. Notice that the kernel is linux-2.6.8-1.521 but the modules are 2.6.8-1.521custom. This means you need

Re: [Asterisk-Users] Zaptel module load errors under stock FedoraCore 2 (2.6.8-1.521 kernel )

2004-11-11 Thread Adam Fineberg
cold medcine I think :-) Thanks! Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adam Fineberg Sent: Thursday, November 11, 2004 11:47 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Zaptel module load

Re: [Asterisk-Users] Voicemail questions

2004-11-10 Thread Adam Fineberg
but it is of very minor consequence. Karl Brose wrote: You will also need to change a file in Asterisk core, to make it right, I think it was file.c. Adam Fineberg wrote: Original Message Subject: [Asterisk-Users] Voicemail questions Date: Tue, 9 Nov 2004 15:16:40 -0500 From: Chris Armour

Re: [Asterisk-Users] Zaptel module load errors under stock Fedora Core 2 (2.6.8-1.521 kernel )

2004-11-10 Thread Adam Fineberg
This appears to be a module version mismatch. Notice that the kernel is linux-2.6.8-1.521 but the modules are 2.6.8-1.521custom. This means you need to remake your modules or your kernel to get them to match. Also, you should try rebuilding the kernel with preemption turned off. It helps

Re: [Asterisk-Users] Voicemail questions

2004-11-09 Thread Adam Fineberg
them to change, you only need to change them there. Hope this helps. Adam Fineberg --- apps/app_voicemail.c.orig 2004-11-03 16:25:47.0 -0800 +++ apps/app_voicemail.c 2004-11-04 16:26:17.360445768 -0800 @@ -39,6 +39,8 @@ #include sys/types.h #include time.h #include dirent.h +#include