On Mon, Sep 14, 2009 at 01:54:31PM -0600, Mark Sobkow wrote:
> I seem to be missing "something" in implementing the ERLang callbacks 
> for Freeswitch.  Our Freeswitch server is starting and getting 
> registered with ERLang, we're invoking the bind for configuration, but 
> I'm not seeing any of my callbacks fire.  What am I missing?
>


The most obvious thing is that you're trying to catch info messages
using handle_call. The erlang module doesn't use the OTP protocol for
messages so handle_call/cast won't ever fire for messages sent from the
freeswitch module.

Andrew

_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to