All of lore.kernel.org
 help / color / mirror / Atom feed
* New release of Xastir
@ 2006-06-05 19:33 Curt, WE7U
  2006-06-28 12:42 ` Arno Verhoeven
  0 siblings, 1 reply; 6+ messages in thread
From: Curt, WE7U @ 2006-06-05 19:33 UTC (permalink / raw)
  To: linux-hams


Project: XASTIR  (xastir)
Package: xastir-stable
Date   : 2006-06-05 12:01

Project "XASTIR" ('xastir') has released the new version of package 'xastir-stable'.
You can download it from SourceForge.net by following this link:
<https://sourceforge.net/project/showfiles.php?group_id=45562&release_id=422553>
or browse Release Notes and ChangeLog by visiting this link:
<https://sourceforge.net/project/shownotes.php?release_id=422553>

Homepage:  <http://www.xastir.org>

--
Curt, WE7U.   APRS Client Comparisons: http://www.eskimo.com/~archer
"Lotto:    A tax on people who are bad at math." -- unknown
"Windows:  Microsoft's tax on computer illiterates." -- WE7U
"The world DOES revolve around me:  I picked the coordinate system!"

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: New release of Xastir
  2006-06-05 19:33 New release of Xastir Curt, WE7U
@ 2006-06-28 12:42 ` Arno Verhoeven
  2006-06-28 19:56   ` Software Radio-Phonepatch for Asterisk Arnau Sanchez
  0 siblings, 1 reply; 6+ messages in thread
From: Arno Verhoeven @ 2006-06-28 12:42 UTC (permalink / raw)
  To: Curt Mills, WE7U, linux-hams

Curt, WE7U wrote the following on 2006-06-05 21:33:
> Project: XASTIR  (xastir)
> Package: xastir-stable
> Date   : 2006-06-05 12:01
>
> Project "XASTIR" ('xastir') has released the new version of package 'xastir-stable'.
>   

An updated binary pkg for Xastir 1.8.2 has now been added to Slackware 
-current.
(See changelog http://www.slackware.com/changelog/current.php?cpu=i386 )

As it stand now, this will be the only ham pkg that will be updated for 
Slackware 11.

--
73, Arno  PE1ICQ


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Software Radio-Phonepatch for Asterisk
  2006-06-28 12:42 ` Arno Verhoeven
@ 2006-06-28 19:56   ` Arnau Sanchez
  2006-06-28 20:01     ` Jeff Laughlin
  0 siblings, 1 reply; 6+ messages in thread
From: Arnau Sanchez @ 2006-06-28 19:56 UTC (permalink / raw)
  To: linux-hams

Hello!

I am working on a software Radio-Phonepatch for Asterisk (developed in 
Python). It's still on beta state, but there may be someone interested 
on testing. Source and a binary package for Debian/Ubuntu are available 
for download. Bug reporting or ideas for new features would be appreciated.

http://www.nongnu.org/asterisk-phpatch/

thanks
arnau

