3 * Asterisk -- An open source telephony toolkit.
5 * Copyright (C) 1999 - 2005, Digium, Inc.
6 * Copyright (C) 2007 - 2008, Jim Dixon
8 * Jim Dixon, WB6NIL <jim@lambdatel.com>
9 * Steve Henke, W9SH <w9sh@arrl.net>
10 * Based upon work by Mark Spencer <markster@digium.com> and Luigi Rizzo
12 * See http://www.asterisk.org for more information about
13 * the Asterisk project. Please do not directly contact
14 * any of the maintainers of this project for assistance;
15 * the project provides a web site, mailing lists and IRC
16 * channels for your use.
18 * This program is free software, distributed under the terms of
19 * the GNU General Public License Version 2. See the LICENSE file
20 * at the top of the source tree.
25 * \brief Channel driver for CM108 USB Cards with Radio Interface
27 * \author Jim Dixon <jim@lambdatel.com>
28 * \author Steve Henke <w9sh@arrl.net>
31 * \arg \ref Config_usbradio
33 * \ingroup channel_drivers
40 <defaultenabled>no</defaultenabled>
41 <support_level>extended</support_level>
45 <category name="MENUSELECT_CFLAGS" displayname="Compiler Flags" positive_output="yes">
46 <member name="RADIO_RTX" displayname="Build RTX/DTX Radio Programming" touch_on_change="channels/chan_usbradio.c channels/xpmr/xpmr.h">
47 <defaultenabled>no</defaultenabled>
48 <depend>chan_usbradio</depend>
49 <support_level>extended</support_level>
51 <member name="RADIO_XPMRX" displayname="Build Experimental Radio Protocols" touch_on_change="channels/chan_usbradio.c">
52 <defaultenabled>no</defaultenabled>
53 <depend>chan_usbradio</depend>
54 <support_level>extended</support_level>
59 // 20070918 1600 EDT sph@xelatec.com changing to rx driven streams
63 ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
73 #include <sys/ioctl.h>
79 #include <alsa/asoundlib.h>
81 //#define HAVE_XPMRX 1
86 #define CHAN_USBRADIO 1
87 #define DEBUG_USBRADIO 0
88 #define DEBUG_CAPTURES 1
89 #define DEBUG_CAP_RX_OUT 0
90 #define DEBUG_CAP_TX_OUT 0
91 #define DEBUG_FILETEST 0
93 #define RX_CAP_RAW_FILE "/tmp/rx_cap_in.pcm"
94 #define RX_CAP_TRACE_FILE "/tmp/rx_trace.pcm"
95 #define RX_CAP_OUT_FILE "/tmp/rx_cap_out.pcm"
97 #define TX_CAP_RAW_FILE "/tmp/tx_cap_in.pcm"
98 #define TX_CAP_TRACE_FILE "/tmp/tx_trace.pcm"
99 #define TX_CAP_OUT_FILE "/tmp/tx_cap_out.pcm"
101 #define MIXER_PARAM_MIC_PLAYBACK_SW "Mic Playback Switch"
102 #define MIXER_PARAM_MIC_PLAYBACK_VOL "Mic Playback Volume"
103 #define MIXER_PARAM_MIC_CAPTURE_SW "Mic Capture Switch"
104 #define MIXER_PARAM_MIC_CAPTURE_VOL "Mic Capture Volume"
105 #define MIXER_PARAM_MIC_BOOST "Auto Gain Control"
106 #define MIXER_PARAM_SPKR_PLAYBACK_SW "Speaker Playback Switch"
107 #define MIXER_PARAM_SPKR_PLAYBACK_VOL "Speaker Playback Volume"
112 #define READERR_THRESHOLD 50
114 #include "./xpmr/xpmr.h"
116 #include "./xpmrx/xpmrx.h"
117 #include "./xpmrx/bitweight.h"
121 #define traceusb1(a) {printf a;}
127 #define traceusb2(a) {printf a;}
133 #include <linux/soundcard.h>
134 #elif defined(__FreeBSD__)
135 #include <sys/soundcard.h>
137 #include <soundcard.h>
140 #include "asterisk/lock.h"
141 #include "asterisk/frame.h"
142 #include "asterisk/logger.h"
143 #include "asterisk/callerid.h"
144 #include "asterisk/channel.h"
145 #include "asterisk/module.h"
146 #include "asterisk/options.h"
147 #include "asterisk/pbx.h"
148 #include "asterisk/config.h"
149 #include "asterisk/cli.h"
150 #include "asterisk/utils.h"
151 #include "asterisk/causes.h"
152 #include "asterisk/endian.h"
153 #include "asterisk/stringfields.h"
154 #include "asterisk/abstract_jb.h"
155 #include "asterisk/musiconhold.h"
156 #include "asterisk/dsp.h"
160 /* ringtones we use */
162 #include "ringtone.h"
168 #define C108_VENDOR_ID 0x0d8c
169 #define C108_PRODUCT_ID 0x000c
170 #define C108_HID_INTERFACE 3
172 #define HID_REPORT_GET 0x01
173 #define HID_REPORT_SET 0x09
175 #define HID_RT_INPUT 0x01
176 #define HID_RT_OUTPUT 0x02
178 #define EEPROM_START_ADDR 6
179 #define EEPROM_END_ADDR 63
180 #define EEPROM_PHYSICAL_LEN 64
181 #define EEPROM_TEST_ADDR EEPROM_END_ADDR
182 #define EEPROM_MAGIC_ADDR 6
183 #define EEPROM_MAGIC 34329
184 #define EEPROM_CS_ADDR 62
185 #define EEPROM_RXMIXERSET 8
186 #define EEPROM_TXMIXASET 9
187 #define EEPROM_TXMIXBSET 10
188 #define EEPROM_RXVOICEADJ 11
189 #define EEPROM_RXCTCSSADJ 13
190 #define EEPROM_TXCTCSSADJ 15
191 #define EEPROM_RXSQUELCHADJ 16
193 /*! Global jitterbuffer configuration - by default, jb is disabled
194 * \note Values shown here match the defaults shown in usbradio.conf.sample */
195 static struct ast_jb_conf default_jbconf =
199 .resync_threshold = 1000,
203 static struct ast_jb_conf global_jbconf;
206 * usbradio.conf parameters are
210 ; General config options which propigate to all devices, with
211 ; default values shown. You may have as many devices as the
212 ; system will allow. You must use one section per device, with
213 ; [usb] generally (although its up to you) being the first device.
216 ; debug = 0x0 ; misc debug flags, default is 0
218 ; Set the device to use for I/O
220 ; Set hardware type here
221 ; hdwtype=0 ; 0=limey, 1=sph
223 ; rxboost=0 ; no rx gain boost
224 ; rxctcssrelax=1 ; reduce talkoff from radios w/o CTCSS Tx HPF
225 ; rxctcssfreqs=100.0,123.0 ; list of rx ctcss freq in floating point. must be in table
226 ; txctcssfreqs=100.0,123.0 ; list tx ctcss freq, any frequency permitted
227 ; txctcssdefault=100.0 ; default tx ctcss freq, any frequency permitted
229 ; carrierfrom=dsp ;no,usb,usbinvert,dsp,vox
230 ; ctcssfrom=dsp ;no,usb,dsp
232 ; rxdemod=flat ; input type from radio: no,speaker,flat
233 ; txprelim=yes ; output is pre-emphasised and limited
234 ; txtoctype=no ; no,phase,notone
236 ; txmixa=composite ;no,voice,tone,composite,auxvoice
237 ; txmixb=no ;no,voice,tone,composite,auxvoice
241 ;------------------------------ JITTER BUFFER CONFIGURATION --------------------------
242 ; jbenable = yes ; Enables the use of a jitterbuffer on the receiving side of an
243 ; USBRADIO channel. Defaults to "no". An enabled jitterbuffer will
244 ; be used only if the sending side can create and the receiving
245 ; side can not accept jitter. The USBRADIO channel can't accept jitter,
246 ; thus an enabled jitterbuffer on the receive USBRADIO side will always
247 ; be used if the sending side can create jitter.
249 ; jbmaxsize = 200 ; Max length of the jitterbuffer in milliseconds.
251 ; jbresyncthreshold = 1000 ; Jump in the frame timestamps over which the jitterbuffer is
252 ; resynchronized. Useful to improve the quality of the voice, with
253 ; big jumps in/broken timestamps, usualy sent from exotic devices
254 ; and programs. Defaults to 1000.
256 ; jbimpl = fixed ; Jitterbuffer implementation, used on the receiving side of an USBRADIO
257 ; channel. Two implementations are currenlty available - "fixed"
258 ; (with size always equals to jbmax-size) and "adaptive" (with
259 ; variable size, actually the new jb of IAX2). Defaults to fixed.
261 ; jblog = no ; Enables jitterbuffer frame logging. Defaults to "no".
262 ;-----------------------------------------------------------------------------------
266 ; First channel unique config
270 ; Second channel config
277 * Helper macros to parse config arguments. They will go in a common
278 * header file if their usage is globally accepted. In the meantime,
279 * we define them here. Typical usage is as below.
280 * Remember to open a block right before M_START (as it declares
281 * some variables) and use the M_* macros WITHOUT A SEMICOLON:
284 * M_START(v->name, v->value)
286 * M_BOOL("dothis", x->flag1)
287 * M_STR("name", x->somestring)
288 * M_F("bar", some_c_code)
289 * M_END(some_final_statement)
290 * ... other code in the block
293 * XXX NOTE these macros should NOT be replicated in other parts of asterisk.
294 * Likely we will come up with a better way of doing config file parsing.
296 #define M_START(var, val) \
297 char *__s = var; char *__val = val;
299 #define M_F(tag, f) if (!strcasecmp((__s), tag)) { f; } else
300 #define M_BOOL(tag, dst) M_F(tag, (dst) = ast_true(__val) )
301 #define M_UINT(tag, dst) M_F(tag, (dst) = strtoul(__val, NULL, 0) )
302 #define M_STR(tag, dst) M_F(tag, ast_copy_string(dst, __val, sizeof(dst)))
305 * The following parameters are used in the driver:
307 * FRAME_SIZE the size of an audio frame, in samples.
308 * 160 is used almost universally, so you should not change it.
310 * FRAGS the argument for the SETFRAGMENT ioctl.
311 * Overridden by the 'frags' parameter in usbradio.conf
313 * Bits 0-7 are the base-2 log of the device's block size,
314 * bits 16-31 are the number of blocks in the driver's queue.
315 * There are a lot of differences in the way this parameter
316 * is supported by different drivers, so you may need to
317 * experiment a bit with the value.
318 * A good default for linux is 30 blocks of 64 bytes, which
319 * results in 6 frames of 320 bytes (160 samples).
320 * FreeBSD works decently with blocks of 256 or 512 bytes,
321 * leaving the number unspecified.
322 * Note that this only refers to the device buffer size,
323 * this module will then try to keep the lenght of audio
324 * buffered within small constraints.
326 * QUEUE_SIZE The max number of blocks actually allowed in the device
327 * driver's buffer, irrespective of the available number.
328 * Overridden by the 'queuesize' parameter in usbradio.conf
330 * Should be >=2, and at most as large as the hw queue above
331 * (otherwise it will never be full).
334 #define FRAME_SIZE 160
337 #if defined(__FreeBSD__)
340 #define FRAGS ( ( (6 * 5) << 16 ) | 0xc )
344 * XXX text message sizes are probably 256 chars, but i am
345 * not sure if there is a suitable definition anywhere.
347 #define TEXT_SIZE 256
350 #define TRYOPEN 1 /* try to open on startup */
352 #define O_CLOSE 0x444 /* special 'close' mode for device */
353 /* Which device to use */
354 #if defined( __OpenBSD__ ) || defined( __NetBSD__ )
355 #define DEV_DSP "/dev/audio"
357 #define DEV_DSP "/dev/dsp"
360 static const char *config = "usbradio.conf"; /* default config file */
361 #define config1 "usbradio_tune_%s.conf" /* tune config file */
363 static FILE *frxcapraw = NULL, *frxcaptrace = NULL, *frxoutraw = NULL;
364 static FILE *ftxcapraw = NULL, *ftxcaptrace = NULL, *ftxoutraw = NULL;
366 static char *usb_device_list = NULL;
367 static int usb_device_list_size = 0;
369 static int usbradio_debug;
371 static int usbradio_debug_level = 0;
374 enum {RX_AUDIO_NONE,RX_AUDIO_SPEAKER,RX_AUDIO_FLAT};
375 enum {CD_IGNORE,CD_XPMR_NOISE,CD_XPMR_VOX,CD_HID,CD_HID_INVERT};
376 enum {SD_IGNORE,SD_HID,SD_HID_INVERT,SD_XPMR}; // no,external,externalinvert,software
377 enum {RX_KEY_CARRIER,RX_KEY_CARRIER_CODE};
378 enum {TX_OUT_OFF,TX_OUT_VOICE,TX_OUT_LSD,TX_OUT_COMPOSITE,TX_OUT_AUX};
379 enum {TOC_NONE,TOC_PHASE,TOC_NOTONE};
381 /* DECLARE STRUCTURES */
384 * Each sound is made of 'datalen' samples of sound, repeated as needed to
385 * generate 'samplen' samples of data, then followed by 'silencelen' samples
386 * of silence. The loop is repeated if 'repeat' is set.
399 static struct sound sounds[] = {
400 { AST_CONTROL_RINGING, "RINGING", ringtone, sizeof(ringtone)/2, 16000, 32000, 1 },
401 { AST_CONTROL_BUSY, "BUSY", busy, sizeof(busy)/2, 4000, 4000, 1 },
402 { AST_CONTROL_CONGESTION, "CONGESTION", busy, sizeof(busy)/2, 2000, 2000, 1 },
403 { AST_CONTROL_RING, "RING10", ring10, sizeof(ring10)/2, 16000, 32000, 1 },
404 { AST_CONTROL_ANSWER, "ANSWER", answer, sizeof(answer)/2, 2200, 0, 0 },
405 { -1, NULL, 0, 0, 0, 0 }, /* end marker */
411 * descriptor for one of our channels.
412 * There is one used for 'default' values (from the [general] entry in
413 * the configuration file), and then one instance for each device
414 * (the default is cloned from [general], others are only created
415 * if the relevant section exists).
417 struct chan_usbradio_pvt {
418 struct chan_usbradio_pvt *next;
423 * cursound indicates which in struct sound we play. -1 means nothing,
424 * any other value is a valid sound, in which case sampsent indicates
425 * the next sample to send in [0..samplen + silencelen]
426 * nosound is set to disable the audio data from the channel
427 * (so we can play the tones etc.).
429 int sndcmd[2]; /* Sound command pipe */
430 int cursound; /* index of sound to send */
431 int sampsent; /* # of sound samples sent */
432 int nosound; /* set to block audio from the PBX */
436 int total_blocks; /* total blocks in the output device */
438 enum { M_UNSET, M_FULL, M_READ, M_WRITE } duplex;
443 unsigned int queuesize; /* max fragments in queue */
444 unsigned int frags; /* parameter for SETFRAGMENT */
446 int warned; /* various flags used for warnings */
447 #define WARN_used_blocks 1
450 int w_errors; /* overfull in the write path */
451 struct timeval lastopen;
456 /* boost support. BOOST_SCALE * 10 ^(BOOST_MAX/20) must
457 * be representable in 16 bits to avoid overflows.
459 #define BOOST_SCALE (1<<9)
460 #define BOOST_MAX 40 /* slightly less than 7 bits */
461 int boost; /* input boost, scaled by BOOST_SCALE */
475 struct ast_channel *owner;
476 char ext[AST_MAX_EXTENSION];
477 char ctx[AST_MAX_CONTEXT];
478 char language[MAX_LANGUAGE];
479 char cid_name[256]; /*XXX */
480 char cid_num[256]; /*XXX */
481 char mohinterpret[MAX_MUSICCLASS];
483 /* buffers used in usbradio_write, 2 per int by 2 channels by 6 times oversampling (48KS/s) */
484 char usbradio_write_buf[FRAME_SIZE * 2 * 2 * 6];
485 char usbradio_write_buf_1[FRAME_SIZE * 2 * 2* 6];
487 int usbradio_write_dst;
488 /* buffers used in usbradio_read - AST_FRIENDLY_OFFSET space for headers
489 * plus enough room for a full frame
491 char usbradio_read_buf[FRAME_SIZE * (2 * 12) + AST_FRIENDLY_OFFSET];
492 char usbradio_read_buf_8k[FRAME_SIZE * 2 + AST_FRIENDLY_OFFSET];
493 int readpos; /* read position above */
494 struct ast_frame read_f; /* returned by usbradio_read */
511 char rxcarrierdetect; // status from pmr channel
512 char rxctcssdecode; // status from pmr channel
518 char rxkeyed; // indicates rx signal present
521 char txkeyed; // tx key request from upper layers
537 int rxsquelchadj; /* this copy needs to be here for initialization */
551 char txctcssdefault[16]; // for repeater operation
552 char rxctcssfreqs[512]; // a string
553 char txctcssfreqs[512];
555 char txctcssfreq[32]; // encode now
556 char rxctcssfreq[32]; // decode now
558 char numrxctcssfreqs; // how many
559 char numtxctcssfreqs;
561 char *rxctcss[CTCSS_NUM_CODES]; // pointers to strings
562 char *txctcss[CTCSS_NUM_CODES];
567 // start remote operation info
568 char set_txctcssdefault[16]; // for remote operation
569 char set_txctcssfreq[16]; // encode now
570 char set_rxctcssfreq[16]; // decode now
572 char set_numrxctcssfreqs; // how many
573 char set_numtxctcssfreqs;
575 char set_rxctcssfreqs[16]; // a string
576 char set_txctcssfreqs[16];
578 char *set_rxctcss; // pointers to strings
581 int set_txfreq; // in Hz
583 // end remote operation info
595 int hid_gpio_ctl_loc;
599 int hid_io_ctcss_loc;
610 unsigned txpolarity:1;
611 unsigned rxpolarity:1;
612 unsigned dcstxpolarity:1;
613 unsigned dcsrxpolarity:1;
614 unsigned lsdtxpolarity:1;
615 unsigned lsdrxpolarity:1;
617 unsigned radioactive:1;
619 unsigned short eeprom[EEPROM_PHYSICAL_LEN];
621 ast_mutex_t eepromlock;
623 struct usb_dev_handle *usb_handle;
627 // maw add additional defaults !!!
628 static struct chan_usbradio_pvt usbradio_default = {
633 .duplex = M_UNSET, /* XXX check this */
636 .queuesize = QUEUE_SIZE,
640 .readpos = AST_FRIENDLY_OFFSET, /* start here on reads */
641 .lastopen = { 0, 0 },
642 .boost = BOOST_SCALE,
648 /* DECLARE FUNCTION PROTOTYPES */
650 static void store_txtoctype(struct chan_usbradio_pvt *o, const char *s);
651 static int hidhdwconfig(struct chan_usbradio_pvt *o);
652 static int set_txctcss_level(struct chan_usbradio_pvt *o);
653 static void pmrdump(struct chan_usbradio_pvt *o);
654 static void mult_set(struct chan_usbradio_pvt *o);
655 static int mult_calc(int value);
656 static void mixer_write(struct chan_usbradio_pvt *o);
657 static void tune_rxinput(int fd, struct chan_usbradio_pvt *o);
658 static void tune_rxvoice(int fd, struct chan_usbradio_pvt *o);
659 static void tune_rxctcss(int fd, struct chan_usbradio_pvt *o);
660 static void tune_txoutput(struct chan_usbradio_pvt *o, int value, int fd);
661 static void tune_write(struct chan_usbradio_pvt *o);
663 static char *usbradio_active; /* the active device */
665 static int setformat(struct chan_usbradio_pvt *o, int mode);
667 static struct ast_channel *usbradio_request(const char *type, struct ast_format_cap *cap,
668 const struct ast_channel *requestor,
669 const char *data, int *cause);
670 static int usbradio_digit_begin(struct ast_channel *c, char digit);
671 static int usbradio_digit_end(struct ast_channel *c, char digit, unsigned int duration);
672 static int usbradio_text(struct ast_channel *c, const char *text);
673 static int usbradio_hangup(struct ast_channel *c);
674 static int usbradio_answer(struct ast_channel *c);
675 static struct ast_frame *usbradio_read(struct ast_channel *chan);
676 static int usbradio_call(struct ast_channel *c, const char *dest, int timeout);
677 static int usbradio_write(struct ast_channel *chan, struct ast_frame *f);
678 static int usbradio_indicate(struct ast_channel *chan, int cond, const void *data, size_t datalen);
679 static int usbradio_fixup(struct ast_channel *oldchan, struct ast_channel *newchan);
680 static int xpmr_config(struct chan_usbradio_pvt *o);
682 #if DEBUG_FILETEST == 1
683 static int RxTestIt(struct chan_usbradio_pvt *o);
686 static char tdesc[] = "USB (CM108) Radio Channel Driver";
688 static struct ast_format slin;
690 static struct ast_channel_tech usbradio_tech = {
692 .description = tdesc,
693 .requester = usbradio_request,
694 .send_digit_begin = usbradio_digit_begin,
695 .send_digit_end = usbradio_digit_end,
696 .send_text = usbradio_text,
697 .hangup = usbradio_hangup,
698 .answer = usbradio_answer,
699 .read = usbradio_read,
700 .call = usbradio_call,
701 .write = usbradio_write,
702 .indicate = usbradio_indicate,
703 .fixup = usbradio_fixup,
706 /* Call with: devnum: alsa major device number, param: ascii Formal
707 Parameter Name, val1, first or only value, val2 second value, or 0
708 if only 1 value. Values: 0-99 (percent) or 0-1 for baboon.
710 Note: must add -lasound to end of linkage */
712 static int amixer_max(int devnum,char *param)
717 snd_ctl_elem_id_t *id;
718 snd_hctl_elem_t *elem;
719 snd_ctl_elem_info_t *info;
721 sprintf(str,"hw:%d",devnum);
722 if (snd_hctl_open(&hctl, str, 0)) return(-1);
724 snd_ctl_elem_id_alloca(&id);
725 snd_ctl_elem_id_set_interface(id, SND_CTL_ELEM_IFACE_MIXER);
726 snd_ctl_elem_id_set_name(id, param);
727 elem = snd_hctl_find_elem(hctl, id);
730 snd_hctl_close(hctl);
733 snd_ctl_elem_info_alloca(&info);
734 snd_hctl_elem_info(elem,info);
735 type = snd_ctl_elem_info_get_type(info);
739 case SND_CTL_ELEM_TYPE_INTEGER:
740 rv = snd_ctl_elem_info_get_max(info);
742 case SND_CTL_ELEM_TYPE_BOOLEAN:
746 snd_hctl_close(hctl);
750 /* Call with: devnum: alsa major device number, param: ascii Formal
751 Parameter Name, val1, first or only value, val2 second value, or 0
752 if only 1 value. Values: 0-99 (percent) or 0-1 for baboon.
754 Note: must add -lasound to end of linkage */
756 static int setamixer(int devnum,char *param, int v1, int v2)
761 snd_ctl_elem_id_t *id;
762 snd_ctl_elem_value_t *control;
763 snd_hctl_elem_t *elem;
764 snd_ctl_elem_info_t *info;
766 sprintf(str,"hw:%d",devnum);
767 if (snd_hctl_open(&hctl, str, 0)) return(-1);
769 snd_ctl_elem_id_alloca(&id);
770 snd_ctl_elem_id_set_interface(id, SND_CTL_ELEM_IFACE_MIXER);
771 snd_ctl_elem_id_set_name(id, param);
772 elem = snd_hctl_find_elem(hctl, id);
775 snd_hctl_close(hctl);
778 snd_ctl_elem_info_alloca(&info);
779 snd_hctl_elem_info(elem,info);
780 type = snd_ctl_elem_info_get_type(info);
781 snd_ctl_elem_value_alloca(&control);
782 snd_ctl_elem_value_set_id(control, id);
785 case SND_CTL_ELEM_TYPE_INTEGER:
786 snd_ctl_elem_value_set_integer(control, 0, v1);
787 if (v2 > 0) snd_ctl_elem_value_set_integer(control, 1, v2);
789 case SND_CTL_ELEM_TYPE_BOOLEAN:
790 snd_ctl_elem_value_set_integer(control, 0, (v1 != 0));
793 if (snd_hctl_elem_write(elem, control))
795 snd_hctl_close(hctl);
798 snd_hctl_close(hctl);
802 static void hid_set_outputs(struct usb_dev_handle *handle,
803 unsigned char *outputs)
806 usb_control_msg(handle,
807 USB_ENDPOINT_OUT + USB_TYPE_CLASS + USB_RECIP_INTERFACE,
809 0 + (HID_RT_OUTPUT << 8),
811 (char*)outputs, 4, 5000);
814 static void hid_get_inputs(struct usb_dev_handle *handle,
815 unsigned char *inputs)
818 usb_control_msg(handle,
819 USB_ENDPOINT_IN + USB_TYPE_CLASS + USB_RECIP_INTERFACE,
821 0 + (HID_RT_INPUT << 8),
823 (char*)inputs, 4, 5000);
826 static unsigned short read_eeprom(struct usb_dev_handle *handle, int addr)
828 unsigned char buf[4];
833 buf[3] = 0x80 | (addr & 0x3f);
834 hid_set_outputs(handle,buf);
835 memset(buf,0,sizeof(buf));
836 hid_get_inputs(handle,buf);
837 return(buf[1] + (buf[2] << 8));
840 static void write_eeprom(struct usb_dev_handle *handle, int addr,
844 unsigned char buf[4];
847 buf[1] = data & 0xff;
849 buf[3] = 0xc0 | (addr & 0x3f);
850 hid_set_outputs(handle,buf);
853 static unsigned short get_eeprom(struct usb_dev_handle *handle,
860 for(i = EEPROM_START_ADDR; i < EEPROM_END_ADDR; i++)
862 cs += buf[i] = read_eeprom(handle,i);
867 static void put_eeprom(struct usb_dev_handle *handle,unsigned short *buf)
873 buf[EEPROM_MAGIC_ADDR] = EEPROM_MAGIC;
874 for(i = EEPROM_START_ADDR; i < EEPROM_CS_ADDR; i++)
876 write_eeprom(handle,i,buf[i]);
879 buf[EEPROM_CS_ADDR] = (65535 - cs) + 1;
880 write_eeprom(handle,i,buf[EEPROM_CS_ADDR]);
883 static struct usb_device *hid_device_init(char *desired_device)
885 struct usb_bus *usb_bus;
886 struct usb_device *dev;
887 char devstr[200],str[200],desdev[200],*cp;
894 for (usb_bus = usb_busses;
896 usb_bus = usb_bus->next) {
897 for (dev = usb_bus->devices;
900 if ((dev->descriptor.idVendor
901 == C108_VENDOR_ID) &&
902 (dev->descriptor.idProduct
905 sprintf(devstr,"%s/%s", usb_bus->dirname,dev->filename);
906 for(i = 0; i < 32; i++)
908 sprintf(str,"/proc/asound/card%d/usbbus",i);
911 if ((!fgets(desdev,sizeof(desdev) - 1,fp)) || (!desdev[0]))
917 if (desdev[strlen(desdev) - 1] == '\n')
918 desdev[strlen(desdev) -1 ] = 0;
919 if (strcasecmp(desdev,devstr)) continue;
920 if (i) sprintf(str,"/sys/class/sound/dsp%d/device",i);
921 else strcpy(str,"/sys/class/sound/dsp/device");
922 memset(desdev,0,sizeof(desdev));
923 if (readlink(str,desdev,sizeof(desdev) - 1) == -1)
925 sprintf(str,"/sys/class/sound/controlC%d/device",i);
926 memset(desdev,0,sizeof(desdev));
927 if (readlink(str,desdev,sizeof(desdev) - 1) == -1) continue;
929 cp = strrchr(desdev,'/');
930 if (cp) *cp = 0; else continue;
931 cp = strrchr(desdev,'/');
936 if (i >= 32) continue;
937 if (!strcmp(cp,desired_device)) return dev;
945 static int hid_device_mklist(void)
947 struct usb_bus *usb_bus;
948 struct usb_device *dev;
949 char devstr[200],str[200],desdev[200],*cp;
953 usb_device_list = ast_malloc(2);
954 if (!usb_device_list) return -1;
955 memset(usb_device_list,0,2);
960 for (usb_bus = usb_busses;
962 usb_bus = usb_bus->next) {
963 for (dev = usb_bus->devices;
966 if ((dev->descriptor.idVendor
967 == C108_VENDOR_ID) &&
968 (dev->descriptor.idProduct
971 sprintf(devstr,"%s/%s", usb_bus->dirname,dev->filename);
972 for(i = 0;i < 32; i++)
974 sprintf(str,"/proc/asound/card%d/usbbus",i);
977 if ((!fgets(desdev,sizeof(desdev) - 1,fp)) || (!desdev[0]))
983 if (desdev[strlen(desdev) - 1] == '\n')
984 desdev[strlen(desdev) -1 ] = 0;
985 if (strcasecmp(desdev,devstr)) continue;
986 if (i) sprintf(str,"/sys/class/sound/dsp%d/device",i);
987 else strcpy(str,"/sys/class/sound/dsp/device");
988 memset(desdev,0,sizeof(desdev));
989 if (readlink(str,desdev,sizeof(desdev) - 1) == -1)
991 sprintf(str,"/sys/class/sound/controlC%d/device",i);
992 memset(desdev,0,sizeof(desdev));
993 if (readlink(str,desdev,sizeof(desdev) - 1) == -1) continue;
995 cp = strrchr(desdev,'/');
996 if (cp) *cp = 0; else continue;
997 cp = strrchr(desdev,'/');
1002 if (i >= 32) return -1;
1003 usb_device_list = ast_realloc(usb_device_list,
1004 usb_device_list_size + 2 +
1006 if (!usb_device_list) return -1;
1007 usb_device_list_size += strlen(cp) + 2;
1009 while(usb_device_list[i])
1011 i += strlen(usb_device_list + i) + 1;
1013 strcat(usb_device_list + i,cp);
1014 usb_device_list[strlen(cp) + i + 1] = 0;
1022 /* returns internal formatted string from external one */
1023 static int usb_get_usbdev(char *devstr)
1026 char str[200],desdev[200],*cp;
1028 for(i = 0;i < 32; i++)
1030 if (i) sprintf(str,"/sys/class/sound/dsp%d/device",i);
1031 else strcpy(str,"/sys/class/sound/dsp/device");
1032 memset(desdev,0,sizeof(desdev));
1033 if (readlink(str,desdev,sizeof(desdev) - 1) == -1)
1035 sprintf(str,"/sys/class/sound/controlC%d/device",i);
1036 memset(desdev,0,sizeof(desdev));
1037 if (readlink(str,desdev,sizeof(desdev) - 1) == -1) continue;
1039 cp = strrchr(desdev,'/');
1040 if (cp) *cp = 0; else continue;
1041 cp = strrchr(desdev,'/');
1044 if (!strcasecmp(cp,devstr)) break;
1046 if (i >= 32) return -1;
1051 static int usb_list_check(char *devstr)
1054 char *s = usb_device_list;
1059 if (!strcasecmp(s,devstr)) return(1);
1066 static int hidhdwconfig(struct chan_usbradio_pvt *o)
1068 if(o->hdwtype==1) //sphusb
1070 o->hid_gpio_ctl = 0x08; /* set GPIO4 to output mode */
1071 o->hid_gpio_ctl_loc = 2; /* For CTL of GPIO */
1072 o->hid_io_cor = 4; /* GPIO3 is COR */
1073 o->hid_io_cor_loc = 1; /* GPIO3 is COR */
1074 o->hid_io_ctcss = 2; /* GPIO 2 is External CTCSS */
1075 o->hid_io_ctcss_loc = 1; /* is GPIO 2 */
1076 o->hid_io_ptt = 8; /* GPIO 4 is PTT */
1077 o->hid_gpio_loc = 1; /* For ALL GPIO */
1079 else if(o->hdwtype==0) //dudeusb
1081 o->hid_gpio_ctl = 0x0c; /* set GPIO 3 & 4 to output mode */
1082 o->hid_gpio_ctl_loc = 2; /* For CTL of GPIO */
1083 o->hid_io_cor = 2; /* VOLD DN is COR */
1084 o->hid_io_cor_loc = 0; /* VOL DN COR */
1085 o->hid_io_ctcss = 2; /* GPIO 2 is External CTCSS */
1086 o->hid_io_ctcss_loc = 1; /* is GPIO 2 */
1087 o->hid_io_ptt = 4; /* GPIO 3 is PTT */
1088 o->hid_gpio_loc = 1; /* For ALL GPIO */
1090 else if(o->hdwtype==3) // custom version
1092 o->hid_gpio_ctl = 0x0c; /* set GPIO 3 & 4 to output mode */
1093 o->hid_gpio_ctl_loc = 2; /* For CTL of GPIO */
1094 o->hid_io_cor = 2; /* VOLD DN is COR */
1095 o->hid_io_cor_loc = 0; /* VOL DN COR */
1096 o->hid_io_ctcss = 2; /* GPIO 2 is External CTCSS */
1097 o->hid_io_ctcss_loc = 1; /* is GPIO 2 */
1098 o->hid_io_ptt = 4; /* GPIO 3 is PTT */
1099 o->hid_gpio_loc = 1; /* For ALL GPIO */
1106 static void kickptt(struct chan_usbradio_pvt *o)
1109 //printf("kickptt %i %i %i\n",o->txkeyed,o->txchankey,o->txtestkey);
1111 if (!o->pttkick) return;
1112 if (write(o->pttkick[1],&c,1) < 0) {
1113 ast_log(LOG_ERROR, "write() failed: %s\n", strerror(errno));
1118 static void *hidthread(void *arg)
1120 unsigned char buf[4],bufsave[4],keyed;
1123 struct usb_device *usb_dev;
1124 struct usb_dev_handle *usb_handle;
1125 struct chan_usbradio_pvt *o = (struct chan_usbradio_pvt *) arg;
1126 struct pollfd pfd = { .events = POLLIN };
1128 usb_dev = hid_device_init(o->devstr);
1129 if (usb_dev == NULL) {
1130 ast_log(LOG_ERROR,"USB HID device not found\n");
1133 usb_handle = usb_open(usb_dev);
1134 if (usb_handle == NULL) {
1135 ast_log(LOG_ERROR,"Not able to open USB device\n");
1138 if (usb_claim_interface(usb_handle,C108_HID_INTERFACE) < 0)
1140 if (usb_detach_kernel_driver_np(usb_handle,C108_HID_INTERFACE) < 0) {
1141 ast_log(LOG_ERROR,"Not able to detach the USB device\n");
1144 if (usb_claim_interface(usb_handle,C108_HID_INTERFACE) < 0) {
1145 ast_log(LOG_ERROR,"Not able to claim the USB device\n");
1149 memset(buf,0,sizeof(buf));
1150 buf[2] = o->hid_gpio_ctl;
1152 hid_set_outputs(usb_handle,buf);
1153 memcpy(bufsave,buf,sizeof(buf));
1154 if (pipe(o->pttkick) == -1)
1156 ast_log(LOG_ERROR,"Not able to create pipe\n");
1159 traceusb1(("hidthread: Starting normally on %s!!\n",o->name));
1162 while (!o->stophid) {
1163 pfd.fd = o->pttkick[0];
1166 res = ast_poll(&pfd, 1, 50);
1168 ast_log(LOG_WARNING, "poll() failed: %s\n", strerror(errno));
1172 if (pfd.revents & POLLIN) {
1175 if (read(o->pttkick[0], &c, 1) < 0) {
1176 ast_log(LOG_ERROR, "read() failed: %s\n", strerror(errno));
1179 if (o->wanteeprom) {
1180 ast_mutex_lock(&o->eepromlock);
1181 if (o->eepromctl == 1) { /* to read */
1183 if (!get_eeprom(usb_handle, o->eeprom)) {
1184 if (o->eeprom[EEPROM_MAGIC_ADDR] != EEPROM_MAGIC) {
1185 ast_log(LOG_NOTICE, "UNSUCCESSFUL: EEPROM MAGIC NUMBER BAD on channel %s\n", o->name);
1187 o->rxmixerset = o->eeprom[EEPROM_RXMIXERSET];
1188 o->txmixaset = o->eeprom[EEPROM_TXMIXASET];
1189 o->txmixbset = o->eeprom[EEPROM_TXMIXBSET];
1190 memcpy(&o->rxvoiceadj, &o->eeprom[EEPROM_RXVOICEADJ], sizeof(float));
1191 memcpy(&o->rxctcssadj, &o->eeprom[EEPROM_RXCTCSSADJ], sizeof(float));
1192 o->txctcssadj = o->eeprom[EEPROM_TXCTCSSADJ];
1193 o->rxsquelchadj = o->eeprom[EEPROM_RXSQUELCHADJ];
1194 ast_log(LOG_NOTICE,"EEPROM Loaded on channel %s\n",o->name);
1197 ast_log(LOG_NOTICE, "USB Adapter has no EEPROM installed or Checksum BAD on channel %s\n", o->name);
1199 hid_set_outputs(usb_handle,bufsave);
1201 if (o->eepromctl == 2) { /* to write */
1202 put_eeprom(usb_handle,o->eeprom);
1203 hid_set_outputs(usb_handle,bufsave);
1204 ast_log(LOG_NOTICE, "USB Parameters written to EEPROM on %s\n", o->name);
1207 ast_mutex_unlock(&o->eepromlock);
1209 buf[o->hid_gpio_ctl_loc] = o->hid_gpio_ctl;
1210 hid_get_inputs(usb_handle,buf);
1211 keyed = !(buf[o->hid_io_cor_loc] & o->hid_io_cor);
1212 if (keyed != o->rxhidsq) {
1213 if (o->debuglevel) {
1214 printf("chan_usbradio() hidthread: update rxhidsq = %d\n", keyed);
1219 /* if change in tx state as controlled by xpmr */
1220 txtmp = o->pmrChan->txPttOut;
1222 if (o->lasttx != txtmp) {
1223 o->pmrChan->txPttHid = o->lasttx = txtmp;
1224 if (o->debuglevel) {
1225 ast_debug(0, "hidthread: tx set to %d\n", txtmp);
1227 buf[o->hid_gpio_loc] = 0;
1228 if (!o->invertptt) {
1230 buf[o->hid_gpio_loc] = o->hid_io_ptt;
1234 buf[o->hid_gpio_loc] = o->hid_io_ptt;
1237 buf[o->hid_gpio_ctl_loc] = o->hid_gpio_ctl;
1238 memcpy(bufsave, buf, sizeof(buf));
1239 hid_set_outputs(usb_handle, buf);
1241 time(&o->lasthidtime);
1243 buf[o->hid_gpio_loc] = 0;
1245 buf[o->hid_gpio_loc] = o->hid_io_ptt;
1247 buf[o->hid_gpio_ctl_loc] = o->hid_gpio_ctl;
1248 hid_set_outputs(usb_handle, buf);
1253 * returns a pointer to the descriptor with the given name
1255 static struct chan_usbradio_pvt *find_desc(const char *dev)
1257 struct chan_usbradio_pvt *o = NULL;
1260 ast_log(LOG_WARNING, "null dev\n");
1262 for (o = usbradio_default.next; o && o->name && dev && strcmp(o->name, dev) != 0; o = o->next);
1265 ast_log(LOG_WARNING, "could not find <%s>\n", dev ? dev : "--no-device--");
1271 static struct chan_usbradio_pvt *find_desc_usb(char *devstr)
1273 struct chan_usbradio_pvt *o = NULL;
1276 ast_log(LOG_WARNING, "null dev\n");
1278 for (o = usbradio_default.next; o && devstr && strcmp(o->devstr, devstr) != 0; o = o->next);
1284 * split a string in extension-context, returns pointers to malloc'ed
1286 * If we do not have 'overridecontext' then the last @ is considered as
1287 * a context separator, and the context is overridden.
1288 * This is usually not very necessary as you can play with the dialplan,
1289 * and it is nice not to need it because you have '@' in SIP addresses.
1290 * Return value is the buffer address.
1293 static char *ast_ext_ctx(const char *src, char **ext, char **ctx)
1295 struct chan_usbradio_pvt *o = find_desc(usbradio_active);
1297 if (ext == NULL || ctx == NULL)
1298 return NULL; /* error */
1302 if (src && *src != '\0')
1303 *ext = ast_strdup(src);
1308 if (!o->overridecontext) {
1309 /* parse from the right */
1310 *ctx = strrchr(*ext, '@');
1320 * Returns the number of blocks used in the audio output channel
1322 static int used_blocks(struct chan_usbradio_pvt *o)
1324 struct audio_buf_info info;
1326 if (ioctl(o->sounddev, SNDCTL_DSP_GETOSPACE, &info)) {
1327 if (!(o->warned & WARN_used_blocks)) {
1328 ast_log(LOG_WARNING, "Error reading output space\n");
1329 o->warned |= WARN_used_blocks;
1334 if (o->total_blocks == 0) {
1335 if (0) /* debugging */
1336 ast_log(LOG_WARNING, "fragtotal %d size %d avail %d\n", info.fragstotal, info.fragsize, info.fragments);
1337 o->total_blocks = info.fragments;
1340 return o->total_blocks - info.fragments;
1343 /* Write an exactly FRAME_SIZE sized frame */
1344 static int soundcard_writeframe(struct chan_usbradio_pvt *o, short *data)
1348 if (o->sounddev < 0)
1349 setformat(o, O_RDWR);
1350 if (o->sounddev < 0)
1351 return 0; /* not fatal */
1352 // maw maw sph !!! may or may not be a good thing
1353 // drop the frame if not transmitting, this keeps from gradually
1354 // filling the buffer when asterisk clock > usb sound clock
1355 if(!o->pmrChan->txPttIn && !o->pmrChan->txPttOut)
1360 * Nothing complex to manage the audio device queue.
1361 * If the buffer is full just drop the extra, otherwise write.
1362 * XXX in some cases it might be useful to write anyways after
1363 * a number of failures, to restart the output chain.
1365 res = used_blocks(o);
1366 if (res > o->queuesize) { /* no room to write a block */
1367 // ast_log(LOG_WARNING, "sound device write buffer overflow\n");
1368 if (o->w_errors++ == 0 && (usbradio_debug & 0x4))
1369 ast_log(LOG_WARNING, "write: used %d blocks (%d)\n", res, o->w_errors);
1374 return write(o->sounddev, ((void *) data), FRAME_SIZE * 2 * 12);
1377 #ifndef NEW_ASTERISK
1380 * Handler for 'sound writable' events from the sound thread.
1381 * Builds a frame from the high level description of the sounds,
1382 * and passes it to the audio device.
1383 * The actual sound is made of 1 or more sequences of sound samples
1384 * (s->datalen, repeated to make s->samplen samples) followed by
1385 * s->silencelen samples of silence. The position in the sequence is stored
1386 * in o->sampsent, which goes between 0 .. s->samplen+s->silencelen.
1387 * In case we fail to write a frame, don't update o->sampsent.
1389 static void send_sound(struct chan_usbradio_pvt *o)
1391 short myframe[FRAME_SIZE];
1393 int l_sampsent = o->sampsent;
1396 if (o->cursound < 0) /* no sound to send */
1399 s = &sounds[o->cursound];
1401 for (ofs = 0; ofs < FRAME_SIZE; ofs += l) {
1402 l = s->samplen - l_sampsent; /* # of available samples */
1404 start = l_sampsent % s->datalen; /* source offset */
1405 if (l > FRAME_SIZE - ofs) /* don't overflow the frame */
1406 l = FRAME_SIZE - ofs;
1407 if (l > s->datalen - start) /* don't overflow the source */
1408 l = s->datalen - start;
1409 memmove(myframe + ofs, s->data + start, l * 2);
1411 ast_log(LOG_WARNING, "send_sound sound %d/%d of %d into %d\n", l_sampsent, l, s->samplen, ofs);
1413 } else { /* end of samples, maybe some silence */
1414 static const short silence[FRAME_SIZE] = { 0, };
1418 if (l > FRAME_SIZE - ofs)
1419 l = FRAME_SIZE - ofs;
1420 memmove(myframe + ofs, silence, l * 2);
1422 } else { /* silence is over, restart sound if loop */
1423 if (s->repeat == 0) { /* last block */
1425 o->nosound = 0; /* allow audio data */
1426 if (ofs < FRAME_SIZE) /* pad with silence */
1427 memmove(myframe + ofs, silence, (FRAME_SIZE - ofs) * 2);
1433 l = soundcard_writeframe(o, myframe);
1435 o->sampsent = l_sampsent; /* update status */
1438 static void *sound_thread(void *arg)
1441 struct chan_usbradio_pvt *o = (struct chan_usbradio_pvt *) arg;
1444 * Just in case, kick the driver by trying to read from it.
1445 * Ignore errors - this read is almost guaranteed to fail.
1447 read(o->sounddev, ign, sizeof(ign));
1449 struct pollfd pfd[2] = { { .fd = o->sndcmd[0], .events = POLLIN }, { .fd = o->sounddev } };
1452 if (o->cursound > -1 && o->sounddev < 0) {
1453 setformat(o, O_RDWR); /* need the channel, try to reopen */
1454 } else if (o->cursound == -1 && o->owner == NULL) {
1455 setformat(o, O_CLOSE); /* can close */
1457 if (o->sounddev > -1) {
1458 if (!o->owner) { /* no one owns the audio, so we must drain it */
1459 pfd[1].events = POLLIN;
1461 if (o->cursound > -1) {
1462 pfd[1].events |= POLLOUT;
1465 res = ast_poll(pfd, o->sounddev > -1 ? 2 : 1, -1);
1467 ast_log(LOG_WARNING, "poll failed: %s\n", strerror(errno));
1471 if (pfd[0].revents & POLLIN) {
1472 /* read which sound to play from the pipe */
1475 read(o->sndcmd[0], &what, sizeof(what));
1476 for (i = 0; sounds[i].ind != -1; i++) {
1477 if (sounds[i].ind == what) {
1480 o->nosound = 1; /* block audio from pbx */
1484 if (sounds[i].ind == -1) {
1485 ast_log(LOG_WARNING, "invalid sound index: %d\n", what);
1488 if (o->sounddev > -1) {
1489 if (pfd[1].revents & POLLIN) { /* read and ignore errors */
1490 read(o->sounddev, ign, sizeof(ign));
1492 if (pfd[1].revents & POLLOUT) {
1497 return NULL; /* Never reached */
1503 * reset and close the device if opened,
1504 * then open and initialize it in the desired mode,
1505 * trigger reads and writes so we can start using it.
1507 static int setformat(struct chan_usbradio_pvt *o, int mode)
1509 int fmt, desired, res, fd;
1512 if (o->sounddev >= 0) {
1513 ioctl(o->sounddev, SNDCTL_DSP_RESET, 0);
1515 o->duplex = M_UNSET;
1518 if (mode == O_CLOSE) /* we are done */
1520 o->lastopen = ast_tvnow();
1521 strcpy(device,"/dev/dsp");
1523 sprintf(device,"/dev/dsp%d",o->devicenum);
1524 fd = o->sounddev = open(device, mode | O_NONBLOCK);
1526 ast_log(LOG_WARNING, "Unable to re-open DSP device %d: %s\n", o->devicenum, strerror(errno));
1530 ast_channel_internal_fd_set(o->owner, 0, fd);
1533 #if __BYTE_ORDER == __LITTLE_ENDIAN
1538 res = ioctl(fd, SNDCTL_DSP_SETFMT, &fmt);
1540 ast_log(LOG_WARNING, "Unable to set format to 16-bit signed\n");
1545 res = ioctl(fd, SNDCTL_DSP_SETDUPLEX, 0);
1546 /* Check to see if duplex set (FreeBSD Bug) */
1547 res = ioctl(fd, SNDCTL_DSP_GETCAPS, &fmt);
1548 if (res == 0 && (fmt & DSP_CAP_DUPLEX)) {
1549 ast_verb(2, "Console is full duplex\n");
1554 o->duplex = M_WRITE;
1562 res = ioctl(fd, SNDCTL_DSP_STEREO, &fmt);
1564 ast_log(LOG_WARNING, "Failed to set audio device to mono\n");
1567 fmt = desired = 48000; /* 8000 Hz desired */
1568 res = ioctl(fd, SNDCTL_DSP_SPEED, &fmt);
1571 ast_log(LOG_WARNING, "Failed to set audio device to mono\n");
1574 if (fmt != desired) {
1575 if (!(o->warned & WARN_speed)) {
1576 ast_log(LOG_WARNING,
1577 "Requested %d Hz, got %d Hz -- sound may be choppy\n",
1579 o->warned |= WARN_speed;
1583 * on Freebsd, SETFRAGMENT does not work very well on some cards.
1584 * Default to use 256 bytes, let the user override
1588 res = ioctl(fd, SNDCTL_DSP_SETFRAGMENT, &fmt);
1590 if (!(o->warned & WARN_frag)) {
1591 ast_log(LOG_WARNING,
1592 "Unable to set fragment size -- sound may be choppy\n");
1593 o->warned |= WARN_frag;
1597 /* on some cards, we need SNDCTL_DSP_SETTRIGGER to start outputting */
1598 res = PCM_ENABLE_INPUT | PCM_ENABLE_OUTPUT;
1599 res = ioctl(fd, SNDCTL_DSP_SETTRIGGER, &res);
1600 /* it may fail if we are in half duplex, never mind */
1605 * some of the standard methods supported by channels.
1607 static int usbradio_digit_begin(struct ast_channel *c, char digit)
1612 static int usbradio_digit_end(struct ast_channel *c, char digit, unsigned int duration)
1614 /* no better use for received digits than print them */
1615 ast_verbose(" << Console Received digit %c of duration %u ms >> \n",
1620 SETFREQ - sets spi programmable xcvr
1621 SETCHAN - sets binary parallel xcvr
1623 static int usbradio_text(struct ast_channel *c, const char *text)
1625 struct chan_usbradio_pvt *o = find_desc(usbradio_active);
1627 char cnt,rxs[16],txs[16],txpl[16],rxpl[16];
1630 cmd = alloca(strlen(text) + 10);
1632 /* print received messages */
1633 if(o->debuglevel)ast_verbose(" << Console Received usbradio text %s >> \n", text);
1635 cnt = sscanf(text, "%300s %15s %15s %15s %15s %1c", cmd, rxs, txs, rxpl, txpl, &pwr);
1637 if (strcmp(cmd,"SETCHAN")==0)
1640 chan=strtod(rxs,NULL);
1642 if(o->debuglevel)ast_log(LOG_NOTICE,"parse usbradio SETCHAN cmd: %s chan: %i\n",text,chan);
1648 ast_log(LOG_ERROR,"Cannot parse usbradio text: %s\n",text);
1653 if(o->debuglevel)ast_verbose(" << %s %s %s %s %s %c >> \n", cmd,rxs,txs,rxpl,txpl,pwr);
1656 if (strcmp(cmd,"SETFREQ")==0)
1658 if(o->debuglevel)ast_log(LOG_NOTICE,"parse usbradio SETFREQ cmd: %s\n",text);
1659 tx=strtod(txs,NULL);
1660 rx=strtod(rxs,NULL);
1661 o->set_txfreq = round(tx * (double)1000000);
1662 o->set_rxfreq = round(rx * (double)1000000);
1663 o->pmrChan->txpower = (pwr == 'H');
1664 strcpy(o->set_rxctcssfreqs,rxpl);
1665 strcpy(o->set_txctcssfreqs,txpl);
1671 ast_log(LOG_ERROR,"Cannot parse usbradio cmd: %s\n",text);
1675 /* Play ringtone 'x' on device 'o' */
1676 static void ring(struct chan_usbradio_pvt *o, int x)
1678 #ifndef NEW_ASTERISK
1679 write(o->sndcmd[1], &x, sizeof(x));
1684 * handler for incoming calls. Either autoanswer, or start ringing
1686 static int usbradio_call(struct ast_channel *c, const char *dest, int timeout)
1688 struct chan_usbradio_pvt *o = ast_channel_tech_pvt(c);
1691 time(&o->lasthidtime);
1692 ast_pthread_create_background(&o->hidthread, NULL, hidthread, o);
1693 ast_setstate(c, AST_STATE_UP);
1698 * remote side answered the phone
1700 static int usbradio_answer(struct ast_channel *c)
1702 #ifndef NEW_ASTERISK
1703 struct chan_usbradio_pvt *o = ast_channel_tech_pvt(c);
1706 ast_setstate(c, AST_STATE_UP);
1707 #ifndef NEW_ASTERISK
1714 static int usbradio_hangup(struct ast_channel *c)
1716 struct chan_usbradio_pvt *o = ast_channel_tech_pvt(c);
1718 //ast_log(LOG_NOTICE, "usbradio_hangup()\n");
1719 #ifndef NEW_ASTERISK
1723 ast_channel_tech_pvt_set(c, NULL);
1725 ast_module_unref(ast_module_info->self);
1727 if (o->autoanswer || o->autohangup) {
1728 /* Assume auto-hangup too */
1730 setformat(o, O_CLOSE);
1732 /* Make congestion noise */
1733 ring(o, AST_CONTROL_CONGESTION);
1737 pthread_join(o->hidthread,NULL);
1742 /* used for data coming from the network */
1743 static int usbradio_write(struct ast_channel *c, struct ast_frame *f)
1745 struct chan_usbradio_pvt *o = ast_channel_tech_pvt(c);
1747 traceusb2(("usbradio_write() o->nosound= %i\n",o->nosound));
1749 #ifndef NEW_ASTERISK
1750 /* Immediately return if no sound is enabled */
1753 /* Stop any currently playing sound */
1757 * we could receive a block which is not a multiple of our
1758 * FRAME_SIZE, so buffer it locally and write to the device
1759 * in FRAME_SIZE chunks.
1760 * Keep the residue stored for future use.
1763 #if DEBUG_CAPTURES == 1 // to write input data to a file datalen=320
1764 if (ftxcapraw && o->b.txcapraw)
1766 i16 i, tbuff[f->datalen];
1767 for(i=0;i<f->datalen;i+=2)
1769 tbuff[i]= ((i16*)(f->data.ptr))[i/2];
1770 tbuff[i+1]= o->txkeyed*M_Q13;
1772 if (fwrite(tbuff,2,f->datalen,ftxcapraw) != f->datalen) {
1773 ast_log(LOG_ERROR, "write() failed: %s\n", strerror(errno));
1775 //fwrite(f->data,1,f->datalen,ftxcapraw);
1779 // maw just take the data from the network and save it for PmrRx processing
1781 PmrTx(o->pmrChan,(i16*)f->data.ptr);
1786 static struct ast_frame *usbradio_read(struct ast_channel *c)
1788 int res, src, datalen, oldpttout;
1790 struct chan_usbradio_pvt *o = ast_channel_tech_pvt(c);
1791 struct ast_frame *f = &o->read_f,*f1;
1792 struct ast_frame wf = { AST_FRAME_CONTROL };
1795 traceusb2(("usbradio_read()\n"));
1800 if ((now - o->lasthidtime) > 3)
1802 ast_log(LOG_ERROR,"HID process has died or something!!\n");
1806 /* XXX can be simplified returning &ast_null_frame */
1807 /* prepare a NULL frame in case we don't have enough data to return */
1808 memset(f, '\0', sizeof(struct ast_frame));
1809 f->frametype = AST_FRAME_NULL;
1810 f->src = usbradio_tech.type;
1812 res = read(o->sounddev, o->usbradio_read_buf + o->readpos,
1813 sizeof(o->usbradio_read_buf) - o->readpos);
1814 if (res < 0) /* audio data not ready, return a NULL frame */
1816 if (errno != EAGAIN) return NULL;
1817 if (o->readerrs++ > READERR_THRESHOLD)
1819 ast_log(LOG_ERROR,"Stuck USB read channel [%s], un-sticking it!\n",o->name);
1823 if (o->readerrs == 1)
1824 ast_log(LOG_WARNING,"Possibly stuck USB read channel. [%s]\n",o->name);
1827 if (o->readerrs) ast_log(LOG_WARNING,"Nope, USB read channel [%s] wasn't stuck after all.\n",o->name);
1830 if (o->readpos < sizeof(o->usbradio_read_buf)) /* not enough samples */
1836 #if DEBUG_CAPTURES == 1
1837 if ((o->b.rxcapraw && frxcapraw) && (fwrite((o->usbradio_read_buf + AST_FRIENDLY_OFFSET),1,FRAME_SIZE * 2 * 2 * 6,frxcapraw) != FRAME_SIZE * 2 * 2 * 6)) {
1838 ast_log(LOG_ERROR, "fwrite() failed: %s\n", strerror(errno));
1843 if(o->txkeyed||o->txtestkey)
1845 if(!o->pmrChan->txPttIn)
1847 o->pmrChan->txPttIn=1;
1848 if(o->debuglevel) ast_log(LOG_NOTICE,"txPttIn = %i, chan %s\n",o->pmrChan->txPttIn,ast_channel_name(o->owner));
1851 else if(o->pmrChan->txPttIn)
1853 o->pmrChan->txPttIn=0;
1854 if(o->debuglevel) ast_log(LOG_NOTICE,"txPttIn = %i, chan %s\n",o->pmrChan->txPttIn,ast_channel_name(o->owner));
1856 oldpttout = o->pmrChan->txPttOut;
1859 (i16 *)(o->usbradio_read_buf + AST_FRIENDLY_OFFSET),
1860 (i16 *)(o->usbradio_read_buf_8k + AST_FRIENDLY_OFFSET),
1861 (i16 *)(o->usbradio_write_buf_1));
1863 if (oldpttout != o->pmrChan->txPttOut)
1865 if(o->debuglevel) ast_log(LOG_NOTICE,"txPttOut = %i, chan %s\n",o->pmrChan->txPttOut,ast_channel_name(o->owner));
1869 #if 0 // to write 48KS/s stereo tx data to a file
1870 if (!ftxoutraw) ftxoutraw = fopen(TX_CAP_OUT_FILE,"w");
1871 if (ftxoutraw) fwrite(o->usbradio_write_buf_1,1,FRAME_SIZE * 2 * 6,ftxoutraw);
1874 #if DEBUG_CAPTURES == 1 && XPMR_DEBUG0 == 1
1875 if ((o->b.txcap2 && ftxcaptrace) && (fwrite((o->pmrChan->ptxDebug),1,FRAME_SIZE * 2 * 16,ftxcaptrace) != FRAME_SIZE * 2 * 16)) {
1876 ast_log(LOG_ERROR, "fwrite() failed: %s\n", strerror(errno));
1880 // 160 samples * 2 bytes/sample * 2 chan * 6x oversampling to 48KS/s
1881 datalen = FRAME_SIZE * 24;
1882 src = 0; /* read position into f->data */
1883 while (src < datalen)
1885 /* Compute spare room in the buffer */
1886 int l = sizeof(o->usbradio_write_buf) - o->usbradio_write_dst;
1888 if (datalen - src >= l)
1890 /* enough to fill a frame */
1891 memcpy(o->usbradio_write_buf + o->usbradio_write_dst, o->usbradio_write_buf_1 + src, l);
1892 soundcard_writeframe(o, (short *) o->usbradio_write_buf);
1894 o->usbradio_write_dst = 0;
1900 memcpy(o->usbradio_write_buf + o->usbradio_write_dst, o->usbradio_write_buf_1 + src, l);
1901 src += l; /* but really, we are done */
1902 o->usbradio_write_dst += l;
1906 static FILE *hInput;
1907 i16 iBuff[FRAME_SIZE*2*6];
1909 o->pmrChan->b.rxCapture=1;
1913 hInput = fopen("/usr/src/xpmr/testdata/rx_in.pcm","r");
1916 printf(" Input Data File Not Found.\n");
1921 if(0==fread((void *)iBuff,2,FRAME_SIZE*2*6,hInput))exit;
1925 (i16 *)(o->usbradio_read_buf_8k + AST_FRIENDLY_OFFSET));
1930 if (!frxoutraw) frxoutraw = fopen(RX_CAP_OUT_FILE,"w");
1931 if (frxoutraw) fwrite((o->usbradio_read_buf_8k + AST_FRIENDLY_OFFSET),1,FRAME_SIZE * 2,frxoutraw);
1934 #if DEBUG_CAPTURES == 1 && XPMR_DEBUG0 == 1
1935 if ((frxcaptrace && o->b.rxcap2 && o->pmrChan->b.radioactive) && (fwrite((o->pmrChan->prxDebug),1,FRAME_SIZE * 2 * 16,frxcaptrace) != FRAME_SIZE * 2 * 16 )) {
1936 ast_log(LOG_ERROR, "fwrite() failed: %s\n", strerror(errno));
1941 if(o->rxcdtype==CD_HID && (o->pmrChan->rxExtCarrierDetect!=o->rxhidsq))
1942 o->pmrChan->rxExtCarrierDetect=o->rxhidsq;
1944 if(o->rxcdtype==CD_HID_INVERT && (o->pmrChan->rxExtCarrierDetect==o->rxhidsq))
1945 o->pmrChan->rxExtCarrierDetect=!o->rxhidsq;
1947 if( (o->rxcdtype==CD_HID && o->rxhidsq) ||
1948 (o->rxcdtype==CD_HID_INVERT && !o->rxhidsq) ||
1949 (o->rxcdtype==CD_XPMR_NOISE && o->pmrChan->rxCarrierDetect) ||
1950 (o->rxcdtype==CD_XPMR_VOX && o->pmrChan->rxCarrierDetect)
1953 if (!o->pmrChan->txPttOut || o->radioduplex)cd=1;
1960 if(cd!=o->rxcarrierdetect)
1962 o->rxcarrierdetect=cd;
1963 if(o->debuglevel) ast_log(LOG_NOTICE,"rxcarrierdetect = %i, chan %s\n",cd,ast_channel_name(o->owner));
1964 // printf("rxcarrierdetect = %i, chan %s\n",res,o->owner->name);
1967 if(o->pmrChan->b.ctcssRxEnable && o->pmrChan->rxCtcss->decode!=o->rxctcssdecode)
1969 if(o->debuglevel)ast_log(LOG_NOTICE,"rxctcssdecode = %i, chan %s\n",o->pmrChan->rxCtcss->decode,ast_channel_name(o->owner));
1970 // printf("rxctcssdecode = %i, chan %s\n",o->pmrChan->rxCtcss->decode,o->owner->name);
1971 o->rxctcssdecode=o->pmrChan->rxCtcss->decode;
1972 strcpy(o->rxctcssfreq, o->pmrChan->rxctcssfreq);
1976 if( !o->pmrChan->b.ctcssRxEnable ||
1977 ( o->pmrChan->b.ctcssRxEnable &&
1978 o->pmrChan->rxCtcss->decode>CTCSS_NULL &&
1979 o->pmrChan->smode==SMODE_CTCSS )
1989 if( (!o->pmrChan->b.ctcssRxEnable && !o->pmrChan->b.dcsRxEnable && !o->pmrChan->b.lmrRxEnable) ||
1990 ( o->pmrChan->b.ctcssRxEnable &&
1991 o->pmrChan->rxCtcss->decode>CTCSS_NULL &&
1992 o->pmrChan->smode==SMODE_CTCSS ) ||
1993 ( o->pmrChan->b.dcsRxEnable &&
1994 o->pmrChan->decDcs->decode > 0 &&
1995 o->pmrChan->smode==SMODE_DCS )
2005 if(o->pmrChan->decDcs->decode!=o->rxdcsdecode)
2007 if(o->debuglevel)ast_log(LOG_NOTICE,"rxdcsdecode = %s, chan %s\n",o->pmrChan->rxctcssfreq,ast_channel_name(o->owner));
2008 // printf("rxctcssdecode = %i, chan %s\n",o->pmrChan->rxCtcss->decode,o->owner->name);
2009 o->rxdcsdecode=o->pmrChan->decDcs->decode;
2010 strcpy(o->rxctcssfreq, o->pmrChan->rxctcssfreq);
2013 if(o->pmrChan->rptnum && (o->pmrChan->pLsdCtl->cs[o->pmrChan->rptnum].b.rxkeyed != o->rxlsddecode))
2015 if(o->debuglevel)ast_log(LOG_NOTICE,"rxLSDecode = %s, chan %s\n",o->pmrChan->rxctcssfreq,ast_channel_name(o->owner));
2016 o->rxlsddecode=o->pmrChan->pLsdCtl->cs[o->pmrChan->rptnum].b.rxkeyed;
2017 strcpy(o->rxctcssfreq, o->pmrChan->rxctcssfreq);
2020 if( (o->pmrChan->rptnum>0 && o->pmrChan->smode==SMODE_LSD && o->pmrChan->pLsdCtl->cs[o->pmrChan->rptnum].b.rxkeyed)||
2021 (o->pmrChan->smode==SMODE_DCS && o->pmrChan->decDcs->decode>0) )
2029 //if(!o->rxkeyed)o->pmrChan->dd.b.doitnow=1;
2030 if(!o->rxkeyed && o->debuglevel)ast_log(LOG_NOTICE,"o->rxkeyed = 1, chan %s\n", ast_channel_name(o->owner));
2035 //if(o->rxkeyed)o->pmrChan->dd.b.doitnow=1;
2036 if(o->rxkeyed && o->debuglevel)ast_log(LOG_NOTICE,"o->rxkeyed = 0, chan %s\n",ast_channel_name(o->owner));
2040 // provide rx signal detect conditions
2041 if (o->lastrx && (!o->rxkeyed))
2044 //printf("AST_CONTROL_RADIO_UNKEY\n");
2045 wf.subclass.integer = AST_CONTROL_RADIO_UNKEY;
2046 ast_queue_frame(o->owner, &wf);
2048 else if ((!o->lastrx) && (o->rxkeyed))
2051 //printf("AST_CONTROL_RADIO_KEY\n");
2052 wf.subclass.integer = AST_CONTROL_RADIO_KEY;
2053 if(o->rxctcssdecode)
2055 wf.data.ptr = o->rxctcssfreq;
2056 wf.datalen = strlen(o->rxctcssfreq) + 1;
2057 TRACEO(1,("AST_CONTROL_RADIO_KEY text=%s\n",o->rxctcssfreq));
2059 ast_queue_frame(o->owner, &wf);
2062 o->readpos = AST_FRIENDLY_OFFSET; /* reset read pointer for next frame */
2063 if (ast_channel_state(c) != AST_STATE_UP) /* drop data if frame is not up */
2065 /* ok we can build and deliver the frame to the caller */
2066 f->frametype = AST_FRAME_VOICE;
2067 ast_format_set(&f->subclass.format, AST_FORMAT_SLINEAR, 0);
2068 f->samples = FRAME_SIZE;
2069 f->datalen = FRAME_SIZE * 2;
2070 f->data.ptr = o->usbradio_read_buf_8k + AST_FRIENDLY_OFFSET;
2071 if (o->boost != BOOST_SCALE) { /* scale and clip values */
2073 int16_t *p = (int16_t *) f->data.ptr;
2074 for (i = 0; i < f->samples; i++) {
2075 x = (p[i] * o->boost) / BOOST_SCALE;
2078 else if (x < -32768)
2084 f->offset = AST_FRIENDLY_OFFSET;
2087 f1 = ast_dsp_process(c,o->dsp,f);
2088 if ((f1->frametype == AST_FRAME_DTMF_END) ||
2089 (f1->frametype == AST_FRAME_DTMF_BEGIN))
2091 if ((f1->subclass.integer == 'm') || (f1->subclass.integer == 'u'))
2093 f1->frametype = AST_FRAME_NULL;
2094 f1->subclass.integer = 0;
2097 if (f1->frametype == AST_FRAME_DTMF_END)
2098 ast_log(LOG_NOTICE, "Got DTMF char %c\n", f1->subclass.integer);
2105 static int usbradio_fixup(struct ast_channel *oldchan, struct ast_channel *newchan)
2107 struct chan_usbradio_pvt *o = ast_channel_tech_pvt(newchan);
2108 ast_log(LOG_WARNING,"usbradio_fixup()\n");
2113 static int usbradio_indicate(struct ast_channel *c, int cond, const void *data, size_t datalen)
2115 struct chan_usbradio_pvt *o = ast_channel_tech_pvt(c);
2119 case AST_CONTROL_BUSY:
2120 case AST_CONTROL_CONGESTION:
2121 case AST_CONTROL_RINGING:
2124 case AST_CONTROL_INCOMPLETE:
2125 res = AST_CONTROL_CONGESTION;
2128 #ifndef NEW_ASTERISK
2130 o->nosound = 0; /* when cursound is -1 nosound must be 0 */
2134 case AST_CONTROL_VIDUPDATE:
2137 case AST_CONTROL_HOLD:
2138 ast_verbose(" << Console Has Been Placed on Hold >> \n");
2139 ast_moh_start(c, data, o->mohinterpret);
2141 case AST_CONTROL_UNHOLD:
2142 ast_verbose(" << Console Has Been Retrieved from Hold >> \n");
2145 case AST_CONTROL_PROCEEDING:
2146 ast_verbose(" << Call Proceeding... >> \n");
2149 case AST_CONTROL_PROGRESS:
2150 ast_verbose(" << Call Progress... >> \n");
2153 case AST_CONTROL_RADIO_KEY:
2155 if(o->debuglevel)ast_verbose(" << AST_CONTROL_RADIO_KEY Radio Transmit On. >> \n");
2157 case AST_CONTROL_RADIO_UNKEY:
2159 if(o->debuglevel)ast_verbose(" << AST_CONTROL_RADIO_UNKEY Radio Transmit Off. >> \n");
2162 ast_log(LOG_WARNING, "Don't know how to display condition %d on %s\n", cond, ast_channel_name(c));
2173 * allocate a new channel.
2175 static struct ast_channel *usbradio_new(struct chan_usbradio_pvt *o, char *ext, char *ctx, int state, const char *linkedid)
2177 struct ast_channel *c;
2179 c = ast_channel_alloc(1, state, o->cid_num, o->cid_name, "", ext, ctx, linkedid, 0, "Radio/%s", o->name);
2182 ast_channel_tech_set(c, &usbradio_tech);
2183 if (o->sounddev < 0)
2184 setformat(o, O_RDWR);
2185 ast_channel_internal_fd_set(c, 0, o->sounddev);/* -1 if device closed, override later */
2186 ast_format_cap_add(ast_channel_nativeformats(c), &slin);
2187 ast_format_set(ast_channel_readformat(c), AST_FORMAT_SLINEAR, 0);
2188 ast_format_set(ast_channel_writeformat(c), AST_FORMAT_SLINEAR, 0);
2189 ast_channel_tech_pvt_set(c, o);
2191 if (!ast_strlen_zero(o->language))
2192 ast_channel_language_set(c, o->language);
2193 /* Don't use ast_set_callerid() here because it will
2194 * generate a needless NewCallerID event */
2195 if (!ast_strlen_zero(o->cid_num)) {
2196 ast_channel_caller(c)->ani.number.valid = 1;
2197 ast_channel_caller(c)->ani.number.str = ast_strdup(o->cid_num);
2199 if (!ast_strlen_zero(ext)) {
2200 ast_channel_dialed(c)->number.str = ast_strdup(ext);
2204 ast_module_ref(ast_module_info->self);
2205 ast_jb_configure(c, &global_jbconf);
2206 if (state != AST_STATE_DOWN) {
2207 if (ast_pbx_start(c)) {
2208 ast_log(LOG_WARNING, "Unable to start PBX on %s\n", ast_channel_name(c));
2210 o->owner = c = NULL;
2211 /* XXX what about the channel itself ? */
2212 /* XXX what about usecnt ? */
2220 static struct ast_channel *usbradio_request(const char *type, struct ast_format_cap *cap, const struct ast_channel *requestor, const char *data, int *cause)
2222 struct ast_channel *c;
2223 struct chan_usbradio_pvt *o = find_desc(data);
2225 TRACEO(1,("usbradio_request()\n"));
2229 ast_log(LOG_WARNING, "usbradio_request type <%s> data 0x%p <%s>\n", type, data, data);
2232 ast_log(LOG_NOTICE, "Device %s not found\n", data);
2233 /* XXX we could default to 'dsp' perhaps ? */
2236 if (!(ast_format_cap_iscompatible(cap, &slin))) {
2240 ast_log(LOG_NOTICE, "Already have a call (chan %p) on the usb channel\n", o->owner);
2241 *cause = AST_CAUSE_BUSY;
2244 c = usbradio_new(o, NULL, NULL, AST_STATE_DOWN, requestor ? ast_channel_linkedid(requestor) : NULL);
2246 ast_log(LOG_WARNING, "Unable to create new usb channel\n");
2257 static int console_key(int fd, int argc, char *argv[])
2259 struct chan_usbradio_pvt *o = find_desc(usbradio_active);
2262 return RESULT_SHOWUSAGE;
2264 return RESULT_SUCCESS;
2268 static int console_unkey(int fd, int argc, char *argv[])
2270 struct chan_usbradio_pvt *o = find_desc(usbradio_active);
2273 return RESULT_SHOWUSAGE;
2275 return RESULT_SUCCESS;
2278 static int radio_tune(int fd, int argc, char *argv[])
2280 struct chan_usbradio_pvt *o = find_desc(usbradio_active);
2283 if ((argc < 2) || (argc > 4))
2284 return RESULT_SHOWUSAGE;
2286 if (argc == 2) /* just show stuff */
2288 ast_cli(fd,"Active radio interface is [%s]\n",usbradio_active);
2289 ast_cli(fd,"Output A is currently set to ");
2290 if(o->txmixa==TX_OUT_COMPOSITE)ast_cli(fd,"composite.\n");
2291 else if (o->txmixa==TX_OUT_VOICE)ast_cli(fd,"voice.\n");
2292 else if (o->txmixa==TX_OUT_LSD)ast_cli(fd,"tone.\n");
2293 else if (o->txmixa==TX_OUT_AUX)ast_cli(fd,"auxvoice.\n");
2294 else ast_cli(fd,"off.\n");
2296 ast_cli(fd,"Output B is currently set to ");
2297 if(o->txmixb==TX_OUT_COMPOSITE)ast_cli(fd,"composite.\n");
2298 else if (o->txmixb==TX_OUT_VOICE)ast_cli(fd,"voice.\n");
2299 else if (o->txmixb==TX_OUT_LSD)ast_cli(fd,"tone.\n");
2300 else if (o->txmixb==TX_OUT_AUX)ast_cli(fd,"auxvoice.\n");
2301 else ast_cli(fd,"off.\n");
2303 ast_cli(fd,"Tx Voice Level currently set to %d\n",o->txmixaset);
2304 ast_cli(fd,"Tx Tone Level currently set to %d\n",o->txctcssadj);
2305 ast_cli(fd,"Rx Squelch currently set to %d\n",o->rxsquelchadj);
2306 ast_cli(fd,"Device String is %s\n",o->devstr);
2307 return RESULT_SHOWUSAGE;
2310 o->pmrChan->b.tuning=1;
2312 if (!strcasecmp(argv[2],"rxnoise")) tune_rxinput(fd,o);
2313 else if (!strcasecmp(argv[2],"rxvoice")) tune_rxvoice(fd,o);
2314 else if (!strcasecmp(argv[2],"rxtone")) tune_rxctcss(fd,o);
2315 else if (!strcasecmp(argv[2],"rxsquelch"))
2319 ast_cli(fd,"Current Signal Strength is %d\n",((32767-o->pmrChan->rxRssi)*1000/32767));
2320 ast_cli(fd,"Current Squelch setting is %d\n",o->rxsquelchadj);
2321 //ast_cli(fd,"Current Raw RSSI is %d\n",o->pmrChan->rxRssi);
2322 //ast_cli(fd,"Current (real) Squelch setting is %d\n",*(o->pmrChan->prxSquelchAdjust));
2325 if ((i < 0) || (i > 999)) return RESULT_SHOWUSAGE;
2326 ast_cli(fd,"Changed Squelch setting to %d\n",i);
2327 o->rxsquelchadj = i;
2328 *(o->pmrChan->prxSquelchAdjust)= ((999 - i) * 32767) / 1000;
2331 else if (!strcasecmp(argv[2],"txvoice")) {
2334 if( (o->txmixa!=TX_OUT_VOICE) && (o->txmixb!=TX_OUT_VOICE) &&
2335 (o->txmixa!=TX_OUT_COMPOSITE) && (o->txmixb!=TX_OUT_COMPOSITE)
2338 ast_log(LOG_ERROR,"No txvoice output configured.\n");
2342 if((o->txmixa==TX_OUT_VOICE)||(o->txmixa==TX_OUT_COMPOSITE))
2343 ast_cli(fd,"Current txvoice setting on Channel A is %d\n",o->txmixaset);
2345 ast_cli(fd,"Current txvoice setting on Channel B is %d\n",o->txmixbset);
2350 if ((i < 0) || (i > 999)) return RESULT_SHOWUSAGE;
2352 if((o->txmixa==TX_OUT_VOICE)||(o->txmixa==TX_OUT_COMPOSITE))
2355 ast_cli(fd,"Changed txvoice setting on Channel A to %d\n",o->txmixaset);
2360 ast_cli(fd,"Changed txvoice setting on Channel B to %d\n",o->txmixbset);
2364 ast_cli(fd,"Changed Tx Voice Output setting to %d\n",i);
2366 o->pmrChan->b.txCtcssInhibit=1;
2367 tune_txoutput(o,i,fd);
2368 o->pmrChan->b.txCtcssInhibit=0;
2370 else if (!strcasecmp(argv[2],"txall")) {
2373 if( (o->txmixa!=TX_OUT_VOICE) && (o->txmixb!=TX_OUT_VOICE) &&
2374 (o->txmixa!=TX_OUT_COMPOSITE) && (o->txmixb!=TX_OUT_COMPOSITE)
2377 ast_log(LOG_ERROR,"No txvoice output configured.\n");
2381 if((o->txmixa==TX_OUT_VOICE)||(o->txmixa==TX_OUT_COMPOSITE))
2382 ast_cli(fd,"Current txvoice setting on Channel A is %d\n",o->txmixaset);
2384 ast_cli(fd,"Current txvoice setting on Channel B is %d\n",o->txmixbset);
2389 if ((i < 0) || (i > 999)) return RESULT_SHOWUSAGE;
2391 if((o->txmixa==TX_OUT_VOICE)||(o->txmixa==TX_OUT_COMPOSITE))
2394 ast_cli(fd,"Changed txvoice setting on Channel A to %d\n",o->txmixaset);
2399 ast_cli(fd,"Changed txvoice setting on Channel B to %d\n",o->txmixbset);
2403 ast_cli(fd,"Changed Tx Voice Output setting to %d\n",i);
2405 tune_txoutput(o,i,fd);
2407 else if (!strcasecmp(argv[2],"auxvoice")) {
2409 if( (o->txmixa!=TX_OUT_AUX) && (o->txmixb!=TX_OUT_AUX))
2411 ast_log(LOG_WARNING,"No auxvoice output configured.\n");
2415 if(o->txmixa==TX_OUT_AUX)
2416 ast_cli(fd,"Current auxvoice setting on Channel A is %d\n",o->txmixaset);
2418 ast_cli(fd,"Current auxvoice setting on Channel B is %d\n",o->txmixbset);
2423 if ((i < 0) || (i > 999)) return RESULT_SHOWUSAGE;
2424 if(o->txmixa==TX_OUT_AUX)
2427 ast_cli(fd,"Changed auxvoice setting on Channel A to %d\n",o->txmixaset);
2432 ast_cli(fd,"Changed auxvoice setting on Channel B to %d\n",o->txmixbset);
2437 //tune_auxoutput(o,i);
2439 else if (!strcasecmp(argv[2],"txtone"))
2442 ast_cli(fd,"Current Tx CTCSS modulation setting = %d\n",o->txctcssadj);
2446 if ((i < 0) || (i > 999)) return RESULT_SHOWUSAGE;
2448 set_txctcss_level(o);
2449 ast_cli(fd,"Changed Tx CTCSS modulation setting to %i\n",i);
2455 else if (!strcasecmp(argv[2],"dump")) pmrdump(o);
2456 else if (!strcasecmp(argv[2],"nocap"))
2458 ast_cli(fd,"File capture (trace) was rx=%d tx=%d and now off.\n",o->b.rxcap2,o->b.txcap2);
2459 ast_cli(fd,"File capture (raw) was rx=%d tx=%d and now off.\n",o->b.rxcapraw,o->b.txcapraw);
2460 o->b.rxcapraw=o->b.txcapraw=o->b.rxcap2=o->b.txcap2=o->pmrChan->b.rxCapture=o->pmrChan->b.txCapture=0;
2461 if (frxcapraw) { fclose(frxcapraw); frxcapraw = NULL; }
2462 if (frxcaptrace) { fclose(frxcaptrace); frxcaptrace = NULL; }
2463 if (frxoutraw) { fclose(frxoutraw); frxoutraw = NULL; }
2464 if (ftxcapraw) { fclose(ftxcapraw); ftxcapraw = NULL; }
2465 if (ftxcaptrace) { fclose(ftxcaptrace); ftxcaptrace = NULL; }
2466 if (ftxoutraw) { fclose(ftxoutraw); ftxoutraw = NULL; }
2468 else if (!strcasecmp(argv[2],"rxtracecap"))
2470 if (!frxcaptrace) frxcaptrace= fopen(RX_CAP_TRACE_FILE,"w");
2471 ast_cli(fd,"Trace rx on.\n");
2472 o->b.rxcap2=o->pmrChan->b.rxCapture=1;
2474 else if (!strcasecmp(argv[2],"txtracecap"))
2476 if (!ftxcaptrace) ftxcaptrace= fopen(TX_CAP_TRACE_FILE,"w");
2477 ast_cli(fd,"Trace tx on.\n");
2478 o->b.txcap2=o->pmrChan->b.txCapture=1;
2480 else if (!strcasecmp(argv[2],"rxcap"))
2482 if (!frxcapraw) frxcapraw = fopen(RX_CAP_RAW_FILE,"w");
2483 ast_cli(fd,"cap rx raw on.\n");
2486 else if (!strcasecmp(argv[2],"txcap"))
2488 if (!ftxcapraw) ftxcapraw = fopen(TX_CAP_RAW_FILE,"w");
2489 ast_cli(fd,"cap tx raw on.\n");
2492 else if (!strcasecmp(argv[2],"save"))
2495 ast_cli(fd,"Saved radio tuning settings to usbradio_tune_%s.conf\n",o->name);
2497 else if (!strcasecmp(argv[2],"load"))
2499 ast_mutex_lock(&o->eepromlock);
2502 ast_mutex_unlock(&o->eepromlock);
2504 ast_mutex_lock(&o->eepromlock);
2506 o->eepromctl = 1; /* request a load */
2507 ast_mutex_unlock(&o->eepromlock);
2509 ast_cli(fd,"Requesting loading of tuning settings from EEPROM for channel %s\n",o->name);
2513 o->pmrChan->b.tuning=0;
2514 return RESULT_SHOWUSAGE;
2516 o->pmrChan->b.tuning=0;
2517 return RESULT_SUCCESS;
2521 set transmit ctcss modulation level
2522 adjust mixer output or internal gain depending on output type
2523 setting range is 0.0 to 0.9
2525 static int set_txctcss_level(struct chan_usbradio_pvt *o)
2527 if (o->txmixa == TX_OUT_LSD)
2529 // o->txmixaset=(151*o->txctcssadj) / 1000;
2530 o->txmixaset=o->txctcssadj;
2534 else if (o->txmixb == TX_OUT_LSD)
2536 // o->txmixbset=(151*o->txctcssadj) / 1000;
2537 o->txmixbset=o->txctcssadj;
2543 *o->pmrChan->ptxCtcssAdjust=(o->txctcssadj * M_Q8) / 1000;
2548 CLI debugging on and off
2550 static int radio_set_debug(int fd, int argc, char *argv[])
2552 struct chan_usbradio_pvt *o = find_desc(usbradio_active);
2555 ast_cli(fd,"usbradio debug on.\n");
2556 return RESULT_SUCCESS;
2559 static int radio_set_debug_off(int fd, int argc, char *argv[])
2561 struct chan_usbradio_pvt *o = find_desc(usbradio_active);
2564 ast_cli(fd,"usbradio debug off.\n");
2565 return RESULT_SUCCESS;
2568 static int radio_active(int fd, int argc, char *argv[])
2571 ast_cli(fd, "active (command) USB Radio device is [%s]\n", usbradio_active);
2573 return RESULT_SHOWUSAGE;
2575 struct chan_usbradio_pvt *o;
2576 if (strcmp(argv[2], "show") == 0) {
2577 for (o = usbradio_default.next; o; o = o->next)
2578 ast_cli(fd, "device [%s] exists\n", o->name);
2579 return RESULT_SUCCESS;
2581 o = find_desc(argv[2]);
2583 ast_cli(fd, "No device [%s] exists\n", argv[2]);
2586 struct chan_usbradio_pvt *ao;
2587 for (ao = usbradio_default.next; ao && ao->name ; ao = ao->next)ao->pmrChan->b.radioactive=0;
2588 usbradio_active = o->name;
2589 o->pmrChan->b.radioactive=1;
2592 return RESULT_SUCCESS;
2595 CLI debugging on and off
2597 static int radio_set_xpmr_debug(int fd, int argc, char *argv[])
2599 struct chan_usbradio_pvt *o = find_desc(usbradio_active);
2605 if ((i >= 0) && (i <= 100))
2607 o->pmrChan->tracelevel=i;
2610 // add ability to set it for a number of frames after which it reverts
2611 ast_cli(fd,"usbradio xdebug on tracelevel %i\n",o->pmrChan->tracelevel);
2613 return RESULT_SUCCESS;
2617 static char key_usage[] =
2618 "Usage: radio key\n"
2619 " Simulates COR active.\n";
2621 static char unkey_usage[] =
2622 "Usage: radio unkey\n"
2623 " Simulates COR un-active.\n";
2625 static char active_usage[] =
2626 "Usage: radio active [device-name]\n"
2627 " If used without a parameter, displays which device is the current\n"
2628 "one being commanded. If a device is specified, the commanded radio device is changed\n"
2629 "to the device specified.\n";
2631 radio tune 6 3000 measured tx value
2633 static char radio_tune_usage[] =
2634 "Usage: radio tune <function>\n"
2638 " rxsquelch [newsetting]\n"
2639 " txvoice [newsetting]\n"
2640 " txtone [newsetting]\n"
2641 " auxvoice [newsetting]\n"
2642 " save (settings to tuning file)\n"
2643 " load (tuning settings from EEPROM)\n"
2644 "\n All [newsetting]'s are values 0-999\n\n";
2646 #ifndef NEW_ASTERISK
2648 static struct ast_cli_entry cli_usbradio[] = {
2649 { { "radio", "key", NULL },
2650 console_key, "Simulate Rx Signal Present",
2651 key_usage, NULL, NULL},
2653 { { "radio", "unkey", NULL },
2654 console_unkey, "Simulate Rx Signal Lusb",
2655 unkey_usage, NULL, NULL },
2657 { { "radio", "tune", NULL },
2658 radio_tune, "Radio Tune",
2659 radio_tune_usage, NULL, NULL },
2661 { { "radio", "set", "debug", NULL },
2662 radio_set_debug, "Radio Debug",
2663 radio_tune_usage, NULL, NULL },
2665 { { "radio", "set", "debug", "off", NULL },
2666 radio_set_debug_off, "Radio Debug",
2667 radio_tune_usage, NULL, NULL },
2669 { { "radio", "active", NULL },
2670 radio_active, "Change commanded device",
2671 active_usage, NULL, NULL },
2673 { { "radio", "set", "xdebug", NULL },
2674 radio_set_xpmr_debug, "Radio set xpmr debug level",
2675 active_usage, NULL, NULL },
2681 * store the callerid components
2684 static void store_callerid(struct chan_usbradio_pvt *o, char *s)
2686 ast_callerid_split(s, o->cid_name, sizeof(o->cid_name), o->cid_num, sizeof(o->cid_num));
2690 static void store_rxdemod(struct chan_usbradio_pvt *o, const char *s)
2692 if (!strcasecmp(s,"no")){
2693 o->rxdemod = RX_AUDIO_NONE;
2695 else if (!strcasecmp(s,"speaker")){
2696 o->rxdemod = RX_AUDIO_SPEAKER;
2698 else if (!strcasecmp(s,"flat")){
2699 o->rxdemod = RX_AUDIO_FLAT;
2702 ast_log(LOG_WARNING,"Unrecognized rxdemod parameter: %s\n",s);
2705 //ast_log(LOG_WARNING, "set rxdemod = %s\n", s);
2709 static void store_txmixa(struct chan_usbradio_pvt *o, const char *s)
2711 if (!strcasecmp(s,"no")){
2712 o->txmixa = TX_OUT_OFF;
2714 else if (!strcasecmp(s,"voice")){
2715 o->txmixa = TX_OUT_VOICE;
2717 else if (!strcasecmp(s,"tone")){
2718 o->txmixa = TX_OUT_LSD;
2720 else if (!strcasecmp(s,"composite")){
2721 o->txmixa = TX_OUT_COMPOSITE;
2723 else if (!strcasecmp(s,"auxvoice")){
2724 o->txmixa = TX_OUT_AUX;
2727 ast_log(LOG_WARNING,"Unrecognized txmixa parameter: %s\n",s);
2730 //ast_log(LOG_WARNING, "set txmixa = %s\n", s);
2733 static void store_txmixb(struct chan_usbradio_pvt *o, const char *s)
2735 if (!strcasecmp(s,"no")){
2736 o->txmixb = TX_OUT_OFF;
2738 else if (!strcasecmp(s,"voice")){
2739 o->txmixb = TX_OUT_VOICE;
2741 else if (!strcasecmp(s,"tone")){
2742 o->txmixb = TX_OUT_LSD;
2744 else if (!strcasecmp(s,"composite")){
2745 o->txmixb = TX_OUT_COMPOSITE;
2747 else if (!strcasecmp(s,"auxvoice")){
2748 o->txmixb = TX_OUT_AUX;
2751 ast_log(LOG_WARNING,"Unrecognized txmixb parameter: %s\n",s);
2754 //ast_log(LOG_WARNING, "set txmixb = %s\n", s);
2758 static void store_rxcdtype(struct chan_usbradio_pvt *o, const char *s)
2760 if (!strcasecmp(s,"no")){
2761 o->rxcdtype = CD_IGNORE;
2763 else if (!strcasecmp(s,"usb")){
2764 o->rxcdtype = CD_HID;
2766 else if (!strcasecmp(s,"dsp")){
2767 o->rxcdtype = CD_XPMR_NOISE;
2769 else if (!strcasecmp(s,"vox")){
2770 o->rxcdtype = CD_XPMR_VOX;
2772 else if (!strcasecmp(s,"usbinvert")){
2773 o->rxcdtype = CD_HID_INVERT;
2776 ast_log(LOG_WARNING,"Unrecognized rxcdtype parameter: %s\n",s);
2779 //ast_log(LOG_WARNING, "set rxcdtype = %s\n", s);
2783 static void store_rxsdtype(struct chan_usbradio_pvt *o, const char *s)
2785 if (!strcasecmp(s,"no") || !strcasecmp(s,"SD_IGNORE")){
2786 o->rxsdtype = SD_IGNORE;
2788 else if (!strcasecmp(s,"usb") || !strcasecmp(s,"SD_HID")){
2789 o->rxsdtype = SD_HID;
2791 else if (!strcasecmp(s,"usbinvert") || !strcasecmp(s,"SD_HID_INVERT")){
2792 o->rxsdtype = SD_HID_INVERT;
2794 else if (!strcasecmp(s,"software") || !strcasecmp(s,"SD_XPMR")){
2795 o->rxsdtype = SD_XPMR;
2798 ast_log(LOG_WARNING,"Unrecognized rxsdtype parameter: %s\n",s);
2801 //ast_log(LOG_WARNING, "set rxsdtype = %s\n", s);
2805 static void store_rxgain(struct chan_usbradio_pvt *o, const char *s)
2808 sscanf(s, "%30f", &f);
2810 //ast_log(LOG_WARNING, "set rxgain = %f\n", f);
2814 static void store_rxvoiceadj(struct chan_usbradio_pvt *o, const char *s)
2817 sscanf(s, "%30f", &f);
2819 //ast_log(LOG_WARNING, "set rxvoiceadj = %f\n", f);
2823 static void store_rxctcssadj(struct chan_usbradio_pvt *o, const char *s)
2826 sscanf(s, "%30f", &f);
2828 //ast_log(LOG_WARNING, "set rxctcssadj = %f\n", f);
2832 static void store_txtoctype(struct chan_usbradio_pvt *o, const char *s)
2834 if (!strcasecmp(s,"no") || !strcasecmp(s,"TOC_NONE")){
2835 o->txtoctype = TOC_NONE;
2837 else if (!strcasecmp(s,"phase") || !strcasecmp(s,"TOC_PHASE")){
2838 o->txtoctype = TOC_PHASE;
2840 else if (!strcasecmp(s,"notone") || !strcasecmp(s,"TOC_NOTONE")){
2841 o->txtoctype = TOC_NOTONE;
2844 ast_log(LOG_WARNING,"Unrecognized txtoctype parameter: %s\n",s);
2849 static void tune_txoutput(struct chan_usbradio_pvt *o, int value, int fd)
2852 o->pmrChan->txPttIn=1;
2853 TxTestTone(o->pmrChan, 1); // generate 1KHz tone at 7200 peak
2854 if (fd > 0) ast_cli(fd,"Tone output starting on channel %s...\n",o->name);
2856 TxTestTone(o->pmrChan, 0);
2857 if (fd > 0) ast_cli(fd,"Tone output ending on channel %s...\n",o->name);
2858 o->pmrChan->txPttIn=0;
2863 static void tune_rxinput(int fd, struct chan_usbradio_pvt *o)
2865 const int target=23000;
2866 const int tolerance=2000;
2867 const int settingmin=1;
2868 const int settingstart=2;
2869 const int maxtries=12;
2873 int setting=0, tries=0, tmpdiscfactor, meas;
2876 settingmax = o->micmax;
2878 if(o->pmrChan->rxDemod)tunetype=1;
2879 o->pmrChan->b.tuning=1;
2881 setting = settingstart;
2883 ast_cli(fd,"tune rxnoise maxtries=%i, target=%i, tolerance=%i\n",maxtries,target,tolerance);
2885 while(tries<maxtries)
2887 setamixer(o->devicenum,MIXER_PARAM_MIC_CAPTURE_VOL,setting,0);
2888 setamixer(o->devicenum,MIXER_PARAM_MIC_BOOST,o->rxboostset,0);
2891 if(o->rxcdtype!=CD_XPMR_NOISE || o->rxdemod==RX_AUDIO_SPEAKER)
2893 // printf("Measure Direct Input\n");
2894 o->pmrChan->spsMeasure->source = o->pmrChan->spsRx->source;
2895 o->pmrChan->spsMeasure->discfactor=2000;
2896 o->pmrChan->spsMeasure->enabled=1;
2897 o->pmrChan->spsMeasure->amax = o->pmrChan->spsMeasure->amin = 0;
2899 meas=o->pmrChan->spsMeasure->apeak;
2900 o->pmrChan->spsMeasure->enabled=0;
2904 // printf("Measure HF Noise\n");
2905 tmpdiscfactor=o->pmrChan->spsRx->discfactor;
2906 o->pmrChan->spsRx->discfactor=(i16)2000;
2907 o->pmrChan->spsRx->discounteru=o->pmrChan->spsRx->discounterl=0;
2908 o->pmrChan->spsRx->amax=o->pmrChan->spsRx->amin=0;
2910 meas=o->pmrChan->rxRssi;
2911 o->pmrChan->spsRx->discfactor=tmpdiscfactor;
2912 o->pmrChan->spsRx->discounteru=o->pmrChan->spsRx->discounterl=0;
2913 o->pmrChan->spsRx->amax=o->pmrChan->spsRx->amin=0;
2916 ast_cli(fd,"tries=%i, setting=%i, meas=%i\n",tries,setting,meas);
2918 if( meas<(target-tolerance) || meas>(target+tolerance) || tries<3){
2919 setting=setting*target/meas;
2921 else if(tries>4 && meas>(target-tolerance) && meas<(target+tolerance) )
2926 if(setting<settingmin)setting=settingmin;
2927 else if(setting>settingmax)setting=settingmax;
2931 ast_cli(fd,"DONE tries=%i, setting=%i, meas=%i\n",tries,
2932 (setting * 1000) / o->micmax,meas);
2933 if( meas<(target-tolerance) || meas>(target+tolerance) ){
2934 ast_cli(fd,"ERROR: RX INPUT ADJUST FAILED.\n");
2936 ast_cli(fd,"INFO: RX INPUT ADJUST SUCCESS.\n");
2937 o->rxmixerset=(setting * 1000) / o->micmax;
2939 o->pmrChan->b.tuning=0;
2943 static void tune_rxvoice(int fd, struct chan_usbradio_pvt *o)
2945 const int target=7200; // peak
2946 const int tolerance=360; // peak to peak
2947 const float settingmin=0.1;
2948 const float settingmax=4;
2949 const float settingstart=1;
2950 const int maxtries=12;
2956 ast_cli(fd,"INFO: RX VOICE ADJUST START.\n");
2957 ast_cli(fd,"target=%i tolerance=%i \n",target,tolerance);
2959 o->pmrChan->b.tuning=1;
2960 if(!o->pmrChan->spsMeasure)
2961 ast_cli(fd,"ERROR: NO MEASURE BLOCK.\n");
2963 if(!o->pmrChan->spsMeasure->source || !o->pmrChan->prxVoiceAdjust )
2964 ast_cli(fd,"ERROR: NO SOURCE OR MEASURE SETTING.\n");
2966 o->pmrChan->spsMeasure->source=o->pmrChan->spsRxOut->sink;
2967 o->pmrChan->spsMeasure->enabled=1;
2968 o->pmrChan->spsMeasure->discfactor=1000;
2970 setting=settingstart;
2972 // ast_cli(fd,"ERROR: NO MEASURE BLOCK.\n");
2974 while(tries<maxtries)
2976 *(o->pmrChan->prxVoiceAdjust)=setting*M_Q8;
2978 o->pmrChan->spsMeasure->amax = o->pmrChan->spsMeasure->amin = 0;
2980 meas = o->pmrChan->spsMeasure->apeak;
2981 ast_cli(fd,"tries=%i, setting=%f, meas=%i\n",tries,setting,meas);
2983 if( meas<(target-tolerance) || meas>(target+tolerance) || tries<3){
2984 setting=setting*target/meas;
2986 else if(tries>4 && meas>(target-tolerance) && meas<(target+tolerance) )
2990 if(setting<settingmin)setting=settingmin;
2991 else if(setting>settingmax)setting=settingmax;
2996 o->pmrChan->spsMeasure->enabled=0;
2998 ast_cli(fd,"DONE tries=%i, setting=%f, meas=%f\n",tries,setting,(float)meas);
2999 if( meas<(target-tolerance) || meas>(target+tolerance) ){
3000 ast_cli(fd,"ERROR: RX VOICE GAIN ADJUST FAILED.\n");
3002 ast_cli(fd,"INFO: RX VOICE GAIN ADJUST SUCCESS.\n");
3003 o->rxvoiceadj=setting;
3005 o->pmrChan->b.tuning=0;
3009 static void tune_rxctcss(int fd, struct chan_usbradio_pvt *o)
3011 const int target=2400; // was 4096 pre 20080205
3012 const int tolerance=100;
3013 const float settingmin=0.1;
3014 const float settingmax=8;
3015 const float settingstart=1;
3016 const int maxtries=12;
3021 ast_cli(fd,"INFO: RX CTCSS ADJUST START.\n");
3022 ast_cli(fd,"target=%i tolerance=%i \n",target,tolerance);
3024 o->pmrChan->b.tuning=1;
3025 o->pmrChan->spsMeasure->source=o->pmrChan->prxCtcssMeasure;
3026 o->pmrChan->spsMeasure->discfactor=400;
3027 o->pmrChan->spsMeasure->enabled=1;
3029 setting=settingstart;
3031 while(tries<maxtries)
3033 *(o->pmrChan->prxCtcssAdjust)=setting*M_Q8;
3035 o->pmrChan->spsMeasure->amax = o->pmrChan->spsMeasure->amin = 0;
3037 meas = o->pmrChan->spsMeasure->apeak;
3038 ast_cli(fd,"tries=%i, setting=%f, meas=%i\n",tries,setting,meas);
3040 if( meas<(target-tolerance) || meas>(target+tolerance) || tries<3){
3041 setting=setting*target/meas;
3043 else if(tries>4 && meas>(target-tolerance) && meas<(target+tolerance) )
3047 if(setting<settingmin)setting=settingmin;
3048 else if(setting>settingmax)setting=settingmax;
3052 o->pmrChan->spsMeasure->enabled=0;
3053 ast_cli(fd,"DONE tries=%i, setting=%f, meas=%f\n",tries,setting,(float)meas);
3054 if( meas<(target-tolerance) || meas>(target+tolerance) ){
3055 ast_cli(fd,"ERROR: RX CTCSS GAIN ADJUST FAILED.\n");
3057 ast_cli(fd,"INFO: RX CTCSS GAIN ADJUST SUCCESS.\n");
3058 o->rxctcssadj=setting;
3060 o->pmrChan->b.tuning=0;
3063 after radio tune is performed data is serialized here
3065 static void tune_write(struct chan_usbradio_pvt *o)
3070 snprintf(fname,sizeof(fname) - 1,"/etc/asterisk/usbradio_tune_%s.conf",o->name);
3071 fp = fopen(fname,"w");
3073 fprintf(fp,"[%s]\n",o->name);
3075 fprintf(fp,"; name=%s\n",o->name);
3076 fprintf(fp,"; devicenum=%i\n",o->devicenum);
3077 fprintf(fp,"devstr=%s\n",o->devstr);
3078 fprintf(fp,"rxmixerset=%i\n",o->rxmixerset);
3079 fprintf(fp,"txmixaset=%i\n",o->txmixaset);
3080 fprintf(fp,"txmixbset=%i\n",o->txmixbset);
3081 fprintf(fp,"rxvoiceadj=%f\n",o->rxvoiceadj);
3082 fprintf(fp,"rxctcssadj=%f\n",o->rxctcssadj);
3083 fprintf(fp,"txctcssadj=%i\n",o->txctcssadj);
3084 fprintf(fp,"rxsquelchadj=%i\n",o->rxsquelchadj);
3089 ast_mutex_lock(&o->eepromlock);
3092 ast_mutex_unlock(&o->eepromlock);
3094 ast_mutex_lock(&o->eepromlock);
3096 o->eeprom[EEPROM_RXMIXERSET] = o->rxmixerset;
3097 o->eeprom[EEPROM_TXMIXASET] = o->txmixaset;
3098 o->eeprom[EEPROM_TXMIXBSET] = o->txmixbset;
3099 memcpy(&o->eeprom[EEPROM_RXVOICEADJ],&o->rxvoiceadj,sizeof(float));
3100 memcpy(&o->eeprom[EEPROM_RXCTCSSADJ],&o->rxctcssadj,sizeof(float));
3101 o->eeprom[EEPROM_TXCTCSSADJ] = o->txctcssadj;
3102 o->eeprom[EEPROM_RXSQUELCHADJ] = o->rxsquelchadj;
3103 o->eepromctl = 2; /* request a write */
3104 ast_mutex_unlock(&o->eepromlock);
3108 static void mixer_write(struct chan_usbradio_pvt *o)
3110 setamixer(o->devicenum,MIXER_PARAM_MIC_PLAYBACK_SW,0,0);
3111 setamixer(o->devicenum,MIXER_PARAM_MIC_PLAYBACK_VOL,0,0);
3112 setamixer(o->devicenum,MIXER_PARAM_SPKR_PLAYBACK_SW,1,0);
3113 setamixer(o->devicenum,MIXER_PARAM_SPKR_PLAYBACK_VOL,
3114 o->txmixaset * o->spkrmax / 1000,
3115 o->txmixbset * o->spkrmax / 1000);
3116 setamixer(o->devicenum,MIXER_PARAM_MIC_CAPTURE_VOL,
3117 o->rxmixerset * o->micmax / 1000,0);
3118 setamixer(o->devicenum,MIXER_PARAM_MIC_BOOST,o->rxboostset,0);
3119 setamixer(o->devicenum,MIXER_PARAM_MIC_CAPTURE_SW,1,0);
3122 adjust dsp multiplier to add resolution to tx level adjustment
3124 static void mult_set(struct chan_usbradio_pvt *o)
3127 if(o->pmrChan->spsTxOutA) {
3128 o->pmrChan->spsTxOutA->outputGain =
3129 mult_calc((o->txmixaset * 152) / 1000);
3131 if(o->pmrChan->spsTxOutB){
3132 o->pmrChan->spsTxOutB->outputGain =