<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Activity for t38modem</title><link>https://sourceforge.net/p/t38modem/activity/</link><description>Recent activity for t38modem</description><language>en</language><lastBuildDate>Mon, 25 Oct 2021 20:16:04 -0000</lastBuildDate><item><title>Ab7 modified a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/e5a314251c/?limit=25#3eef</link><description>I'm trying to get the T38modem to work, but am unsuccessful thusfar. I'm using the following packages: PTLib 2.10.15 https://github.com/T38Modem/ptlib/archive/refs/tags/v2.10.15.tar.gz Opal 3.10.15 https://github.com/T38Modem/opal/archive/refs/tags/v3.10.15.tar.gz T38modem 3.15.3 https://sourceforge.net/p/t38modem/discussion/508603/thread/e5a314251c/13a9/1697/attachment/t38modem.tgz I start with PTLib: cd ptlib-2.10.15 ./configure make I then get the following errors: make[2]: *** [../make/common.mak:97:...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ab7</dc:creator><pubDate>Mon, 25 Oct 2021 20:16:04 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/e5a314251c/?limit=25#3eef</guid></item><item><title>Ab7 posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/e5a314251c/?limit=25#3eef</link><description>I'm trying to get the T38modem to work, but am unsuccessful thusfar. I'm using the following packages: PTLib 2.10.15 https://github.com/T38Modem/ptlib/archive/refs/tags/v2.10.15.tar.gz Opal 3.10.15 https://github.com/T38Modem/opal/archive/refs/tags/v3.10.15.tar.gz T38modem 3.15.3 https://sourceforge.net/p/t38modem/discussion/508603/thread/e5a314251c/13a9/1697/attachment/t38modem.tgz I start with PTLib: cd ptlib-2.10.15 ./configure make I then get the following errors: make[2]: [../make/common.mak:97:...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ab7</dc:creator><pubDate>Mon, 25 Oct 2021 20:13:15 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/e5a314251c/?limit=25#3eef</guid></item><item><title>Matteo posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/e7a53ffc52/?limit=25#f8e0</link><description>Hello, there is a way to compile t38modem on aarch64? The hardware is Odroid C2 and C4.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matteo</dc:creator><pubDate>Tue, 18 May 2021 16:07:12 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/e7a53ffc52/?limit=25#f8e0</guid></item><item><title>DrO posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/e5a314251c/?limit=25#e6f1</link><description>I tried the to build/install the .tgz in the attachment above under MinGW/GCC 7.3, using the build steps as stated (after applying the patch). PTLib .configure'd, but the Make step crashed on "undefined reference to PPlugin_PVideoOutputDevice_Window_link()", though I suspect if it continued it would have crashed on other "PPlugin ..." bits that appear in the *.dtf MSVC files. ... PVideoOutputDevice seems to be an OPAL element, so not sure if I got the build order wrong. 1) Should that happen? I am...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DrO</dc:creator><pubDate>Sun, 19 Jan 2020 15:50:52 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/e5a314251c/?limit=25#e6f1</guid></item><item><title>Bartosz Supcziński modified a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/e5a314251c/?limit=25#13a9/1697</link><description>Repaired and tested on Ubuntu 18.04.3 T38modem 3.15.3 (in attachment): No changes required OPAL 3.10.15 (in attachment) compile: ./configure CXXFLAGS='-std=gnu++98' PTlib 2.10.15 (in attachment) patches: --- svcproc.cxx 2020-01-09 02:33:42.363332334 +0100 +++ svcproc.cxx_patch 2020-01-08 15:16:34.346921577 +0100 @@ -217,7 +217,7 @@ pid_t pid; { - ifstream pidfile(pidfilename); + ifstream pidfile((const char *)pidfilename); if (!pidfile.is_open()) { cout &lt;&lt; "Could not open pid file: \"" &lt;&lt; pidfilename...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bartosz Supcziński</dc:creator><pubDate>Thu, 09 Jan 2020 02:26:43 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/e5a314251c/?limit=25#13a9/1697</guid></item><item><title>Bartosz Supcziński modified a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/e5a314251c/?limit=25#13a9/1697</link><description>Repaired and tested on Ubuntu 18.04.3 T38modem 3.15.3 (in attachment): No changes required OPAL 3.10.15 (in attachment) compile: ./configure CXXFLAGS='-std=gnu++98' PTlib 2.10.15 (in attachment) patches: --- svcproc.cxx 2020-01-09 02:33:42.363332334 +0100 +++ svcproc.cxx_patch 2020-01-08 15:16:34.346921577 +0100 @@ -217,7 +217,7 @@ pid_t pid; { - ifstream pidfile(pidfilename); + ifstream pidfile((const char *)pidfilename); if (!pidfile.is_open()) { cout &lt;&lt; "Could not open pid file: \"" &lt;&lt; pidfilename...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bartosz Supcziński</dc:creator><pubDate>Thu, 09 Jan 2020 02:22:27 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/e5a314251c/?limit=25#13a9/1697</guid></item><item><title>Bartosz Supcziński modified a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/e5a314251c/?limit=25#13a9/1697</link><description>Repaired and tested on Ubuntu 18.04.3 T38modem 3.15.3: No changes required OPAL 3.10.15 compile: ./configure CXXFLAGS='-std=gnu++98' PTlib 2.10.15 patches: --- svcproc.cxx 2020-01-09 02:33:42.363332334 +0100 +++ svcproc.cxx_patch 2020-01-08 15:16:34.346921577 +0100 @@ -217,7 +217,7 @@ pid_t pid; { - ifstream pidfile(pidfilename); + ifstream pidfile((const char *)pidfilename); if (!pidfile.is_open()) { cout &lt;&lt; "Could not open pid file: \"" &lt;&lt; pidfilename &lt;&lt; "\"" " - " &lt;&lt; strerror(errno) &lt;&lt; endl; @@...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bartosz Supcziński</dc:creator><pubDate>Thu, 09 Jan 2020 02:18:50 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/e5a314251c/?limit=25#13a9/1697</guid></item><item><title>Bartosz Supcziński modified a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/e5a314251c/?limit=25#13a9/1697</link><description>Repaired and tested on Ubuntu 18.04.3 T38modem 3.15.3: No changes required OPAL 3.10.15 compile: ./configure CXXFLAGS='-std=gnu++98' PTlib 2.10.15 patches: --- svcproc.cxx 2020-01-09 02:33:42.363332334 +0100 +++ svcproc.cxx_patch 2020-01-08 15:16:34.346921577 +0100 @@ -217,7 +217,7 @@ pid_t pid; { - ifstream pidfile(pidfilename); + ifstream pidfile((const char *)pidfilename); if (!pidfile.is_open()) { cout &lt;&lt; "Could not open pid file: \"" &lt;&lt; pidfilename &lt;&lt; "\"" " - " &lt;&lt; strerror(errno) &lt;&lt; endl; @@...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bartosz Supcziński</dc:creator><pubDate>Thu, 09 Jan 2020 02:03:45 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/e5a314251c/?limit=25#13a9/1697</guid></item><item><title>Bartosz Supcziński posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/e5a314251c/?limit=25#13a9/1697</link><description>Repaired and tested on Ubuntu 18.04.3 T38modem: No changes required OPAL compile: ./configure CXXFLAGS='-std=gnu++98' PTlib patches: --- svcproc.cxx 2020-01-09 02:33:42.363332334 +0100 +++ svcproc.cxx_patch 2020-01-08 15:16:34.346921577 +0100 @@ -217,7 +217,7 @@ pid_t pid; { - ifstream pidfile(pidfilename); + ifstream pidfile((const char *)pidfilename); if (!pidfile.is_open()) { cout &lt;&lt; "Could not open pid file: \"" &lt;&lt; pidfilename &lt;&lt; "\"" " - " &lt;&lt; strerror(errno) &lt;&lt; endl; @@ -384,7 +384,7 @@ // Run...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bartosz Supcziński</dc:creator><pubDate>Thu, 09 Jan 2020 01:54:04 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/e5a314251c/?limit=25#13a9/1697</guid></item><item><title>Jeremy Walker posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/e5a314251c/?limit=25#13a9</link><description>BUMP The silence is deafening!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeremy Walker</dc:creator><pubDate>Wed, 09 Oct 2019 19:08:20 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/e5a314251c/?limit=25#13a9</guid></item><item><title>Jeremy Walker modified a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/e5a314251c/?limit=25#21b8</link><description>I started the whole process again with a fresh Ubuntu 18.04.3 LTS server, this time downloading the sources from: https://github.com/PeteDavidson/ptlib https://github.com/PeteDavidson/opal https://github.com/PeteDavidson/t38modem After installing dependencies, $ apt install build-essential flex bison libexpat1-dev libgsm1-dev libspeex-dev libopus-dev libavcodec-dev libx264-dev libvpx-dev libtheora-dev libspandsp-dev capiutils dahdi I extracted ptlib-master.zip to /usr/src, then ran $ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeremy Walker</dc:creator><pubDate>Wed, 09 Oct 2019 11:10:04 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/e5a314251c/?limit=25#21b8</guid></item><item><title>Jeremy Walker posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/e5a314251c/?limit=25#21b8</link><description>I started the whole process again with a fresh Ubuntu 18.04.3 LTS server, this time downloading the sources from: https://github.com/PeteDavidson/ptlib https://github.com/PeteDavidson/opal https://github.com/PeteDavidson/t38modem After installing dependencies, $ apt install build-essential flex bison libexpat1-dev libgsm1-dev libspeex-dev libopus-dev libavcodec-dev libx264-dev libvpx-dev libtheora-dev libspandsp-dev capiutils dahdi I extracted ptlib-master.zip to /usr/src, then ran $ ./configure...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeremy Walker</dc:creator><pubDate>Wed, 09 Oct 2019 11:07:40 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/e5a314251c/?limit=25#21b8</guid></item><item><title>Jeremy Walker modified a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/e5a314251c/?limit=25#5cc0</link><description>Hi, I am trying to compile the latest t38modem from https://github.com/PeteDavidson/t38modem, but I'm running into some trouble. Here are the steps I've followed so far: OS A clean Ubuntu 18.04.3 LTS Server image. Installed dependencies $ apt install build-essential flex bison libexpat1-dev libgsm1-dev libspeex-dev libopus-dev libavcodec-dev libx264-dev libvpx-dev libtheora-dev libspandsp-dev capiutils dahdi Built PTLIB &amp; OPAL Downloaded sources for ptlib-2.16.2 and opal-3.16.2 from https://sourceforge.net/projects/opalvoip/files/V3.16%20Procyon/Stable%202/...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeremy Walker</dc:creator><pubDate>Tue, 08 Oct 2019 18:48:37 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/e5a314251c/?limit=25#5cc0</guid></item><item><title>Jeremy Walker posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/e5a314251c/?limit=25#5cc0</link><description>Hi, I am trying to compile the latest t38modem from https://github.com/PeteDavidson/t38modem, but I'm running into some trouble. Here are the steps I've followed so far: OS A clean Ubuntu 18.04.3 LTS Server image. Installed dependencies build-essential flex bison libexpat1-dev libgsm1-dev libspeex-dev libopus-dev libavcodec-dev libx264-dev libvpx-dev libtheora-dev libspandsp-dev capiutils dahdi Built PTLIB &amp; OPAL Downloaded sources for ptlib-2.16.2 and opal-3.16.2 from https://sourceforge.net/projects/opalvoip/files/V3.16%20Procyon/Stable%202/...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeremy Walker</dc:creator><pubDate>Tue, 08 Oct 2019 16:43:23 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/e5a314251c/?limit=25#5cc0</guid></item><item><title>Roberto Bellandi posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/199a2a7734/?limit=25#11de</link><description>Hi, i get and compile module and i've tryed varying config setup but i've the same problem: receive fax and send ok receive but in file i've only begin block of every page can someone tell me what i wrong or i must change to fix?? in attach received fax and here logs related, to hylaconfig FAXNumber: +39 0574027400 LocalIdentifier: "CONSORZIO CONSIN" AreaCode: CountryCode: 0039 LongDistancePrefix: 0 InternationalPrefix: 00 DialStringRules: etc/dialrules ServerTracing: 1 SessionTracing: 0x2FFF RecvFileMode:...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Roberto Bellandi</dc:creator><pubDate>Mon, 08 Jul 2019 15:07:12 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/199a2a7734/?limit=25#11de</guid></item><item><title>Crises modified a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/89e00be7a3/?limit=25#0339</link><description>The problem continues... I tried changing the machine, but the same error. I'm using Red Hat Enterprise Linux Server 7.4 (Maipo) with kernel 3.10.0-693.el7.x86_64 This problem was tonight: May 28 00:09:45 kernel: t38modem[9396]: segfault at 7f0ddc00f440 ip 00007f0ddc00f440 sp 00007f0dc3b6cd58 error 15</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Crises</dc:creator><pubDate>Tue, 28 May 2019 06:25:09 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/89e00be7a3/?limit=25#0339</guid></item><item><title>Crises posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/89e00be7a3/?limit=25#0339</link><description>The problem continues... I tried changing the machine, but the same error. I'm using Red Hat Enterprise Linux Server 7.4 (Maipo) with kernel 3.10.0-693.el7.x86_64 This problem was tonight: May 28 00:09:45 iv4tl0200 kernel: t38modem[9396]: segfault at 7f0ddc00f440 ip 00007f0ddc00f440 sp 00007f0dc3b6cd58 error 15</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Crises</dc:creator><pubDate>Tue, 28 May 2019 06:24:34 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/89e00be7a3/?limit=25#0339</guid></item><item><title>Crises posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/89e00be7a3/?limit=25#61e4</link><description>Hi, I have a server Hylafax+ t38modem with this version: T38Modem Version 3.15.3, OPAL-3.10.15/3.10.15 (svn:30298), PTLIB-2.10.15/2.10.15 Worked without problems during weeks, but the last night: kernel: t38modem[24338]: segfault at 7feab400e9b0 ip 00007feab400e9b0 sp 00007fea8c1d5db8 error 15 kernel: t38modem[17831]: segfault at 0 ip (null) sp 00007f6642092db8 error 14 in t38modem[400000+6c000] Why this happened after a good work?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Crises</dc:creator><pubDate>Mon, 15 Apr 2019 06:57:23 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/89e00be7a3/?limit=25#61e4</guid></item><item><title>Andrew posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/t38modem/discussion/508602/thread/798a090e10/?limit=25#c166</link><description>I don't understand: 1. what this software does (yes, I read the description, it did not help much.) 2. what are the requirements to use this software? 3. Is hylafax required or optional? 4. Is a phone line required? 5. Is a fax machine, modem or other hardware required? 6. on which side of the connection if hardware is required; sender or receiver? I'm looking for software that will let me send a file from my computer to someone elses fax machine over the Internet. My ISP provides me with VOIP -...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew</dc:creator><pubDate>Wed, 27 Mar 2019 20:56:56 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508602/thread/798a090e10/?limit=25#c166</guid></item><item><title>Bob modified a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/61fabbcb8a/?limit=25#8193</link><description>I’m trying to send a fax with hylafax through t38. The port range is being specified as 5000-5399, but T38 packets are being sent out on 10000 and higher. Is the port range actually honored? In case I’m doing it wrong, what’s the correct way to specify it?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bob</dc:creator><pubDate>Thu, 14 Feb 2019 15:54:50 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/61fabbcb8a/?limit=25#8193</guid></item><item><title>Bob posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/61fabbcb8a/?limit=25#8193</link><description>I’m trying to send a fax with hylafax through t38. The port range is being specified as 5000-5399, but T38 packets are being sent out on 10000 and higher. Is the port range actually honored? In case I’m doing it wrong, what’s the correct way to specify it? Bob Terrell Software Engineer Acordex Imaging + Mobile Office: 978-975-8000 Fax: 978-975-8001 bob.terrell@acordex.com http://acordex.com</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bob</dc:creator><pubDate>Fri, 08 Feb 2019 21:58:03 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/61fabbcb8a/?limit=25#8193</guid></item><item><title>Daniel R Keery posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/048add11/?limit=25#8590</link><description>WARNING: SUPER GUESSING HERE every error is caused by AT+FRH=3 which it seems as "AT+FRH=3\r" command. It seems it has something to do with carriage return + newline \r\n. Looks like \r is being treated as \n possibly and then the \n is being seen as a new [empty] line. Not sure this would cause everything jto fail though,, although it might negate the AT+FRH command which specifcally sets the modulation for reciefved data frames to v21 channel 2 to not process. It seems this command should return...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel R Keery</dc:creator><pubDate>Tue, 20 Nov 2018 06:47:14 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/048add11/?limit=25#8590</guid></item><item><title>Alessan posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/e8ea3800df/?limit=25#33d8</link><description>Hi, After failed tests with t38 isdn gateway our inet provider offer us t38 over sip. They tell us we must send the first invite with t38 ¿any parameter for force this behavior? Hylafax + t38modem. Regards,</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alessan</dc:creator><pubDate>Wed, 10 Oct 2018 13:36:54 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/e8ea3800df/?limit=25#33d8</guid></item><item><title>Hans-Peter Jansen posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/048add11/?limit=25#ac2c</link><description>Hi, I've tried hard to setup an Asterisk PBX with T38modem, using Pete's current releases of ptlib, opan, and t38modem. The IAXmodem setup is doing fine so far, e.g.: T.30 setup: Modem &lt;-&gt; PSTN &lt;-&gt; SIP Trunk Provider &lt;-&gt; Asterisk &lt;-&gt; IAXModem &lt;-&gt; Hylafax: OK T.38 setup: Modem &lt;-&gt; PSTN &lt;-&gt; SIP Trunk Provider &lt;-&gt; Asterisk &lt;-&gt; T38Modem &lt;-&gt; Hylafax: FAIL Both directions are affected. The SIP Trunk Provider handles T.38 correctly. The modem is from an old ISDN based setup (Asterisk 1.2.31, Elsa Modem),...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hans-Peter Jansen</dc:creator><pubDate>Fri, 14 Sep 2018 00:10:59 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/048add11/?limit=25#ac2c</guid></item><item><title>Alessan posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/35f63b4e/?limit=25#e6d0/f362</link><description>Refered interface is a vitual interface that cant be deactivated, waiting for Sangoma response. Thanks,</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alessan</dc:creator><pubDate>Fri, 27 Jul 2018 23:00:12 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/35f63b4e/?limit=25#e6d0/f362</guid></item><item><title>Alessan modified a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/35f63b4e/?limit=25#e6d0</link><description>I'm sad, Seems the bad ip is a wireshark delusion, each packet is arrived on asterisk and passed to t38modem :(</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alessan</dc:creator><pubDate>Tue, 17 Jul 2018 17:09:53 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/35f63b4e/?limit=25#e6d0</guid></item><item><title>Alessan posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/35f63b4e/?limit=25#e6d0</link><description>I'm sad, Seems the bad ip is a wireshark ilusion, each packet is arrived on asterisk and passed to t38modem :(</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alessan</dc:creator><pubDate>Tue, 17 Jul 2018 17:07:08 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/35f63b4e/?limit=25#e6d0</guid></item><item><title>Alessan modified a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/35f63b4e/?limit=25#bb00</link><description>Hi All, Finally I found one BIIGGGG problem Geting a packet capture on gateway i can see second network interface responding to t38 pcakets.... and this interface is on other subnet without connection to asterisk..... https://image.ibb.co/nfWxby/vegacapture.png Tomorrow I fix this and try, after a month testing i have hope!!!!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alessan</dc:creator><pubDate>Tue, 17 Jul 2018 15:53:32 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/35f63b4e/?limit=25#bb00</guid></item><item><title>Alessan posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/35f63b4e/?limit=25#bb00</link><description>Hi All, Finally I found one BIIGGGG problem Geting a packet capture on gateway i can see second network interface responding to t38 pcakets.... and this interface is on other subnet without connection to asterisk..... Tomorrow I fix this and try, after a month testing i have hope!!!!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alessan</dc:creator><pubDate>Tue, 17 Jul 2018 15:52:30 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/35f63b4e/?limit=25#bb00</guid></item><item><title>Alessan posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/35f63b4e/?limit=25#e6b2</link><description>Seems disable MMR and ECM don´t work.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alessan</dc:creator><pubDate>Tue, 17 Jul 2018 06:25:46 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/35f63b4e/?limit=25#e6b2</guid></item><item><title>Alessan posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/35f63b4e/?limit=25#65db/17c7/9e60</link><description>Previous fax network capture</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alessan</dc:creator><pubDate>Mon, 16 Jul 2018 18:44:54 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/35f63b4e/?limit=25#65db/17c7/9e60</guid></item><item><title>Pete Davidson posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/35f63b4e/?limit=25#65db/17c7</link><description>It is really hard to say without seeing the network traces between all the devices. On Mon, Jul 16, 2018 at 1:15 PM, Alessan alessant77@users.sourceforge.net wrote: If I compare an iaxmodem with a t38modem hylafax log i can found that our gateway is reporting MMR support using T.38 and no MMR support on a normal SIP call.... It is posible that gateway is shadowing remote fax capabilities and fail becouse MMR is not supported? I try disabling 2D-MMR on hylafax tomorrow. iaxmodem: jul 16 13:16:24.68:...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pete Davidson</dc:creator><pubDate>Mon, 16 Jul 2018 18:03:54 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/35f63b4e/?limit=25#65db/17c7</guid></item><item><title>Alessan posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/35f63b4e/?limit=25#65db</link><description>If I compare an iaxmodem with a t38modem hylafax log i can found that our gateway is reporting MMR support using T.38 and no MMR support on a normal SIP call.... It is posible that gateway is shadowing remote fax capabilities and fail becouse MMR is not supported? I try disabling 2D-MMR on hylafax tomorrow. iaxmodem: jul 16 13:16:24.68: [ 2656]: REMOTE best rate 14400 bit/s jul 16 13:16:24.68: [ 2656]: REMOTE max A4 page width (215 mm) jul 16 13:16:24.68: [ 2656]: REMOTE max unlimited page length...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alessan</dc:creator><pubDate>Mon, 16 Jul 2018 17:14:59 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/35f63b4e/?limit=25#65db</guid></item><item><title>Alessan posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/35f63b4e/?limit=25#9845/896e/b1ba/453b/0736</link><description>Hi Pete, Sorry, It was the bison yyparse error. I read your repository notes and I could compile ptlib. Now my problem is inside t38 protocol explained on next Post. Thanks,</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alessan</dc:creator><pubDate>Mon, 16 Jul 2018 14:39:08 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/35f63b4e/?limit=25#9845/896e/b1ba/453b/0736</guid></item><item><title>Pete Davidson posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/35f63b4e/?limit=25#9845/896e/b1ba/453b</link><description>what is your problem? On Sat, Jul 14, 2018 at 3:00 AM, Alessan alessant77@users.sourceforge.net wrote: Hi Pete, Thanks for response, I have some problems compiling 3.15.3 ¿can i send you a private message? 2x t38modem same host: 488 Not Acceptable Here https://sourceforge.net/p/t38modem/discussion/508603/thread/35f63b4e/?limit=25#9845/896e/b1ba Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/t38modem/discussion/508603/ To unsubscribe from further messages, please...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pete Davidson</dc:creator><pubDate>Mon, 16 Jul 2018 13:49:56 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/35f63b4e/?limit=25#9845/896e/b1ba/453b</guid></item><item><title>Alessan modified a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/35f63b4e/?limit=25#cfa9</link><description>Hi, Same problem with 3.15.3, t38 is established but modem training fail t38modem log hylafax log root@t38:~# /home/main/t38modem-3.15/t38modem -ttttt -o /var/log/t38modem-ttyT3801.log --no-h323 -u 8001 --sip-listen udp$192.9.201.192:4571 --sip-t38-udptl-redundancy 3 --ptty +/dev/ttyT3801 --route "modem:.*=sip:&lt;dn&gt;@172.26.0.5" --route "sip:.*=modem:&lt;dn&gt;" --sip-register 8001@172.26.0.5,p0v1s4p4ss T38Modem Version 3.15.3 (OPAL-3.10.15/3.10.15 (svn:30298), PTLIB-2.10.15/2.10.15 (svn:30295)) by Frolov,Holtschneider,Davidson...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alessan</dc:creator><pubDate>Mon, 16 Jul 2018 12:44:22 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/35f63b4e/?limit=25#cfa9</guid></item><item><title>Alessan posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/35f63b4e/?limit=25#cfa9</link><description>Hi, Same problem with 3.15.3, t38 is established but modem training fail t38modem hylafax log root@t38:~# /home/main/t38modem-3.15/t38modem -ttttt -o /var/log/t38modem-ttyT3801.log --no-h323 -u 8001 --sip-listen udp$192.9.201.192:4571 --sip-t38-udptl-redundancy 3 --ptty +/dev/ttyT3801 --route "modem:.*=sip:&lt;dn&gt;@172.26.0.5" --route "sip:.*=modem:&lt;dn&gt;" --sip-register 8001@172.26.0.5,p0v1s4p4ss T38Modem Version 3.15.3 (OPAL-3.10.15/3.10.15 (svn:30298), PTLIB-2.10.15/2.10.15 (svn:30295)) by Frolov,Holtschneider,Davidson...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alessan</dc:creator><pubDate>Mon, 16 Jul 2018 12:33:30 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/35f63b4e/?limit=25#cfa9</guid></item><item><title>Alessan modified a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/35f63b4e/?limit=25#9845/896e/b1ba</link><description>Hi Pete, Thanks for response, t38modem 3.15.3 wih opal 3.10.15 and ptlib 2.10.15? Regards,</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alessan</dc:creator><pubDate>Sun, 15 Jul 2018 13:06:56 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/35f63b4e/?limit=25#9845/896e/b1ba</guid></item><item><title>Alessan posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/35f63b4e/?limit=25#9845/896e/b1ba</link><description>Hi Pete, Thanks for response, I have some problems compiling 3.15.3 ¿can i send you a private message?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alessan</dc:creator><pubDate>Sat, 14 Jul 2018 07:00:55 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/35f63b4e/?limit=25#9845/896e/b1ba</guid></item><item><title>Pete Davidson posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/35f63b4e/?limit=25#9845/896e</link><description>Please try release 3.15.3. Pete On Fri, Jul 13, 2018 at 2:06 PM, Alessan alessant77@users.sourceforge.net wrote: Using version 3.11.0 fix the "not acceptable" and i can send faxes between 2 t38modems in test environment But when i try using real t38 gateway (sangoma vega 100) t38 negotiation is not completed any help is apreciated T38Modem Version 3.11.0 (OPAL-3.10.15/3.10.15 (svn:30298), PTLIB-2.10.15/2.10.15 (svn:30295)) by Frolov,Holtschneider,Davidson on Unix Linux (4.4.0-130-generic-x86_64)...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pete Davidson</dc:creator><pubDate>Fri, 13 Jul 2018 18:44:39 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/35f63b4e/?limit=25#9845/896e</guid></item><item><title>Alessan posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/35f63b4e/?limit=25#9845</link><description>Using version 3.11.0 fix the "not acceptable" and i can send faxes between 2 t38modems in test environment But when i try using real t38 gateway (sangoma vega 100) t38 negotiation is not completed any help is apreciated T38Modem Version 3.11.0 (OPAL-3.10.15/3.10.15 (svn:30298), PTLIB-2.10.15/2.10.15 (svn:30295)) by Frolov,Holtschneider,Davidson on Unix Linux (4.4.0-130-generic-x86_64)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alessan</dc:creator><pubDate>Fri, 13 Jul 2018 18:06:30 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/35f63b4e/?limit=25#9845</guid></item><item><title>Alessan posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/35f63b4e/?limit=25#ac89</link><description>Hi, WHen i send a fax between 2 t38modems the first reponse to invite with "488 Not Acceptable Here" and fallback to PCMA/800. can anyone help me? Ubuntu 16.04 asterisk 14 hylafax 5.5.9 T38Modem Version 2.0.0 (OPAL-3.10.10/3.10.10 (svn:29150), PTLIB-2.10.10/2.10.11 (svn:30295)) by Vyacheslav Frolov on Unix Linux (4.4.0-128-generic-x86_64) sngrep capture t38modem load: /usr/bin/t38modem -tttttttt -o /var/log/t38modem01.log --no-h323 -u 8001 --sip-listen udp$10.128.1.10:4571 --sip-t38-udptl-redundancy...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alessan</dc:creator><pubDate>Sun, 17 Jun 2018 12:51:56 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/35f63b4e/?limit=25#ac89</guid></item><item><title>Mahir GÜL posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/d23ff88d/?limit=25#68e3</link><description>Hi all; I can not compile t38modem.exe. I am getting following errors. Where am i doing wrongly. Thanks. 1&gt;------ Rebuild All started: Project: t38modem, Configuration: Release Win32 ------ 1&gt;Deleting intermediate and output files for project 't38modem', configuration 'Release|Win32' 1&gt;Compiling... 1&gt;precompile.cxx 1&gt;Compiling... 1&gt;sipep.cxx 1&gt;opalutils.cxx 1&gt;modemstrm.cxx 1&gt;.\modemstrm.cxx(156) : error C3861: 'GetOpalT38': identifier not found 1&gt;.\modemstrm.cxx(249) : error C2079: 'ifp' uses undefined...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mahir GÜL</dc:creator><pubDate>Sun, 21 Jan 2018 22:32:28 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/d23ff88d/?limit=25#68e3</guid></item><item><title>Fernando Ruza posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/b4c267a5/?limit=25#c716</link><description>Hi. I've got a fax number that always we try to send it a fax always fail. T38modem most ot times says: Call end reason: EndedByRemoteCongestion And sometimes says: Call end reason: EndedByLocalUser What does it mean? We use the followin version of t38modem and libraries: [root@presesfax log]# t38modem -version T38Modem Version 3.15.2 (OPAL-3.10.15/3.10.15 (svn:30298), PTLIB-2.10.15/2.10.15 (svn:30295)) by Frolov,Holtschneider,Davidson on Unix Linux (2.6.32-504.el6.x86_64-x86_64) Follow it's a part...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fernando Ruza</dc:creator><pubDate>Thu, 21 Dec 2017 10:57:14 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/b4c267a5/?limit=25#c716</guid></item><item><title>Fernando Ruza posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/de80e633/?limit=25#9d97</link><description>Hi, I've got a problem receiving a fax. Well, we received it, however at the end HylaFAX says the error: RECV FAX: T.30 T2 timeout, expected signal not received and T38modem writes continuosly in the log: Housekeepe...5b6fefb700 ModemEngineBody::OnTimerCallback stSendAckWait Timeout 1 We use the following versions: t38modem: t38modem-3.15.2-PeteDavison with opal-3.10.15 and ptlib-2.10.15 HylaFAX: hylafax-server-6.0.6-1rhel6.x86_64 The HylaFAX log is the following: Oct 27 10:31:54.64: [27056]: SESSION...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fernando Ruza</dc:creator><pubDate>Fri, 27 Oct 2017 10:01:06 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/de80e633/?limit=25#9d97</guid></item><item><title>Tomáš Novosad posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/00e63aae/?limit=25#b0a3</link><description>In fact, i was searchning for same thing and also opened new thread for it. Just few minutes later i found the answer myself, while digging through some other threads. Outgoing caller ID can be set for each outbound call using L modifier in ATD command. I'v just tested that on my Hylafax install by putting that number directly into ATD command in modem config. The line in config looks like this: ModemDialCmd: ATDL&lt;number&gt;T%s This of course is static, but Hylafax is immensely flexible, so we can use...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tomáš Novosad</dc:creator><pubDate>Mon, 24 Apr 2017 15:40:07 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/00e63aae/?limit=25#b0a3</guid></item><item><title>Tomáš Novosad posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/t38modem/discussion/508602/thread/47e30d9b/?limit=25#3b4d</link><description>Oops, looks like it works. I haven't fully understand it at first when reading through ReadMe, but the L modifier in ATD command does exactly the thing. I've just tested it with success. So this solves my problem.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tomáš Novosad</dc:creator><pubDate>Mon, 24 Apr 2017 15:31:29 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508602/thread/47e30d9b/?limit=25#3b4d</guid></item><item><title>Tomáš Novosad posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/t38modem/discussion/508602/thread/47e30d9b/?limit=25#6344</link><description>Hello, i have a SIP trunk to ISP's asterisk with various numbers allowed to be used as outgoing caller ID. Right now, a can set out. caller ID by using OPAL-Calling-Party-Name option in morem routing definition. However this is quite static. Is it possible to change outgoing caller ID using some AT command? Faxsend command of Hylafax server does some modem initialization before each outgoing call. It would be nice to have some AT command, which would set outgoing caller ID. Is this possible or no?...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tomáš Novosad</dc:creator><pubDate>Mon, 24 Apr 2017 15:07:38 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508602/thread/47e30d9b/?limit=25#6344</guid></item><item><title>Pete Davidson posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/a3b390b3/?limit=25#4163/7406</link><description>You should try t38modem version 3.15.2 with my opal version 3.10.15 and ptlib 2.10.15....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pete Davidson</dc:creator><pubDate>Fri, 24 Mar 2017 14:54:32 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/a3b390b3/?limit=25#4163/7406</guid></item><item><title>Pete Davidson posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/ed7c1827/?limit=25#c6dd/f11a</link><description>Fernando, Vayacheslav Frolov seems to have abandoned this project. Henning Holtschneider...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pete Davidson</dc:creator><pubDate>Mon, 09 Jan 2017 13:40:53 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/ed7c1827/?limit=25#c6dd/f11a</guid></item><item><title>Pete Davidson posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/ed7c1827/?limit=25#b18e/5972</link><description>I am glad it is working for you. Please let me know if you have any issues. Pete...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pete Davidson</dc:creator><pubDate>Sun, 08 Jan 2017 21:04:23 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/ed7c1827/?limit=25#b18e/5972</guid></item><item><title>Pete Davidson posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/ed7c1827/?limit=25#d0af/2d0f</link><description>Please see https://github.com/PeteDavidson/t38modem On Sat, Jan 7, 2017 at 6:40 PM,...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pete Davidson</dc:creator><pubDate>Sun, 08 Jan 2017 01:15:18 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/ed7c1827/?limit=25#d0af/2d0f</guid></item><item><title>Ana posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/1bcf1966/?limit=25#a626</link><description>Hello Alexey, This is an old topic, i know, but I am suffering from the exact same...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ana</dc:creator><pubDate>Wed, 19 Oct 2016 14:57:16 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/1bcf1966/?limit=25#a626</guid></item><item><title>Nicole lee posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/t38modem/discussion/508602/thread/26e33a3b/?limit=25#f213</link><description>we've just update the Voip server and we are not able to login with the t38modem,...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nicole lee</dc:creator><pubDate>Thu, 07 Jul 2016 07:07:11 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508602/thread/26e33a3b/?limit=25#f213</guid></item><item><title>Morgan posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/753d3f0f/?limit=25#e336</link><description>Hi Folks - what's this patch for? I'm sorry if this seems stupid question... But...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Morgan</dc:creator><pubDate>Sat, 23 Apr 2016 13:28:31 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/753d3f0f/?limit=25#e336</guid></item><item><title>Theodore F Buecker III posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/35a5599f/?limit=25#3941</link><description>Do you have the app available for download somewhere? I would love to do some testing...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Theodore F Buecker III</dc:creator><pubDate>Tue, 29 Dec 2015 19:10:28 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/35a5599f/?limit=25#3941</guid></item><item><title>Jaafar Med Amine posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/971e73f3/?limit=25#592d</link><description>Could you please share with us the windows compiled binary of T38 ? Thank you in...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jaafar Med Amine</dc:creator><pubDate>Mon, 16 Nov 2015 12:41:23 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/971e73f3/?limit=25#592d</guid></item><item><title>Bernd Schröder posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/8c2f3a5a/?limit=25#8e9a</link><description>Hello I'm new here and wanted to ask how t38modem configured (WinXP / Winfax) ? For...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bernd Schröder</dc:creator><pubDate>Thu, 05 Nov 2015 18:13:54 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/8c2f3a5a/?limit=25#8e9a</guid></item><item><title>Justin Wood posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/697caf97/?limit=25#1bb0</link><description>I am using an Avaya IP Office for my PBX which only allows for registering individual...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Justin Wood</dc:creator><pubDate>Thu, 23 Jul 2015 18:36:32 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/697caf97/?limit=25#1bb0</guid></item><item><title>Omid posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/ee76adc4/?limit=25&amp;page=1#5c31</link><description>this is the VoIP Advance Setting of my Gateway. Is there any setting that can help...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Omid</dc:creator><pubDate>Thu, 18 Jun 2015 04:39:14 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/ee76adc4/?limit=25&amp;page=1#5c31</guid></item><item><title>Omid posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/ee76adc4/?limit=25&amp;page=1#28cd</link><description>Voip Gateway is a Soundwin H.323/SIP S404(4FXO) http://bit.ly/1dpU3He I can't change...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Omid</dc:creator><pubDate>Thu, 18 Jun 2015 01:35:30 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/ee76adc4/?limit=25&amp;page=1#28cd</guid></item><item><title>Pete Davidson posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/ee76adc4/?limit=25&amp;page=1#2e19</link><description>Your VoIP gateway does not seem to be handling T.38 properly. Notice the malformed...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pete Davidson</dc:creator><pubDate>Wed, 17 Jun 2015 23:16:42 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/ee76adc4/?limit=25&amp;page=1#2e19</guid></item><item><title>Omid modified a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/ee76adc4/?limit=25#33a5</link><description>Hi. Here is wireshark packet capture between PC running t38modem (192.168.0.100)...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Omid</dc:creator><pubDate>Wed, 17 Jun 2015 11:40:05 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/ee76adc4/?limit=25#33a5</guid></item><item><title>Omid posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/ee76adc4/?limit=25#33a5</link><description>Hi. Here is wireshark packet capture between PC running t38modem (192.168.0.100)...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Omid</dc:creator><pubDate>Wed, 17 Jun 2015 09:52:29 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/ee76adc4/?limit=25#33a5</guid></item><item><title>Pete Davidson posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/ee76adc4/?limit=25#7f9d/6e42</link><description>Yes, your schematic is correct. On Tue, Jun 16, 2015 at 9:11 AM, Omid omidiii@users.sf.net...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pete Davidson</dc:creator><pubDate>Tue, 16 Jun 2015 21:39:13 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/ee76adc4/?limit=25#7f9d/6e42</guid></item><item><title>Omid modified a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/ee76adc4/?limit=25#7f9d</link><description>Thank you for your reply Sir. Yes. The gateway support T.38 and actually it show...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Omid</dc:creator><pubDate>Tue, 16 Jun 2015 13:13:49 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/ee76adc4/?limit=25#7f9d</guid></item><item><title>Omid posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/ee76adc4/?limit=25#7f9d</link><description>thank you for your reply Sir. yes. The gateway support T.38 and actually it show...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Omid</dc:creator><pubDate>Tue, 16 Jun 2015 13:11:51 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/ee76adc4/?limit=25#7f9d</guid></item><item><title>Pete Davidson posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/ee76adc4/?limit=25#37fc</link><description>Does your gateway support T.38? You should verify that. Also you need to get a wireshark...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pete Davidson</dc:creator><pubDate>Tue, 16 Jun 2015 11:58:14 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/ee76adc4/?limit=25#37fc</guid></item><item><title>Omid modified a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/ee76adc4/?limit=25#7f01</link><description>Hi, could you help please: I build opal 3.10.11 and ptlib 2.10.11 and finally PeteDavidson/t38modem/opal...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Omid</dc:creator><pubDate>Tue, 16 Jun 2015 11:42:17 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/ee76adc4/?limit=25#7f01</guid></item><item><title>Omid modified a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/ee76adc4/?limit=25#7f01</link><description>Hi, could you help please: I build opal 3.10.11 and ptlib 2.10.11 and finally PeteDavidson/t38modem/opal...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Omid</dc:creator><pubDate>Tue, 16 Jun 2015 11:17:10 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/ee76adc4/?limit=25#7f01</guid></item><item><title>Omid modified a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/ee76adc4/?limit=25#7f01</link><description>Hi, could you help please: I build opal 3.10.11 and ptlib 2.10.11 and finally PeteDavidson/t38modem/opal...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Omid</dc:creator><pubDate>Tue, 16 Jun 2015 11:16:20 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/ee76adc4/?limit=25#7f01</guid></item><item><title>Omid modified a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/ee76adc4/?limit=25#7f01</link><description>Hi, could you help please: I build opal 3.10.11 and ptlib 2.10.11 and finally PeteDavidson/t38modem/opal...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Omid</dc:creator><pubDate>Tue, 16 Jun 2015 10:18:30 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/ee76adc4/?limit=25#7f01</guid></item><item><title>Omid modified a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/ee76adc4/?limit=25#7f01</link><description>Hi, could you help please: I build opal 3.10.11 and ptlib 2.10.11 and finally PeteDavidson/t38modem/opal...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Omid</dc:creator><pubDate>Tue, 16 Jun 2015 10:16:51 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/ee76adc4/?limit=25#7f01</guid></item><item><title>Omid posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/ee76adc4/?limit=25#7f01</link><description>HI, could you help me with route problem. my topology is as valano. Microsoft Fax...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Omid</dc:creator><pubDate>Tue, 16 Jun 2015 08:30:30 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/ee76adc4/?limit=25#7f01</guid></item><item><title>Omid posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/35a5599f/?limit=25#09f1</link><description>Ok. for everyone concern! I build opal 3.10.11 and ptlib 2.10.11 and finaly PeteDavidson/t38modem/opal...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Omid</dc:creator><pubDate>Tue, 16 Jun 2015 08:13:39 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/35a5599f/?limit=25#09f1</guid></item><item><title>Omid posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/35a5599f/?limit=25#096c</link><description>Hi, I'm not so familiar with C++. Excuse me for dummy question. I'm trying to compile...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Omid</dc:creator><pubDate>Sun, 14 Jun 2015 18:08:43 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/35a5599f/?limit=25#096c</guid></item><item><title>Eli Searle posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/63b5130d/?limit=25#3f50</link><description>Would you mind sharing how you were able to get it to compile on centos 7?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Eli Searle</dc:creator><pubDate>Thu, 28 May 2015 23:35:45 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/63b5130d/?limit=25#3f50</guid></item><item><title>Maxxer posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/19bf2c13/?limit=25#260f</link><description>You will get more support on the opal mailing list, I suggest you to ask the same...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Maxxer</dc:creator><pubDate>Fri, 22 May 2015 06:32:17 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/19bf2c13/?limit=25#260f</guid></item><item><title>Bo kersey posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/19bf2c13/?limit=25#887c</link><description>Well it is not segfaulting and I'm not actually restarting t38modem. I'm just restarting...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bo kersey</dc:creator><pubDate>Wed, 20 May 2015 16:04:44 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/19bf2c13/?limit=25#887c</guid></item><item><title>Maxxer posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/19bf2c13/?limit=25#0078</link><description>I did the same, sadly other than not having a solution you get dropped calls and...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Maxxer</dc:creator><pubDate>Wed, 20 May 2015 15:00:39 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/19bf2c13/?limit=25#0078</guid></item><item><title>Bo kersey posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/19bf2c13/?limit=25#c2fd</link><description>Using a singe modem per process did not help. I'm using this with Hylafax and Hylafax...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bo kersey</dc:creator><pubDate>Wed, 20 May 2015 14:56:53 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/19bf2c13/?limit=25#c2fd</guid></item><item><title>Maxxer posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/19bf2c13/?limit=25#4aae</link><description>Yes and no... t38modem is VERY unstable, you have to find a good mix between opal/ptlib/t38modem....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Maxxer</dc:creator><pubDate>Wed, 20 May 2015 09:52:35 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/19bf2c13/?limit=25#4aae</guid></item><item><title>Bo kersey posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/19bf2c13/?limit=25#2e7c</link><description>Maxxer, Did you find the answer to this problem? I'm seeing the same thing with:...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bo kersey</dc:creator><pubDate>Tue, 19 May 2015 22:09:09 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/19bf2c13/?limit=25#2e7c</guid></item><item><title>Luca Bertoncello posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/428cbc90/?limit=25#e761</link><description>Hi again! After many tries I got t38modem to connect with an Asterisk Server. If...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Luca Bertoncello</dc:creator><pubDate>Sun, 17 May 2015 14:41:47 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/428cbc90/?limit=25#e761</guid></item><item><title>Luca Bertoncello posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/02bdc2a5/?limit=25#9dc8</link><description>Hi, since Deutsche Telekom want to deactivate ISDN, I'm trying to use HylaFAX over...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Luca Bertoncello</dc:creator><pubDate>Sat, 16 May 2015 20:15:33 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/02bdc2a5/?limit=25#9dc8</guid></item><item><title>Maxxer posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/9d561ccb/?limit=25#1672</link><description>From a previous discussion on the opal mailing list it was said that t38modem is...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Maxxer</dc:creator><pubDate>Thu, 07 May 2015 21:24:05 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/9d561ccb/?limit=25#1672</guid></item><item><title>Sumeet Chakraborty posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/9d561ccb/?limit=25#35e2</link><description>Guys, I really need some help. Can anyone of you please respond to my query? Thanks...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sumeet Chakraborty</dc:creator><pubDate>Thu, 07 May 2015 17:00:04 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/9d561ccb/?limit=25#35e2</guid></item><item><title>Sumeet Chakraborty posted a comment on discussion Help</title><link>https://sourceforge.net/p/t38modem/discussion/508603/thread/9d561ccb/?limit=25#b663</link><description>Hello Team, I need to know how much load can a single T38 software based FAX modem...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sumeet Chakraborty</dc:creator><pubDate>Wed, 06 May 2015 11:23:20 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/discussion/508603/thread/9d561ccb/?limit=25#b663</guid></item><item><title>X-Files created ticket #22</title><link>https://sourceforge.net/p/t38modem/bugs/22/</link><description>t38modem freeze in Ubuntu Server 14.04.02 LTS (64bit)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">X-Files</dc:creator><pubDate>Mon, 06 Apr 2015 03:07:21 -0000</pubDate><guid>https://sourceforge.net/p/t38modem/bugs/22/</guid></item></channel></rss>