RE: [Asterisk-Users] Important: The Asterisk Mailing list (new subject)

2004-03-19 Thread Jim Sneeringer
How about using a web form for posts instead of replying to an e-mail? A
link in each e-mail would take you to the page for posting to that thread,
and there could also be links available to people reading the archives, so
they could post. This would eliminate accidental posts and HTML posts. It
would also allow people to post from digests, which I haven't figured out
how to do with the present system, and put everything in a common format,
independent of the various e-mail clients used.

Finally, I would suggest no branches within a thread. Each new post should
simply go on the end of the thread, and the entire thread should be
displayed on a single page in the archive. This would eliminate lots of
duplicate material. People could still snip a little bit from a previous
post if they need to reference it.

Jim

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brian Capouch
Sent: Friday, March 19, 2004 11:54 AM
To: [EMAIL PROTECTED]
Subject: Re: [Asterisk-Users] Important: The Asterisk Mailing list (new
subject)

Tilghman Lesher wrote:
> On Friday 19 March 2004 02:16, Brian Capouch wrote:
> 
>>Olle E. Johansson wrote:
>>
>>> Do *not* send out personal replies on the list.
>>
>>Yes!  Yes!! Yes!!!
>>
>>Let's change the way the list software works so people won't get
>>hammered by replying and rid this list of that pox once and for
>>all.
> 
> 
> No, no, no.  Then everytime somebody hits "Reply All", the poster gets
> two messages:  one from the poster, one from the listserv.  And
> subsequent reply-all's add to this problem.  Let's not make the
> situation worse.
> 

Big deal.  One extra email is generated if the user is sloppy or forgetful.

In the present case SEVEN THOUSAND NINE HUNDRED NINETY NINE needless 
emails are sent.

It is incredible to me that people think this current behavior is 
superior--so often there are embarassing gaffes, and always needless 
traffic to the list. . .

B.

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Fax Detection on X100Ps

2004-03-17 Thread Jim Sneeringer
Your fax extension looks just like mine, except I'm using an FXS card. Mine
redirects properly, but the faxes are garbled.

I never found documentation for the "d" option, and it doesn't seem to help
in my case.

Jim

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bob Klepfer
Sent: Wednesday, March 17, 2004 2:11 PM
To: [EMAIL PROTECTED]
Subject: [Asterisk-Users] Fax Detection on X100Ps

I hate to add to the broken record-like melange of "my fax won't work" 
messages, but everything I've tried with all I could learn from the 
archives has not yet worked to get my fax machine (an HP combo 
tupperware tub) to receive a fax.  In the combo's defense, I can't 
verify that the incoming fax tones are even detected on the * server. 
(is -c enough v's to see "Fax detected" messages from the zap 
channel?).  The fax extension is never dialed and the incoming fax gets 
dumped to my timeout extension.  Can anyone spot the bonehead move I 
made somewhere?

The setup:
* Server with 2 X100p cards handling our two incoming analog lines. 
  (Gentoo, if it matters---2.4.22-r7 sources)
* SIP only (so far) internally---no FXS cards
* An HP combo fax/copier/printer/dish cleaner connected to a GS
  Handytone 286 ATA
* Incoming and outgoing voice calls are routed fine
* Although I didn't have another machine to fax TO, the HP dials out and
  spews CNG tones
* zap context is "default", "default" context contains fax extension
* on reload, status includes: "-- Added extension 'fax' priority 1 to
  default"


Version: (cvs'd last night and built, previous version cvs'd and built 
mid-Feb)
===
Asterisk CVS-01/27/04-23:36:00 built by [EMAIL PROTECTED] on a i686 running 
Linux


Config files:
==
in extensions.conf:
--
[default]
;
exten => s,1,Answer
exten => s,2,Ringing
exten => s,3,Wait,2
exten => s,4,Background(photonx/welcome)
exten => s,5,Background(photonx/choose)
exten => s,6,Background(photonx/directory)
exten => fax,1,Dial(SIP/ata4fax) ; [1]
exten => fax,2,Hangup()
;

