Talk:Mod easyroute
From FreeSWITCH Wiki
Need help with a write up.
I expanded on what you created with easyroute to create an SBC.
I need help with testing and tweeking. I added mod_lcr for outbound but not sure if this is the best way.
http://wiki.freeswitch.org/wiki/Advance_SBC_with_mod_lcr_and_mod_easyroute
I keep getting this error is this the mod_limit not working?
switch_limit.c:120 Limit subsystem easyroute not found!
mod_limit was updated
Refer to thread here: http://lists.freeswitch.org/pipermail/freeswitch-users/2010-June/059396.html
You either need to load mod_limit to get backwards behavior or change your call to limit to include desired backend (db/hash).
That was it I didn't have the db defined per the above link.
Another question. The default technology profile and default gateway will be returned if the db lookup fails. I was thinking that maybe it needs an option to answer to an audio "number not in service". I'm not sure I want to route an undefined number.