*********
Package: asterisk-phonepatch
Version: 0.1-7
Priority: optional
Section: comm
Maintainer: Arnau Sanchez <arnau@ehas.org>
Depends: python (>= 2.3), asterisk, sox, festival, python-serial, 
python-parallel, python-numarray, python-numeric-ext
Size: 512156
Installed-Size: 848
MD5sum: bf13ba5d035a301e790b2cf1a04692e1
Description: Software radio-phonepatch for the Asterisk PBX
  Although the term "phonepatch" usually refers to the hardware
  device used to connect a radio transceiver and a phoneline,
  asterisk-phonepatch is esentially software, as only needs a
  simple hardware interface between radio and computer (to send/
  receive audio, control PTT and, optionally, get carrier status).
  .
  Audio interface is made using the soundcard as A/D, D/A converter,
  while PTT (Push-to-talk) and carrier detection are operated
  though a serial/parallel port.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Software Radio-Phonepatch for Asterisk
  2006-06-28 19:56   ` Software Radio-Phonepatch for Asterisk Arnau Sanchez
@ 2006-06-28 20:01     ` Jeff Laughlin
  2006-06-28 20:41       ` Dennis Boone
  0 siblings, 1 reply; 6+ messages in thread
From: Jeff Laughlin @ 2006-06-28 20:01 UTC (permalink / raw)
  To: Arnau Sanchez, linux-hams; +Cc: jeff.laughlin

That sounds like a great project!

Come to think of it, an asterisk box is already most of what you need 
for a repeater controller.

On Wed, 28 Jun 2006 12:57 pm, Arnau Sanchez wrote:
> Hello!
>
> I am working on a software Radio-Phonepatch for Asterisk (developed in 
> Python). It's still on beta state, but there may be someone interested 
> on testing. Source and a binary package for Debian/Ubuntu are available 
> for download. Bug reporting or ideas for new features would be 
> appreciated.
>
> http://www.nongnu.org/asterisk-phpatch/
>
> thanks
> arnau
>
> *********
> Package: asterisk-phonepatch
> Version: 0.1-7
> Priority: optional
> Section: comm
> Maintainer: Arnau Sanchez <arnau@ehas.org>
> Depends: python (>= 2.3), asterisk, sox, festival, python-serial, 
> python-parallel, python-numarray, python-numeric-ext
> Size: 512156
> Installed-Size: 848
> MD5sum: bf13ba5d035a301e790b2cf1a04692e1
> Description: Software radio-phonepatch for the Asterisk PBX
>  Although the term "phonepatch" usually refers to the hardware
>  device used to connect a radio transceiver and a phoneline,
>  asterisk-phonepatch is esentially software, as only needs a
>  simple hardware interface between radio and computer (to send/
>  receive audio, control PTT and, optionally, get carrier status).
>  .
>  Audio interface is made using the soundcard as A/D, D/A converter,
>  while PTT (Push-to-talk) and carrier detection are operated
>  though a serial/parallel port.
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-hams" 
> in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
73 de n1ywb

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Software Radio-Phonepatch for Asterisk
  2006-06-28 20:01     ` Jeff Laughlin
@ 2006-06-28 20:41       ` Dennis Boone
  2006-06-28 22:38         ` Arnau Sanchez
  0 siblings, 1 reply; 6+ messages in thread
From: Dennis Boone @ 2006-06-28 20:41 UTC (permalink / raw)
  To: linux-hams

> I am working on a software Radio-Phonepatch for Asterisk (developed in 
> Python). It's still on beta state, but there may be someone interested 
> on testing. Source and a binary package for Debian/Ubuntu are available 
> for download. Bug reporting or ideas for new features would be 
> appreciated.

I'm curious what functionality you needed that isn't available from
the existing * repeater module?

De

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Software Radio-Phonepatch for Asterisk
  2006-06-28 20:41       ` Dennis Boone
@ 2006-06-28 22:38         ` Arnau Sanchez
  0 siblings, 0 replies; 6+ messages in thread
From: Arnau Sanchez @ 2006-06-28 22:38 UTC (permalink / raw)
  Cc: linux-hams

Dennis Boone escribió:

>> I am working on a software Radio-Phonepatch for Asterisk (developed in 
>> Python). It's still on beta state, but there may be someone interested 
>> on testing. Source and a binary package for Debian/Ubuntu are available 
>> for download. Bug reporting or ideas for new features would be 
>> appreciated.
> 
> I'm curious what functionality you needed that isn't available from
> the existing * repeater module?

Hello Dennis,

Excuse my ignorance, but does already exist software that interfaces 
asterisk with a radio-transceiver using a soundcard?

Do you refer to rpt? I didn't find soundcard support on the rpt asterisk 
module. Anyway, I also wanted to add some features I think rpt don't 
have (I have hardly used it, so correct me):

- Very tolerant DTMF decoding (enabling also HF users to call)
- Each user has its own extension: when you call a radio-user extension, 
an audio inform about that the call if for that particular user (of 
course, there is no way to prevent any other user in the channel from 
answering it)
- Generic PTT/Carrier-detection support (although includes serial, 
parallel built-in). That means you can use the interface board you want.
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-06-28 22:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-05 19:33 New release of Xastir Curt, WE7U
2006-06-28 12:42 ` Arno Verhoeven
2006-06-28 19:56   ` Software Radio-Phonepatch for Asterisk Arnau Sanchez
2006-06-28 20:01     ` Jeff Laughlin
2006-06-28 20:41       ` Dennis Boone
2006-06-28 22:38         ` Arnau Sanchez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.