Displaying 1 result from an estimated 1 matches for "q931_information".
2005 Feb 16
1
[patch] fix libpri problem in Q931_INFORMATION handling
Hi there,
I tried to use Voicemail from a PRI interface but it didn't work because
pressing a key on the ISDN phone just caused Q931_IE_KEYPAD_FACILITY
messages which are normally handled by a bri-stuffed libpri.
Unfortunately a wrong if condition stops keypad messages from being
passed to the channel driver. The patch attached to this mail removes
the 2 lines from the code.
Did I