search for: tsapi

Displaying 2 results from an estimated 2 matches for "tsapi".

Did you mean: tapi
2003 Oct 24
1
CTI interface(s) for Asterisk? [REALLY LONG MESSAGE - SORRY]
...tual hard-phone URI? If so, how do we monitor the "real" agent/station status? In the dreadful old world of proprietary PBXs/Phones, the phone manufacturer sometimes provides a 1st Party CTI interface in the form of a serial or USB connection on the phone, and a CTI driver (TAPI, JTAPI, TSAPI, CCXML, etc.) that runs on the desktop. Since we don't necessarily want to go pestering Grandstream, Snom, Cisco, etc. for CTI interfaces, is there a GOOD, ROBUST, SCALABLE way of doing this ourselves? 2. How about 1st party zaptel (analogue) CTI? Since this is much more along the lines tra...
2005 Jan 25
1
Is SPEEX_GET_QUALITY implemented ?
...s); enc_state=speex_encoder_init(&speex_uwb_mode); speex_encoder_ctl(enc_state,SPEEX_SET_QUALITY,&Quality); speex_encoder_ctl(enc_state,SPEEX_GET_QUALITY,&tmp); printf("Quality is %d\n",tmp); } --------------------------------Result of program----------------------- tsapi:audio 151> a.out warning: Unknown nb_ctl request: 5 Quality is 0