similar to: Real Life FAX sending receiving

Displaying 20 results from an estimated 1000 matches similar to: "Real Life FAX sending receiving"

2005 Aug 05
8
asterisk registered in ser proxy
is it possible to register asterisk in a sip proxy as if it were a terminal (like a cisco ATA)? how? Thanx Jenna ;) ___________________________________________________________ 1GB gratis, Antivirus y Antispam Correo Yahoo!, el mejor correo web del mundo http://correo.yahoo.com.ar
2007 Feb 09
3
receiving fax with junghanns quadbri bristuff
Hey, anyone know if it's possible to receive faxes through a Junghanns bristuff quadbri card? In germany, currently I have faxes coming in on DID line into QuadBRI and then passing to Digium TDM400 (analog) and into faxmachine. But the reliability of TDM card is spotty, so I want to maybe just accept faxes in on ISDN card and save on asterisk system ...? keeping digital signal strong ...
2010 May 18
2
Asterisk 1.4.30 & T38
Hello list, I read on voip-info.org that Asterisk 1.4 support T38 passthrough. So I guess this means that I can have a Grandstream HT503 with T38 support and an analogue faxmachine on the other side of my Asterisk and a T38-account with a ITSP on the other side of my Asterisk machine, right ?! The fax coming from the faxmachine passes the HT503 to my Asterisk and my Asterisk sends the fax to
2005 Jun 07
3
rxfax not answering
Hello i would like to receive incoming faxes thru' asterisk as tiff files thru' the rxfax application. I setup extensions 101 like this exten=> 101,1,rxfax(/tmp/fax.tif) then from CLI i run: dial 101 and rxfax send me his "scream" about the fax ^^ instead when i send a real fax from a faxmachine to that extension my 101+rxfax is executed but it just "does
2008 May 19
6
Sample Code, quick simple openid auth
You''ll need to install the ''openid'' gem for this, and require it in your camping app: class Login < R ''/login'' def get this_url = ''http:'' + URL(''/login'').to_s unless input.finish.to_s == ''1'' # start doing the auth here begin
2008 Jun 06
7
Attention Judofyr: Broken cookies in 2.0
Hey Judofyr! Fix this! When someone sets a cookie using @cookies.something = ''data'' it should be set with the path going to the camping app''s root, not with no path, otherwise only that controller with the same parameters will ever see the cookie again! Please change this code: > @cookies.each do |k, v| > @response.set_cookie(k, v) if o[k] != v > end
2012 May 02
17
ChillDB License
A few of you sounded interested in using it. I haven''t explicitly put a software license on it, so I guess it''s not technically FOSS yet. What licenses are good? BSD? Public Domain? ? Jenna -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/camping-list/attachments/20120502/96b87580/attachment.html>
2011 Dec 06
3
Riak on Camping
Good day, does anyone here have a clue on how to make use of the NoSQL database "Riak" with Camping? I am building my website and Riak seems like pretty much the ultimate database! This would probably ruin every little feature in ActiveRecord, I don''t think I''d be able to do any has_many''s or belongs_to but I''d LOVE to be proven wrong. As far as
2006 May 23
3
libtiff 3.6.1 and Asterisk spandsp
Per: http://soft-switch.org/spandsp_faq/ar01s07.html FAXing with spandsp keeps giving me core dumps. Its crap, isn't it? Actually the crap in this case is probably libtiff. Versions 3.5.7 and 3.6.0 seem reliable. The FAX image handling in version 3.6.1 is broken. All the core dump problems I have investigated turned out to be due to a very old version of libtiff, or version 3.6.1. I am
2007 Jul 25
1
Dialtone when automatically picking up.
I'm in the process of setting up a 'phone tree', and are running into some problems. My goal is for users to dial a phone number, the asterisk system picks it up, plays the greeting, and users can type whatever they want into the system. What actually happens is users dial the phone number, asterisk picks up and additionally goes off-hook on another line, plays the greeting and
2001 Jul 09
1
ext3 and kernel 2.4.5
Hallo! Is it possible to use ext3 with kernel 2.4.5? If so where can I find the sources? On redhat´s site I can only find souces for kernel 2.2.x. Bye Markus networks & security StairWeb GmbH Markus Eckerl Markus Eckerl ME5810-RIPE ME5810-RIPE Dr.-Ernst-Derra-Str. 4 Dr.-Ernst-Derra-Str. 4 94036 Passau 94036
2001 Jun 11
2
util-linux 2.11e
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 does this version need to be patched for any reason to handle/work with ext3? I found a patch for the previous release of util-linux, but it don't apply cleanly to this version. thanks! - -- Douglas J. Hunley (Linux User #174778) http://hunley.homeip.net/ http://linux.nf/ As a SysAdmin, yes, I CAN read your e-mail, but I DON'T get that
2004 Aug 17
1
Faxing over ulaw
Are there any considerations to take in account when faxing from analog to SIP using ULAW? The problem we're having is faxes are only making it halfway, getting cut off. Neither fax machine seems to report an error. Pretty diagram: FXS --> SIP --> PSTN Provider --> FAX ^ULAW
2006 May 11
2
Eicon Diva Server - Fax and data modem support
Would any one advice how implement Diva Server BRI or PRI card to support fax and data modem? In Eicon's website, it says that they support these. But there is no FXS port on the card, how it can be connected to Fax machine or data Modem? Thanks in advance. Isaac Xiao -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 Oct 05
2
SendFAX - multi-page TIFF
Hi, Does anyone had the problem of asterisk SendFax + spandsp sending only the first page of a multi-page TIFF file? Seams to be related to spandsp ECM config. Any thoughts about it? Thanks, Gabriel -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20121005/ac471600/attachment.htm>
2008 Jun 03
8
@@state_secret
I was having some issue getting the class variables in Camping::Session to work with some old apps, so I''ve changed @@state_secret to a method. module Blog include Camping::Session def state_secret; "kxxxx" end end Also, merged some of zimbatm''s patches. And trying to revive the Junebug wiki <http://github.com/why/junebug> since it''s still
2008 May 24
19
Camping 2.0 - What''s left?
I''ve just sent a pull-request to _why with my changes[1] and here is some things that I think needs to be done before a (possible) release: * The cookie session is named Camping::Session and is placed in camping/session.rb. Maybe this should be called Camping::CookieSession or??? * The ActiveRecord session is named Camping::ARSession and is placed in camping/ar/session.rb. Maybe it
2017 Feb 21
2
Copeland Engineering Dockmaster
Hello! I have a Dockmaster from Copeland Engineering. This is a battery saver used for a laptop docking station in a police car, which has a USB port for relaying its internal timers and state. hid-generic 0003:04D8:0500.0001: hiddev0,hidraw0: USB HID v1.10 Device [Copeland Engineering, LLC Dock Master] on usb-0000:00:10.4-3.3/input0 I'm able to configure usbhid-ups, but it doesn't
2008 May 23
8
An issue for consideration
We''ve just come across an issue for consideration. I am avoiding some words which would allow people to find this message in an internet search who have questionable intentions, but wish to communicate a strong sense of caution. Consider someone who adds extra methods to their controller which they use in their main get/post methods to do things or to get secret data. Consider
2008 May 17
4
Setting cookies in service overloader thingo
I''m implementing a simpler version of the Cookie Session Store in Rails 2.0. If you know what that is, skip the next paragraph. A cookie session store stores the session data inside cookies, on the client, and signs them using a secret string, hashed together. The user can decode the cookie easily if they know much about computers and see what''s inside, but they