---
[1] (Awaiting an opportunity to test "d" option mentioned on list 
(documentation for this?))


===
in sip.conf:
---
[general]
port = 5060
bindaddr = 0.0.0.0
context = internal



[ata4fax]
type=friend
username=ata4fax
secret=atafax
context=internal
host=dynamic
disallow=all
allow=ulaw
dmtfmode=inband ; (Was "info": neither an issue, I think)
canreinvite=no
---


===
in zapata.conf:
---

[channels]
;  ; generally stock - no calling options on our lines
language=en
context=default
usecallerid=no
hidecallerid=no
callwaiting=no
usecallingpres=yes
callwaitingcallerid=no
threewaycalling=no
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
;echotraining=yes
;relaxdtmf=yes
rxgain=10.0
txgain=5.0
group=1
callgroup=1
pickupgroup=1
immediate=yes
callerid=asreceived
amaflags=documentation
;busydetect=yes
;busycount=4
signalling=fxs_ks
channel => 1-2
---




Best regards,
Bob


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Does anyone have faxes working well withX100P and TDM40B cards?

2004-03-16 Thread Jim Sneeringer
On my system, "show application dial" doesn't mention a "d" option.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Eric Wieling
Sent: Tuesday, March 16, 2004 8:09 PM
To: [EMAIL PROTECTED]
Subject: RE: [Asterisk-Users] Does anyone have faxes working well withX100P
and TDM40B cards?

"show application dial"

On Tue, 2004-03-16 at 19:49, Jim Sneeringer wrote:
> Thanks so much.  This sounds encouraging.
> 
> I can't find a description of the "d" option. What does it do? Do I just
put
> a "d" in the extension? Right now I have this:
> 
>   exten => fax,1,Dial(Zap/8)
> 
> and I'm envisioning changing it to 
> 
>   exten => fax,1,Dial(Zap/8/d${EXTEN})
> 
> Is that right?
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Biggs
> Sent: Tuesday, March 16, 2004 6:55 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [Asterisk-Users] Does anyone have faxes working well with
X100P
> and TDM40B cards?
> 
> Have a HP Officejet combo working OK with inbound fax detection, receiving
> faxes, and sending them using X100p and TDM400P, I just make sure I use
the
> "d" option on the dial string, for outbound and also inbound on the FAX
> detection.
> have the "d" option on the internal fax redirection, and have setup 8 as
> outbound dialing for data calls (both modem and fax).
> 
> Did have problems when I had a mailbox configured on the line with the
> modem, seems the VMWI logic set line in a weird state the modem could not
> detect dial tone.
> 
> --- Jim Sneeringer <[EMAIL PROTECTED]> wrote:
> > When I send or receive faxes with a modem, the faxes are stretched and 
> > have missing information.
> > 
> > Here are the things I have tried so far:
> > 
> >  - verified that the 2.4 GHz P4 is not overloaded
> >  - tried different Asterisk channels for both FXO and FXS
> >  - turned off echocancel
> >  - bumped up rxgain and txgain
> >  - tried different fax software (Windows vs. WinFax)
> >  - confirmed that everything works fine when
> >the faxes are not routed through Asterisk.
> > 
> > One person told me I need ECM modems, but I don't have one to try and 
> > I can't see asking my customers to get new modems.
> > Also, what if the other end
> > of the connection doesn't have ECM? I would really like to get 
> > Asterisk to work with ordinary fax modems.
> > 
> > Why does Asterisk not work as well with fax modems as any other phone 
> > system?
> > 
> > Thanks.
> > 
> > Jim
> 
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
-- 
For Asterisk PBX related documentation go to
http://www.digium.com/index.php?menu=documentation and look at the
"Unofficial Links" section also see
http://www.voip-info.org/wiki-Asterisk also see my site at
http://www.fnords.org/~eric/asterisk/

BTEL Consulting

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Does anyone have faxes working well with X100P and TDM40B cards?

2004-03-16 Thread Jim Sneeringer
Thanks so much.  This sounds encouraging.

I can't find a description of the "d" option. What does it do? Do I just put
a "d" in the extension? Right now I have this:

  exten => fax,1,Dial(Zap/8)

