#!/bin/bash # Program Name: xurifind # Description: Displays USB Radio Interface Locations # Author: Steven Henke" # All Rights Reserved. Copyright (C)2009 # http://www.xelatec.com # 20090820 1024 EDT XURIFILE=/tmp/xuri_udev_log echo - echo - Starting USB Radio Interface Port Monitor echo - Stopping Asterisk amportal kill &> /dev/null echo - echo - NOTICE: Asterisk was stopped to run this program. echo - Restart with the amportal start command. echo - echo - USB RADIO INTERFACE PORT MONITOR RUNNING echo - Plug in your USB Radio Interfaces one at a time. echo - Record the displayed devstr values for use in usbradio.conf echo - Enter Control-C when done scanning for Radio Interfaces echo - rm -f $XURIFILE >>/dev/NULL touch $XURIFILE /usr/bin/tail -f $XURIFILE