mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 02:34:18 +00:00
fux type
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@261 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
parent
f4b07092fc
commit
00c90fa27b
@ -1406,7 +1406,7 @@ zap_status_t zap_channel_read(zap_channel_t *zchan, void *data, zap_size_t *data
|
||||
|
||||
if (zap_test_flag(zchan, ZAP_CHANNEL_CALLERID_DETECT)) {
|
||||
if (zap_fsk_demod_feed(&zchan->fsk, sln, slen) != ZAP_SUCCESS) {
|
||||
uint32_t type, mlen;
|
||||
zap_size_t type, mlen;
|
||||
char str[128], *sp;
|
||||
|
||||
while(zap_fsk_data_parse(&zchan->fsk, &type, &sp, &mlen) == ZAP_SUCCESS) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user