and I'm envisioning changing it to 

  exten => fax,1,Dial(Zap/8/d${EXTEN})

Is that right?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Biggs
Sent: Tuesday, March 16, 2004 6:55 PM
To: [EMAIL PROTECTED]
Subject: Re: [Asterisk-Users] Does anyone have faxes working well with X100P
and TDM40B cards?

Have a HP Officejet combo working OK with inbound fax detection, receiving
faxes, and sending them using X100p and TDM400P, I just make sure I use the
"d" option on the dial string, for outbound and also inbound on the FAX
detection.
have the "d" option on the internal fax redirection, and have setup 8 as
outbound dialing for data calls (both modem and fax).

Did have problems when I had a mailbox configured on the line with the
modem, seems the VMWI logic set line in a weird state the modem could not
detect dial tone.

--- Jim Sneeringer <[EMAIL PROTECTED]> wrote:
> When I send or receive faxes with a modem, the faxes are stretched and 
> have missing information.
> 
> Here are the things I have tried so far:
> 
>  - verified that the 2.4 GHz P4 is not overloaded
>  - tried different Asterisk channels for both FXO and FXS
>  - turned off echocancel
>  - bumped up rxgain and txgain
>  - tried different fax software (Windows vs. WinFax)
>  - confirmed that everything works fine when
>the faxes are not routed through Asterisk.
> 
> One person told me I need ECM modems, but I don't have one to try and 
> I can't see asking my customers to get new modems.
> Also, what if the other end
> of the connection doesn't have ECM? I would really like to get 
> Asterisk to work with ordinary fax modems.
> 
> Why does Asterisk not work as well with fax modems as any other phone 
> system?
> 
> Thanks.
> 
> Jim

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Does anyone have faxes working well with X100P and TDM40B cards?

2004-03-16 Thread Jim Sneeringer
When I send or receive faxes with a modem, the faxes are stretched and have
missing information.

Here are the things I have tried so far:

 - verified that the 2.4 GHz P4 is not overloaded
 - tried different Asterisk channels for both FXO and FXS
 - turned off echocancel
 - bumped up rxgain and txgain
 - tried different fax software (Windows vs. WinFax)
 - confirmed that everything works fine when
   the faxes are not routed through Asterisk.

One person told me I need ECM modems, but I don't have one to try and I
can't see asking my customers to get new modems. Also, what if the other end
of the connection doesn't have ECM? I would really like to get Asterisk to
work with ordinary fax modems.

Why does Asterisk not work as well with fax modems as any other phone
system?

Thanks.

Jim

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Asterisk & Analog Modems

2004-03-15 Thread Jim Sneeringer
When I connect a modem to and FXS card and use it to send and receive faxes,
it doesn't work reliably. The faxes are mangled -- stretched or with parts
missing.

I haven't tried transmitting data with the modem, so I cannot address that,
but you should still be aware of the potential for a problem.

In trying to remedy the situation, I have checked for other CPU load on the
2.4 GHz P4 (there was none), tried different channels (in case it might be a
hardware sample defect), turned off echocancel, and boosted rxgain and
txgain, all to no avail. I have also confirmed that everything works fine
when the faxes are not routed through Asterisk. It doesn't matter whether
the fax is being sent or received.

I have been advised to use different fax software (I am using WinFax), but I
haven't gotten around to it yet.

Jim

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tilghman Lesher
Sent: Monday, March 15, 2004 10:25 AM
To: [EMAIL PROTECTED]
Subject: Re: [Asterisk-Users] Asterisk & Analog Modems

On Monday 15 March 2004 05:09, Ignace CARIA wrote:
> Does it be possible to cnnect an External Analog Modem US Robotics
> Sportster to Asterisk?
>
> If it is, how? Through a FXS card? Serial cable? modem_chan ?

FXS card.

-Tilghman


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] incoming fax x100p

2004-03-13 Thread Jim Sneeringer
There is a special extension, called "fax," that you use to specify where
you want incoming fax calls to go.  It detects faxes by the CNG tone and
sends them where you specify.  Here is an example:

 exten => fax,1,Dial(${Fax}) ; Use Zap channel for 2004 instead of ${Fax}

