Displaying 20 results from an estimated 10000 matches similar to: "cmd Authenticate"
2008 Apr 05
3
iaxmodem + hylafax w/ DID routing
hi folks.
i'm experimenting with iaxmodem + hylafax using DID to determine
where to send the fax to it's final destination. however i have
difficulties passing the DID information from iaxmodem to
hylafax.
in extensions.conf:
exten => _XXXX,1,Dial(IAX2/iaxmodem0/${EXTEN}|20|r)
exten => _XXXX,n,Dial(IAX2/iaxmodem1/${EXTEN}|20|r)
exten => _XXXX,n,Busy
exten => _XXXX,n,Hangup
2008 Jul 18
5
GotoIf Problem
Everybody,
I have a fall though context that, among other things, tests to see if
someone it trying to pick up a non-existent parked call (Defined from 90
to 99). I have the following:
[not-in-service]
exten => _X.,1,Wait(1)
exten => _X.,n,ResetCDR()
; **************************************************
; Check to see if the mis-dialed number was a parking
; slot. If so, jump to the
2007 Dec 29
8
Asterisk 1.4 Fax
what method is preferred:
haylafax and Iaxmodem or spnadsp for faxing.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071228/e829632a/attachment.htm
2007 Jun 15
4
app_rxfax vs (iaxmodem+hylafax)
can anybody help me to choose the most reliable fax solution for * .
after googling the net i found that there are at least two solutions
for this, app_rxfax+spandsp and iaxmodem+hylafax.
- what's the differences between these two?
- which one's better? why?
thanks
2010 Aug 23
2
Asterisk, HylaFax and Cardiff
I'm looking for a way to use our implementation of HylaFax on Asterisk with
Cardiff (an old installation of Cardiff document stuff).
Is someone doing that?
If no one has direct experience, is there a HylaFax client that emulates
WinFax print-to-fax?
--Don
Don Kelly
PCF Corp
People Come First
651 842-1000
888 Don Kell(y)
651 842-1001 fax
-------------- next part --------------
An
2014 Nov 25
2
High resident memory with 11.14.0 ?
On Tue, Nov 25, 2014 at 8:14 AM, Matthew Jordan <mjordan at digium.com> wrote:
> On Mon, Nov 24, 2014 at 2:12 PM, James Lamanna <jlamanna at gmail.com> wrote:
> > Also, how big does the cache in frame.c grow to?
> > I've recompiled with MALLOC_DEBUG on that server:
> >
> > asterisk -rx "memory show summary"
> >
> > ....
> >
2006 Nov 24
3
Junk faxes
Hey everybody,
I wanted to know what other may be doing to stem the flood of inbound
junk faxes?
We currently using Asterisk/iaxmodem/Hylafax for fax services and get a
number of junk faxes daily. Most (If not all) of them have caller-id
blocked and have a TSI of "". I was hoping that, since we are using a
PRI, there would be other information coming across that I could use to
2009 Aug 21
1
problem with asterisk hylafax and sangoma A200D
hi list , is having problems when sending a fax with hylafax and a
card sangoma A200D, when he sends it arrives to the destination but it
paginates appears in white
this is my log
Aug 20 16:11:08 voz FaxSend[6715]: MODEM Supports 40 ms, 20 ms/scanline
Aug 20 16:11:08 voz FaxSend[6715]: MODEM Supports 40 ms/scanline
Aug 20 16:11:08 voz FaxSend[6715]: MODEM WWW.SOFT-SWITCH.ORG spandsp/
Aug 20
2009 Mar 09
2
I can't receive fax
Hi:
How can I see the communication between hylafax and iaxmodem and the console of them?I only can see the console of asterisk.It shows: 'IAX2/iaxmodem-2 is ringing' when I dial the fax number.
and nothing else.I can't receive fax.
I installed asterisk 1.4.18 and iaxmodem-1.2.0 and
?hylafax-5.2.9-1.fc9.i386.rpm and these are my main configurations:
extensions.conf:
[from-pstn]
exten
2011 Jan 04
4
Do not disturbe
Hi all,
I am trying to set up DND in my asterisk, I am using the following context:
[app-naoperturbe]
exten => *11,1,Set(DND=${DB(ddisturbe/${CALLERIDNUM})})exten => *11,2,GotoIf($["${DND}" = "YES"]?*11,3:*11,101)exten => *11,3,Set(DB(ddisturbe/${CALLERIDNUM})=NO)exten => *11,4,Playback(beep)exten => *11,5,Hangup()exten =>
2007 May 04
3
app_txfax, app_rxfax
Hello,
I'm trying to compile asterisk from source (1.2.18). Faxing is fairly
critical for us, so in the past we've used spandsps app_rxfax and
app_txfax to support faxing in asterisk. Unfortunately I can't find
these applications on soft-switch.org anymore and even so I have a
feeling they wouldn't patch correctly into 1.2.18.
Does anyone know how to best handle faxing in
2006 Nov 23
1
(OT) HylaFAX, IAXModem, Asterisk
I have all three running on the same box. I say OT because it appears
asterisk is doing it's job just fine. It must be an IAXmodem or
faxgetty (hylafax) problem
When faxes work, they look great. I have ten IAXmodems setup with
different ports and they register fine. I have ten faxgettys that
startup fine. I start the IAXmodems and then faxgettys in inittab.
They are setup as a roll
2007 Jun 22
6
FAX over T1
I have an existing Hylafax system using a mainpine 4 port board, 4 POTS lines.
Have a recently installed Asterisk system, with a dedicated T1 line. (Well, it's really a fonality system).
What would I need to do, or where is the reading material, for what I need to do, to convert the Hylafax server to use the T1 line? Reliably. Preferably to use DID's as well.
The current FAX works
2007 Aug 17
3
Lock extension from asterisk
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all
I am working in a new set up with Grandstream GXP-2000 handsets. I
like those phone, but they lack a feature I need: the phone cannot be
locked by the user.
What I actually want is a user to be able to avoid someone else making
calls from his phone without giving him access to SIP configuration
access to the phone.
i.e. let say I want user
2015 Jul 29
2
PJSIP T.38 issues
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Thanks for your reply Larry.
Le 27/07/2015 01:22, Larry Moore a ?crit :
> I think the "488 Not acceptable here" is occurring because the channel
> connecting through is not T.38 capable, that will be the IAX channel
> from iaxmomdem.
This is what T38gateway is supposed to do. And I'm very happy to report
that after one more
2010 Dec 29
2
GotoIf CALLERID(num)
I'm testing GotoIf($["${CALLERID(num) but I'm missing something as it is not working:
[office-open]
exten => s,1,Wait(1)
exten => s,2,Answer()
; for Caller ID is 471-5665, always signal congestion:
exten => s,3,GotoIf($["${CALLERID(num)}" = "4715665"]?4:6)
exten => s,4,Playtones(congestion)
exten => s,5,Congestion(5)
exten =>
2010 May 11
5
Need fax solution for 1.4.xx
Anybody know a reliable fax solution for 1.4.30 branch?
I am using PikaFax on another server and works very well (about 3000 faxes
a week), but it appears they no longer offer their product to open source
asterisk, only for there "WARP" appliance.
NOT really looking to migrate from 1.4.x to 1.6.x
-------------- next part --------------
An HTML attachment was
2016 Nov 15
2
iaxmodem errors.
2009 Dec 27
2
rxgain / txgain for iaxmodem or hylafax
In trying to get the asterisk and faxing working
I had to resolve to using iaxmodem and hylafax.
I have incoming working, but outgoing the other fax rings
but it would appear from web searches that the fax signals
are too low to be "heard"
I can read about rxgain and txgain for zapata.
my fax setup goes direct from aterisk <-SIP-> SIP Provider <- Fax Machine ->
It never
2007 Jun 12
4
GotoIf Dialplan inquiry
Hi all,
I have the following in my extensions.conf:
exten => s,4,GotoIf($["${CALLERID(number)}" = "8585979857" |
"8585970327"]?15:5)
The numbers listed above are known spammer numbers. However, when I call
from any other CALLERID, it still directs me to s,15 which is the
Hangup() application. Here are logs from the asterisk CLI:
-- Executing