Changeset 32b323f for gutenbach/debian
- Timestamp:
- Jun 24, 2010, 1:11:23 AM (14 years ago)
- Branches:
- master, debian, mac, no-cups, nodebathena, web
- Children:
- 5dd3058
- Parents:
- b1d66d4
- git-author:
- Alex Dehnert <adehnert@…> (10/10/09 22:34:04)
- git-committer:
- Jessica B. Hamrick <jhamrick@…> (06/24/10 01:11:23)
- Location:
- gutenbach/debian/lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
gutenbach/debian/lib/sipbmp3-filter
r45850db r32b323f 23 23 use IPC::Open2; 24 24 25 my $zephyr_class = "sipb- auto";26 my $host = "zsr";25 my $zephyr_class = "sipb-test"; 26 my $host = `hostname`; 27 27 my $queue = "sipbmp3"; 28 28 -
gutenbach/debian/lib/sipbmp3-get-config
rb1d66d4 r32b323f 3 3 # Get configuration of sipbmp3 4 4 5 my $zephyr_class = "sipb- auto";6 my $host = "zsr";5 my $zephyr_class = "sipb-test"; 6 my $host = `hostname`; 7 7 my $queue = "sipbmp3"; 8 my $channel = "Headphone"; 8 9 9 10 # Configuration … … 21 22 'host' => $host, 22 23 'queue' => $queue, 24 'channel' => $channel, 23 25 ); 24 26
Note: See TracChangeset
for help on using the changeset viewer.