There are some faxes that do not send CNG tones, so this will occasionally
fail for that reason. You might also send calls that time out to the fax
extension, or you can use distinctive ringing, as someone else suggested.

Let me know how this works for you. I am still having trouble with garbled
fax transmissions once I get a connection to the fax, and I would be
interested in your experience sending and receiving faxes.

Jim

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Simon Chappell
Sent: Saturday, March 13, 2004 1:31 PM
To: [EMAIL PROTECTED]
Subject: [Asterisk-Users] incoming fax x100p

Hello all

I notice there have been many mails flying about regarding fax softare 
and hylafax..
I have what i thought would be a simpler solution but i am still a bit 
lost with it.
I have a normal fax machine installed as extension 2004 on a sipura.
I also have a X100P.
I think i am right in saying that the X100P can tell if a fax is coming 
in , does that mean i can redirect an incoming fax to ext 2004? of 
course i could be missing the plot completely and the X100P does can not 
do this.
Any ideas greatly appreciated.

-- 
Kind Regards

Simon

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Empty voicemails

2004-03-12 Thread Jim Sneeringer
Is there a way to discard voicemails that are very short or contain only
silence? I cannot find a parameter for either of these, and we are seeing a
lot of empty voicemail messages. Also, some messages have lots of silence at
the end, as if the line is not releasing when the external call hangs up.

Does anyone have any solutions or suggestions? Thanks.

Jim


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Asterisk mangling faxes

2004-03-10 Thread Jim Sneeringer
All the fax modems I have seen do send CNG tones, but I have seen some very
old standalone fax machines that do not. They used to be quite common, but
in the last few years I have only seen one fax machine that does not support
CNG.

One workaround is to send the call to the fax machine on a timeout. Then a
fax that does not send a CNG can sometimes still get through.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Eric Wieling
Sent: Wednesday, March 10, 2004 12:14 PM
To: [EMAIL PROTECTED]
Subject: RE: [Asterisk-Users] Asterisk mangling faxes

First of all Asterisk does not support ${VARIABLES} as part of the
extension number.  i.e. exten => ${BLAH},1,NoOp is not valid, but exten
=> 1234,1,NoOp(${BLAH}) is valid.

Also Asterisk NEEDS the sending fax machine to send standard fax machine
tones (CNG, I think) for it to be detected.  When you send a fax the fax
machine starts sending tones as soon as the call is dialed.  Asterisk
listens for these tones and if it hears them it will route the call to
exten => fax,1,Blah if such an extension exists.

As I understand it some (many?) fax modems do not send the required tone
when making a fax call.

On Wed, 2004-03-10 at 10:47, Jim Sneeringer wrote:
> I'm having the same symptoms using X100P's, TDM400P's and WinFax, and have
> and have had no luck correcting it. I don't have a standalone fax machine
to
> test with.
> 
> Does anyone know if this a problem whenever faxes are sent and received
with
> a modem, or is it specifically WinFax? Is there any other way to
accomplish
> the goal of computer faxing with Asterisk?
> 
> Jim
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Bisker, Scott
> (7805)
> Sent: Wednesday, March 10, 2004 8:50 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [Asterisk-Users] Asterisk mangling faxes
> 
> Michiel,
> 
> Are you using WinFax? or one of the Products Based on Winfax?  I've seen
> this on all of our WinFax Stations, but none of our standalone Fax
machines.
> 
> -sb
> 
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of michiel betel
> Sent: Wednesday, March 10, 2004 9:40 AM
> To: [EMAIL PROTECTED]
> Subject: [Asterisk-Users] Asterisk mangling faxes
> 
> 
> Hi list,
> 
> Faxes come in over an E1 line  (on an TE410P) here and then are sent to 
> an analog fax machine attached to a T1 (also on the TE410P) & 
> channelbank (CAC1).
> Problem is that almost all faxes we send out and receive are mangled... 
> either only halve pages or very stretched text etc.
> Setup in extensions.conf is just:
> 
> exten => ${NN_FAX},1,Answer
> exten => ${NN_FAX},2,Dial(Zap/49,80)
> exten => ${NN_FAX},3,Hangup
> 
> echocancel is off for Zap/49 since the path is TDM only
> 
> Any pointers to where to look??
> 
> Thanks, Michiel
> 
> 
> 
> 
> 
> 
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
> 
> 
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
-- 
For Asterisk PBX related documentation go to
http://www.digium.com/index.php?menu=documentation and look at the
"Unofficial Links" section also see
http://www.voip-info.org/wiki-Asterisk also see my site at
http://www.fnords.org/~eric/asterisk/

