Quote:
Originally Posted by mmbl13 Hi,
just installed and configured the zimlet and already did some debugging...
our SIP channels are like: phone-manufacturer-#
e.g: phone-linksys-2 is the channel name!
everytime i dial the log is:
zimlet - ch_bnc_asterisk caller: phonelinksys2 callee 203
so phone-linksys-2 -> phonelinksys2
does the SOAP "kill" the "-" ? any ideas? (changing the SIP name isn't a solution)
Thanks Martin |
Hi Martin
No SOAP does not kill the '-'. Actually I do some number checking in asterisk.jsp. In fact this is not necessary for the caller (which is taken from the zimlet user propery srcPhone). So you can try to remove line 496 in asterisk.jsp that contains this code:
Code:
caller=checkNumber(caller);
Then i would expect it to work. I think i will remove that that check in future versions, too ...
Let me now if it worked