[OGo-Users] Re: click-to-dial & Asterisk
Mark Pavlichuk
users@opengroupware.org
Sat, 15 Dec 2007 13:58:36 +1000
> If so, then ogo can find the AsteriskDialer bundle in the location you
> mentioned above. If the line just looks like:
> Dec 14 07:17:38 ogo-webui-1.1 [15867]: |ogo-webui-1.1| CTI Dialers:
> Then it is the wrong place.
I'm getting " [ogo-webui-1.1] CTI Dialers: " (and that's all). I
know the webui is reading the right config, because strace says the
correct NSGlobalDomain.plist was loaded, and also I had a warning
related to my configuration : I had identical IPs assigned to two
extensions. ie :
CTIRemoteHostToDevice = {
"192.168.1.29" = "SIP/6000";
"192.168.1.29" = "SIP/6001";
};
I changed one of the IPs to be different, but that still did
not make things work.
The strace did not give me any mention of AsteriskDialer, or
trying to load it.
-Mark