Changeset 28836c2 for gutenbach/debian/lib/sipbmp3-get-config
- Timestamp:
- Jun 24, 2010, 1:11:23 AM (14 years ago)
- Branches:
- master, debian, mac, no-cups, nodebathena, web
- Children:
- 9f0c46e
- Parents:
- 94a58ce
- git-author:
- root <root@…> (10/11/09 00:58:04)
- git-committer:
- Jessica B. Hamrick <jhamrick@…> (06/24/10 01:11:23)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gutenbach/debian/lib/sipbmp3-get-config
r32b323f r28836c2 6 6 my $host = `hostname`; 7 7 my $queue = "sipbmp3"; 8 my $channel = "Headphone"; 8 my $mixer = "Headphone"; 9 my $channel = "Front Left"; 9 10 10 11 # Configuration … … 22 23 'host' => $host, 23 24 'queue' => $queue, 25 'mixer' => $mixer, 24 26 'channel' => $channel, 25 27 );
Note: See TracChangeset
for help on using the changeset viewer.