Am 27.09.2011 um 14:58 schrieb David Kerr:
>
> Yes, but I have not attempted to implement it. There is a SendFAX
> application in Asterisk to which you have to pass a .tiff file. You would
> have to figure out how to get that .tiff file (which you may have to convert
> from a PDF) onto the As
Interesting.
Thank You David.
On Tue, Sep 27, 2011 at 7:58 AM, David Kerr wrote:
> Yes, but I have not attempted to implement it. There is a SendFAX
> application in Asterisk to which you have to pass a .tiff file. You would
> have to figure out how to get that .tiff file (which you may have
Yes, but I have not attempted to implement it. There is a SendFAX
application in Asterisk to which you have to pass a .tiff file. You would
have to figure out how to get that .tiff file (which you may have to convert
from a PDF) onto the Astlinux box. Once on the astlinux box you then have
to tr
Is the process for receiving faxes reversible? Meaning can I send faxes via
email using asterisk?
On Sun, Sep 25, 2011 at 7:50 AM, David Kerr wrote:
> I see this as well... I have not tried to get rid of it. If you figure it
> out let me know !
>
> David
>
>
> On Sun, Sep 25, 2011 at 2:44 AM,
Michael,
Thank you. The option was there. I Disabled it.
On Sun, Sep 25, 2011 at 7:50 AM, David Kerr wrote:
> I see this as well... I have not tried to get rid of it. If you figure it
> out let me know !
>
> David
>
>
> On Sun, Sep 25, 2011 at 2:44 AM, Fernando Fuentes > wrote:
>
>> David,
I see this as well... I have not tried to get rid of it. If you figure it
out let me know !
David
On Sun, Sep 25, 2011 at 2:44 AM, Fernando Fuentes
wrote:
> David,
>
> Thank you very much for the help. It works flawlessly. One thing I am seen
> in my logs is:
>
> WARNING[5830]: res_fax_spandsp.
Am 25.09.2011 um 08:44 schrieb Fernando Fuentes:
>
> David,
>
> Thank you very much for the help. It works flawlessly. One thing I am seen in
> my logs is:
>
> WARNING[5830]: res_fax_spandsp.c:367 in spandsp_log: WARNING T.30 ECM carrier
> not found
>
> do you know how I can get rid of this i
David,
Thank you very much for the help. It works flawlessly. One thing I am seen
in my logs is:
WARNING[5830]: res_fax_spandsp.c:367 in spandsp_log: WARNING T.30 ECM
carrier not found
do you know how I can get rid of this issue?
I still receive the fax but I get a flood of that warning in my l
To allow easy changes, I pull the email address from the asterisk database
rather than hard code it into the dialplan... using the Astlinux user
interface "Actionlist" tab to set it. Use action key "fax" and enter the
email address into the data field. You can also use action key "fax"
where X
Thank You,
On Sat, Sep 24, 2011 at 2:57 AM, Michael Keuter wrote:
> As he said in the text part: in the Astlinux ActionList.
>
> Sent from my iPad
>
> Michael
>
> Am 24.09.2011 um 04:05 schrieb Fernando Fuentes :
>
> David Kerr,
>
> Where did you define your email address in the script to send t
As he said in the text part: in the Astlinux ActionList.
Sent from my iPad
Michael
Am 24.09.2011 um 04:05 schrieb Fernando Fuentes :
> David Kerr,
>
> Where did you define your email address in the script to send the fax to the
> inbox?
> I am a noob at the dial plan so I am trying to Incorp
David Kerr,
Where did you define your email address in the script to send the fax to the
inbox?
I am a noob at the dial plan so I am trying to Incorporate your context
just want to see where I need to make my changes.
Thanks!
On Thu, Sep 22, 2011 at 1:57 PM, David Kerr wrote:
> I am receiving
Lonnie,
Thank you very much for your reply. I went in to debugging mode and it seem
that the dialplan had an error on the context. Fixed and is all working now.
I did put the white list for my internal network.
Thanks!
On Thu, Sep 22, 2011 at 10:09 PM, Lonnie Abelbeck wrote:
> Just a hunch, yo
Just a hunch, you may want to add to the adaptive ban configuration...
ADAPTIVE_BAN_WHITELIST="10.30.2.0/24"
and restart the firewall.
Lonnie
On Sep 22, 2011, at 9:35 PM, Fernando Fuentes wrote:
> Guys,
>
> Today I been getting this all over my logs:
>
> WARNING[12785]: chan_sip.c:3280 in _
Guys,
Today I been getting this all over my logs:
WARNING[12785]: chan_sip.c:3280 in __sip_xmit: sip_xmit of 0x88a70d0
(len 855) to (null) returned -1: Invalid argument
I am unable to make outbound calls
Any ideas what it is?
On Thu, Sep 22, 2011 at 2:41 PM, Fernando Fuentes
wrote:
> I guess
I guess I stand correct it. Though this changes did fix my issue. You are
right about me having it backwards that was my typo :)
If Linksys ATA are junk what do you recommend for a Home/Office use? I have
used this for over 6 years with no issues but I guess for each its own.
Though I am very inter
I believe you have it backwards
Correct for the US is 20 Hz, and the Linksys is shipped as 25 Hz. At least the
ones I have run across ( and sometimes want to run over ) Compared to the
original Sipura design, these have turned into junk with the migration to
Cisco/Linksys
these seldom are capab
David,
Thank you very much for this.
On Thu, Sep 22, 2011 at 1:57 PM, David Kerr wrote:
> I am receiving faxes just fine on an Alix board. I use the following in my
> dialplan asterisk 1.8 will automatically detect fax tone and branch to
> "fax", for asterisk 1.4 you need to use NVdetect
I am receiving faxes just fine on an Alix board. I use the following in my
dialplan asterisk 1.8 will automatically detect fax tone and branch to
"fax", for asterisk 1.4 you need to use NVdetect/NVbackgrounddetect to catch
the tone.
exten = fax,1,Gosub(fax-rx,s,1)
exten = fax,n,Hangup()
[fax
You are one awesome test bench! lol :)
Thanks!
I will get on it as soon as I get to my home office.
On Thu, Sep 22, 2011 at 12:06 PM, Michael Keuter wrote:
> >Looks like I have a lot of research to do. :)
> >I would like to setup a 3rd line for faxing. I
> >think I will see how far the rabbit h
>Looks like I have a lot of research to do. :)
>I would like to setup a 3rd line for faxing. I
>think I will see how far the rabbit holes goes
>and get a fax module loaded and going. One issue
>I can foresee is the lack of sound processing in
>the Alix board. I do not have the dsp module
>load
Looks like I have a lot of research to do. :)
I would like to setup a 3rd line for faxing. I think I will see how far
the rabbit holes goes and get a fax module loaded and going. One issue I
can foresee is the lack of sound processing in the Alix board. I do not have
the dsp module load it as is un
>You can receive faxes in Astlinux using
>SpanDSP... using built in fax functions in
>asterisk 1.8 or the NVfax packages in asterisk
>1.4. I have both working -- but you may need to
>do your own build of astlinux for 1.4 not sure
>what is included in the default build of 1.8.
With 1.8 you can
You can receive faxes in Astlinux using SpanDSP... using built in fax
functions in asterisk 1.8 or the NVfax packages in asterisk 1.4. I have
both working -- but you may need to do your own build of astlinux for 1.4
not sure what is included in the default build of 1.8.
David
On Thu, Sep 22, 201
se the new 1.8 res_fax-spandsp features (incl. T.38),
> which is included in the AstLinux 1.8 image.
>
> > From: Fernando Fuentes [mailto:digitaldis...@gmail.com]
> >Sent: Thursday, September 22, 2011 10:26 AM
> >To: AstLinux Users Mailing List
> >Subject: Re: [Astlinux
ilto:digitaldis...@gmail.com]
>Sent: Thursday, September 22, 2011 10:26 AM
>To: AstLinux Users Mailing List
>Subject: Re: [Astlinux-users] No network device found
>
>Is it possible to use Asterisk Free Fax in AstLinux?
Michae
> *From:* Fernando Fuentes [mailto:digitaldis...@gmail.com]
> *Sent:* Thursday, September 22, 2011 10:26 AM
>
> *To:* AstLinux Users Mailing List
> *Subject:* Re: [Astlinux-users] No network device found
>
> ** **
>
> Is it possible to use Asterisk Free Fax in AstLinux?
>
FYI:
(USA Only)
If you recently bought a Linksys PAPT2-NA and your phones some what ring's
weak the issue falls under the Ring and Call Waiting Tone Specs.
The Default is Trapezoid which is correct but the Ring Frequency (20) and
Voltage (85) are incorrect for the US. It should be Frequency 25 an
No. The Asterisk fax (and g729 codec) modules are provided as binary blobs
which are not compatible with AstLinux.
Darrick
From: Fernando Fuentes [mailto:digitaldis...@gmail.com]
Sent: Thursday, September 22, 2011 10:26 AM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] No
Is it possible to use Asterisk Free Fax in AstLinux?
On Wed, Sep 21, 2011 at 3:41 PM, Lonnie Abelbeck
wrote:
> Julian,
>
> Hmmm, that doesn't make sense... I assume you dd'ed the gunzip'ed image...
>
>
> http://mirror.astlinux.org/downloads/img/geni586/astlinux-0.7.9-asterisk-1.4.42.img.gz
>
> to
Julian,
Hmmm, that doesn't make sense... I assume you dd'ed the gunzip'ed image...
http://mirror.astlinux.org/downloads/img/geni586/astlinux-0.7.9-asterisk-1.4.42.img.gz
to a flash card?
Are you accessing the AstLinux console with a USB keyboard and monitor?
Lonnie
On Sep 21, 2011, at 2:58 P
yeah, I get a
findfs: unable to resolve "LABEL=RUNNIX"
Runnix Drive could not be found
when I type "initial-setup status"
Julian
On 20 September 2011 16:59, Michael Keuter wrote:
>>Yup, R6040 is in the lspci output
>
> Fine.
>
>>how do I enable this ? I've tried modifying the rc,modules file bu
>Yup, R6040 is in the lspci output
Fine.
>how do I enable this ? I've tried modifying the rc,modules file but it
>is readonly
I had the same problem on an old 386 :-).
Please try this (change "hda" if needed) in the CLI:
initial-setup status
initial-setup format combined /dev/hda
reboot
initia
Did you configured persistent storage?
You have to have some sort of persistent storage before you can save files
if not they will reside in jffs and clear in the next reboot.
On Tue, Sep 20, 2011 at 10:38 AM, Julian Lyndon-Smith wrote:
> Yup, R6040 is in the lspci output
>
> how do I enable thi
You can also do insmod from terminal to test if the module/nic works.
On Tue, Sep 20, 2011 at 10:51 AM, Fernando Fuentes
wrote:
> Did you configured persistent storage?
> You have to have some sort of persistent storage before you can save files
> if not they will reside in jffs and clear in the
Yup, R6040 is in the lspci output
how do I enable this ? I've tried modifying the rc,modules file but it
is readonly
Also, is there an astlinux around for asterisk 10 ?
Julian
On 20 September 2011 16:18, Michael Keuter wrote:
>>Trying to load astlinux onto this device :
>>
>>http://robosavvy.c
>Trying to load astlinux onto this device :
>
>http://robosavvy.com/store/product_info.php/cPath/39/products_id/1704
>
>All seems ok with the exception that it doesn't seem to find the network port.
>
>Any clues ?
>
>Julian
What does "lspci" output?
In the link there is a RDC R6040 mentioned. This
Looks like the builtin nic is not supported or the correct module is not
been loaded. Can you do lsmod, lspci, ifconfig and reply with the output.
Good luck.
On Sep 20, 2011 10:02 AM, "Julian Lyndon-Smith" wrote:
> Trying to load astlinux onto this device :
>
> http://robosavvy.com/store/product
Hi Julian,
Do you know what network device it is using? Can you boot up a live CD/usb
verion of Linux and post back an lspci -vv and an lsmod ?
Darrick
-Original Message-
From: Julian Lyndon-Smith [mailto:aster...@dotr.com]
Sent: Tuesday, September 20, 2011 10:00 AM
To: AstLinux Users
39 matches
Mail list logo