Re: [PATCH] voicecall: allow pause to be sent through SendTones()

2011-03-21 Thread Denis Kenzior
Hi Lucas, On 03/18/2011 06:39 PM, Lucas De Marchi wrote: manager_tone() converts all tone chars to uppercase. Since everywhere we check for both 'p' and 'P' for a pause, tone_queue() should also check both before claiming the string is invalid. --- src/voicecall.c |5 +++-- 1 files

[PATCH] voicecall: allow pause to be sent through SendTones()

2011-03-18 Thread Lucas De Marchi
manager_tone() converts all tone chars to uppercase. Since everywhere we check for both 'p' and 'P' for a pause, tone_queue() should also check both before claiming the string is invalid. --- src/voicecall.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git