Displaying 2 results from an estimated 2 matches for "mf_tone_on_event".
Did you mean:
mf_tone_off_event
2006 Apr 25
1
MFCR2 in Brazil, someone?
...we just never detect the tone and the T1
timer times up. Some custom logs i have put in mfcr2.c point to spandsp
r2_mf_rx always returning a zero value, what seems to mean OFF TONE,
because it automatically sends the code to mf_tone_off_event() but without
expecting tone because it never enters to mf_tone_on_event()
something like this:
OUR PBX =========> seize ============> TELCO
<========= seize ACK <=======
==========> First DNIS tone ==>
here we never detect the tone from the telco
the server is Linux switch-cwb.jeffnetworks.com 2.6.9-34.ELs...
2007 Aug 27
0
libmfcr2 is giving compilation errors
...r: 'mfcr2_signaling_state_t' has no member named
'mf_tx_signal'
mfcr2.c:587: error: 'mfcr2_signaling_state_t' has no member named
'mf_tx_signal'
mfcr2.c:593: error: 'mfcr2_signaling_state_t' has no member named
'mf_tx_signal'
mfcr2.c: In function 'mf_tone_on_event':
mfcr2.c:1413: error: 'mfcr2_signaling_state_t' has no member named
'mf_rx_signal '
mfcr2.c:1416: error: 'mfcr2_signaling_state_t' has no member named
'mf_rx_signal '
mfcr2.c: In function 'mf_tone_off_event':
mfcr2.c:1836: error: 'mfcr2_signaling_sta...