Re: [Asterisk-java-users] Cannot Run HelloEvents Example
Brought to you by:
srt
From: <bdo...@ip...> - 2007-01-18 22:43:33
|
I found the problem by getting sources and a little debugging of reader and writer methods. The problem is at ManagerReaderImpl class where it gets name and value pairs from manager and calls lowercase. My system converts ActionID to action=FDd= as lowercase of char "I" is "=FD" in my locale (Turkish). So later checking for key "actionid" returns a null value. Modifying the name field (setting it to actionid) resolved the case. Thanks for your concern, Burak --=20 This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. |