BTEL Consulting

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Asterisk mangling faxes

2004-03-10 Thread Jim Sneeringer
Darren,

Thanks so much for your help.

Do you know if there is other fax software that supports ECM?

Also, why should Asterisk introduce a lot of noise? (Faxes work fine without
Asterisk or with the old phone system.) I'm using a 2.4GHz Pentium 4 with
two X100P's and two TDM400P's. Faxes are garbled even when there is no other
load, and nothing else has changed except to replace the old switch with
Asterisk. I have tried attaching the fax to different cards and using
different FXO lines, and faxes are always garbled, so I don't think it is
some kind of sample defect in the hardware.

What could I try that might reduce this noise?

Thanks again.

Jim

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Darren Nickerson
Sent: Wednesday, March 10, 2004 11:58 AM
To: [EMAIL PROTECTED]
Subject: Re: [Asterisk-Users] Asterisk mangling faxes

Jim,

For the sake of argument, let's assume something about your Asterisk setup
is introducing acoustic artifacts like crackles, pops, echoes etc into the
fax transmission. The best way to overcome something like that is to make
sure your fax transmissions use ECM error correction whenever possible. That
allows you to retransmit scanlines that got destroyed by the noise.Your
garden variety desktop fax machine will usually support ECM, but I'm
thinking it's quite likely your winfax setup won't.

Note that ECM isn't going to always save you ... if things are so bad that
you can't train at the beginning of the call there's not much ECM can do.
The best idea is to locate the source of any audio degradation and squash it
there, rather than trying to send faxes over poor quality connections.

-Darren

-- 
Darren Nickerson
Senior Sales & Support Engineer
iFAX Solutions, Inc. www.ifax.com
[EMAIL PROTECTED]
+1.215.438.4638 ext 8106 office
+1.215.243.8335 fax


- Original Message - 
From: "Jim Sneeringer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 10, 2004 11:47 AM
Subject: RE: [Asterisk-Users] Asterisk mangling faxes


> I'm having the same symptoms using X100P's, TDM400P's and WinFax, and have
> and have had no luck correcting it. I don't have a standalone fax machine
to
> test with.
>
> Does anyone know if this a problem whenever faxes are sent and received
with
> a modem, or is it specifically WinFax? Is there any other way to
accomplish
> the goal of computer faxing with Asterisk?
>
> Jim
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Bisker, Scott
> (7805)
> Sent: Wednesday, March 10, 2004 8:50 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [Asterisk-Users] Asterisk mangling faxes
>
> Michiel,
>
> Are you using WinFax? or one of the Products Based on Winfax?  I've seen
> this on all of our WinFax Stations, but none of our standalone Fax
machines.
>
> -sb
>
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of michiel betel
> Sent: Wednesday, March 10, 2004 9:40 AM
> To: [EMAIL PROTECTED]
> Subject: [Asterisk-Users] Asterisk mangling faxes
>
>
> Hi list,
>
> Faxes come in over an E1 line  (on an TE410P) here and then are sent to
> an analog fax machine attached to a T1 (also on the TE410P) &
> channelbank (CAC1).
> Problem is that almost all faxes we send out and receive are mangled...
> either only halve pages or very stretched text etc.
> Setup in extensions.conf is just:
>
> exten => ${NN_FAX},1,Answer
> exten => ${NN_FAX},2,Dial(Zap/49,80)
> exten => ${NN_FAX},3,Hangup
>
> echocancel is off for Zap/49 since the path is TDM only
>
> Any pointers to where to look??
>
> Thanks, Michiel
>
>
>
>
>
>
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
>

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Asterisk mangling faxes

