Closed GoogleCodeExporter closed 9 years ago
It should still work in FusionPBX because after all it's still using FreeSWITCH.
<condition field=${toll_allow} data="local"/>
"toll_allow=local,domestic"
Will work with this still. However if this is another condition in an outbound
route it needs to be first before the destination_number condition.
Because you are not using a ^ and $ that is the reason local,domestic will work.
<condition field=${toll_allow} data="^local$"/> This looks for an exact match
and the way you described works like a like statement just looking for a
matching string anywhere in the statement.
Original comment by markjcrane@gmail.com
on 13 Apr 2014 at 7:03
Original issue reported on code.google.com by
nandy1...@gmail.com
on 5 Nov 2013 at 11:14