[Freeswitch-users] ERLang configuration callbacks
Andrew Thompson
andrew at hijacked.us
Tue Sep 15 11:29:14 PDT 2009
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
More information about the FreeSWITCH-users
mailing list