2004-03-10 Thread Jim Sneeringer
I'm having the same symptoms using X100P's, TDM400P's and WinFax, and have
and have had no luck correcting it. I don't have a standalone fax machine to
test with.

Does anyone know if this a problem whenever faxes are sent and received with
a modem, or is it specifically WinFax? Is there any other way to accomplish
the goal of computer faxing with Asterisk?

Jim

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bisker, Scott
(7805)
Sent: Wednesday, March 10, 2004 8:50 AM
To: [EMAIL PROTECTED]
Subject: RE: [Asterisk-Users] Asterisk mangling faxes

Michiel,

Are you using WinFax? or one of the Products Based on Winfax?  I've seen
this on all of our WinFax Stations, but none of our standalone Fax machines.

-sb


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of michiel betel
Sent: Wednesday, March 10, 2004 9:40 AM
To: [EMAIL PROTECTED]
Subject: [Asterisk-Users] Asterisk mangling faxes


Hi list,

Faxes come in over an E1 line  (on an TE410P) here and then are sent to 
an analog fax machine attached to a T1 (also on the TE410P) & 
channelbank (CAC1).
Problem is that almost all faxes we send out and receive are mangled... 
either only halve pages or very stretched text etc.
Setup in extensions.conf is just:

exten => ${NN_FAX},1,Answer
exten => ${NN_FAX},2,Dial(Zap/49,80)
exten => ${NN_FAX},3,Hangup

echocancel is off for Zap/49 since the path is TDM only

Any pointers to where to look??

Thanks, Michiel






___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Running asterisk with voicetronix (fwd)

2004-03-10 Thread Jim Sneeringer
I have been told that Voicetronics cards are not supported by Asterisk, but
I don't know for sure. 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Augustine Olaifa
Sent: Wednesday, March 10, 2004 2:09 AM
To: [EMAIL PROTECTED]
Subject: [Asterisk-Users] Runing asterisk with voicetronix (fwd)



i am running asterisk, CVS -02/24/04 -13.55.19 (version)

i am have a voicetronix openswitch12 card.
i have installed the driver  with"modprobe" it loads fine.
But when i run asterisk i get a seg fault, this
seg fault occurs at different parts of thye running asterisk . for example
on a first run it gives the fault at [app.qcall.so] , on the second run it
stops at another position say [app.adsiprog]. when forcefully run say  10
times consecutively it reaches the asterisk prompt then gives the seg
fault.It also shows "starting vpb monitor thread."

please , someone that has the card(openswitch12 voicetronix) working
should help me with suggestions on how to get the card working.


regards

Olaifa Augustine
General Data Engineering Services Ltd
18b oshin road,kongi bodija
p.o.box 29460, secretariate,
ibadan.
tel:- 234-2-8105156


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] windows alternatives to Asterisk?

2004-03-08 Thread Jim Sneeringer
Theoretically, Samba should do it. See samba.org.

Unfortunately, it has not fully worked for me. Linux can see my Windows
files, and Windows can see the Linux box but can not sign on. I've tries
using the Linux sign-on and password, and also make entries in smbuser.conf,
but had no luck. I'm sure it is some small configuration glitch, but I
haven't solved it yet.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of hank smith
Sent: Monday, March 08, 2004 2:00 PM
To: [EMAIL PROTECTED]
Subject: Re: [Asterisk-Users] windows alternitives to Asterisk?

is there a program that I can install on my linux box so I can configure the
pbx from the internet from my windows box so I don't have to work with
config files?
thanks
hank
- Original Message -
From: "Steve Underwood" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 08, 2004 11:07 AM
Subject: Re: [Asterisk-Users] windows alternitives to Asterisk?


> hank smith wrote:
>
> > hello I am just curious if there is any windows alternitives to
Asterisk?
> > can I also use them with free world dialup?
> > thanks
> > hank
>
> No, but maybe you could port Asterisk to Windows. No, that's not a joke.
> The Zaptel drivers might be tough, but Asterisk's VoIP features would
> probably run under Cygwin without too high a mountain of work.
>
> Regards,
> Steve


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Last Number Redial for Analog Phones

2004-03-08 Thread Jim Sneeringer
I am trying to implement a Last Number Redial feature for standard analog
phones connected to a Digium FXO card, using global variables (since the
information must survive between calls).  I am using a different global
variable for each channel, since the last number should be saved for each
channel.  Whenever an external call is made, the number is saved in a
variable that ends with the name of the channel.  (For simplicity, I am
going to assume that he variable name is simply the channel name.)  I can
set the global variable successfully using

   exten => s,1,SetGlobalVar(${CHANNEL},${ARG1})

My problem is that I don't know how to read the contents of that variable
without testing for separately for each channel, because the name of the
variable is in a variable, and I can't figure out how to dereference it
twice.  For example, if I try to redial using

   exten => #3,1,Dial(${TRUNK}/${CHANNEL})

then it will try to dial the NAME of the channel instead of the number
stored in the global variable with that name.  I guess I want to do
something like this:

   exten => #3,1,Dial(${TRUNK}/${${CHANNEL}})

but it doesn't seem to work, nor does anything else I can think of.

Can anyone suggest a solution to the problem or a better approach to redial?


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Message: "Power alarm on module 1, resetting!"

2004-03-06 Thread Jim Sneeringer
Has anyone else seen this message, which I am getting written on the console
several times a day? Asterisk does not have to be connected to the console,
and there is no apparent problem associated with to this message, although I
do have problem with noise, especially a ringing type noise that sounds
similar to feedback on many voicemail messages and problems with garbled
faxes, maybe for the same reason.

The system has Digium FXO and FXS cards only. If module 1 refers to channel
1, then it is a Digium T100P.

Of course, I don't know for sure that this message comes from Asterisk, but
other people have reported it on Asterisk systems
(http://www.mail-archive.com/[EMAIL PROTECTED]/msg26076.html),
and I can't find any reports that don't involve Asterisk.

Can anyone help me?

Thanks.

Jim


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Ringing noise

2004-03-04 Thread Jim Sneeringer
We're often getting a ringing noise or distorted voices during
conversations, especially when external callers are recording voicemail
messages. The system has only Digium FXO and FXS cards. (There is no IP
telephony yet.)

Can anyone help me fix this?  Thanks.

Jim


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Deleting old voicemail messages

2004-03-03 Thread Jim Sneeringer
It would be nice to have an option to delete voicemail messages that reached
a certain age, or to delete those that are delivered by e-mail. I gather
from searching previous posts that this has not yet been done, and the
solution is to set up a chron job.


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Re: Garbled Faxes

2004-03-02 Thread Jim Sneeringer
Thanks. They are in the same box. Anyone have any other ideas?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Doug Meredith
Sent: Tuesday, March 02, 2004 12:42 PM
To: [EMAIL PROTECTED]
Subject: [Asterisk-Users] Re: Garbled Faxes

"Jim Sneeringer" <[EMAIL PROTECTED]> wrote:

>My incoming and outgoing faxes are garbled and sometimes get disconnected.
>I remember reading somewhere that I should use u-law for faxes, but I don't
>know how to do that.  The fax is connected to a Digium FXS card and the
>calls come in or go out on a Digium FXO card.
>
>Can anyone tell me how to fix this?

If the FXS and FXO cards are in the same box, then I don't think there
is any issue with codec selection.

Doug
-- 
Doug Meredith ([EMAIL PROTECTED])
SystemGuard - Oracle remote support
877-974-8273 (87-SYSGUARD)
506-854-7997
www.systemguard.com

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Garbled Faxes

2004-03-01 Thread Jim Sneeringer
Title: Garbled Faxes






My incoming and outgoing faxes are garbled and sometimes get disconnected.   I remember reading somewhere that I should use u-law for faxes, but I don’t know how to do that.  The fax is connected to a Digium FXS card and the calls come in or go out on a Digium FXO card.

Can anyone tell me how to fix this?

Thanks.

Jim




[Asterisk-Users] If one extension is busy...

2004-02-28 Thread Jim Sneeringer
Title: If one extension is busy...






One of my users has two extensions, both of which ring simultaneously when a call comes in for her.  This works fine.

If her primary extension is busy, then she is on the phone and there is no reason to ring the secondary extension.  In this case, the call should go directly to voicemail, but it in fact rings the alternate extension before going to voicemail.  This gives the caller the perception that she is available, but did not answer.

How can I program it to go directly to voicemail if her primary line is busy?

I could start out by testing to see if the line is busy using GotoIf, if I knew how to test for busy.  Alternately, I could ring her primary line for 1 second and go to voicemail if it is busy.  Then I could ring both lines together for a longer period of time.  However, I’m afraid it might not work if she picked up just as the one second was up.

Can anyone suggest a solution?

Thanks.

Jim




[Asterisk-Users] A newbie list question

2004-02-26 Thread Jim Sneeringer
Can someone tell me how to respond to a list message?  If I e-mail to the
list, does it always start a new thread?

Thanks.

Jim


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Calls always parked on 701

2004-02-26 Thread Jim Sneeringer
Actually, it works fine as long as the parkpos values are numbers. If you
put in a * or #, it seems to ignore what you supply and start with 701. I
just happened to be starting with a *.

-Original Message-
From: "Jim Sneeringer"
To: <[EMAIL PROTECTED]>
Date: Wed, 25 Feb 2004 13:48:47 -0600
Subject: [Asterisk-Users] Calls always parked on 701
Reply-To: [EMAIL PROTECTED]

No matter what I put in parking.conf for parkpos, I find that the first call
is always parked on 701.  Is this a bug?

Jim


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Calls always parked on 701

2004-02-25 Thread Jim Sneeringer
Title: Calls always parked on 701






No matter what I put in parking.conf for parkpos, I find that the first call is always parked on 701.  Is this a bug?

Jim




[Asterisk-Users] Unreliable Fax

2004-02-25 Thread Jim Sneeringer
Title: Unreliable Fax






The Asterisk system only has Digium FXS and FXO boards, and the auto attendant routes fax calls to one of the FXS boards.  It works sometimes, but most long faxes stop in the middle and some faxes do not appear to even be answered.  It may depend on which of the two FXO lines the fax comes in on, but it’s hard to prove because I can’t find information about which line was used.

The computer is a 2.4 GHz Pentium 4 with 512 MB RAM.

Any ideas what the problem is?  I read that I need to use u-law, but I don’t know how to specify that.

Thanks.

Jim




[Asterisk-Users] Pickup

2004-02-23 Thread Jim Sneeringer
Title: Pickup






The extension for Pickup seems to be *8#, but I cannot find it anywhere in any configuration file.  Is this a “hard wired” extension?  Are there other hard wired extensions?  If so, is there a list?  What priority do they have?  Is there any way to change them or map additional extensions to these functions?

Thanks.

Jim




[Asterisk-Users] "Call did not go through"

2004-02-21 Thread Jim Sneeringer
Title: "Call did not go through"






Whenever an outside number is dialed, Asterisk says “We’re sorry. Your call did can not be completed as dialed. Please check the number and dial again or call your attendant to help you.”  I have tried many configurations, but let me give the simplest:  It fails when a local number is dialed and the context contains only the following rule:

[default]

exten => _9NXX,1,Dial(${TRUNK}/${EXTEN:1})

where

TRUNK = Zap/1&Zap/2

which are Digium FXO cards.

It works with

    exten =>9,1,Dial(${TRUNK}/${EXTEN})

Furthermore, it was working before.  To my knowledge, the only thing I changed to make it fail was to shut down the working test system, move it to the actual environment, and make it live.  I had been testing with only one of the two CO lines.  Maybe I changed something in extension.conf, but if so I don’t know what it was.

Incoming and intercom calls work fine.

Can anyone tell me what is wrong?  Thanks.

Jim