On Sat, Jun 27, 2009 at 2:40 AM, Opensips Philippines<[email protected]> wrote: > Jun 27 10:36:31 [22006] ERROR:dialplan:trex_charnode: TREX error letter > expected > Jun 27 10:36:31 [22006] ERROR:dialplan:trex_compile: compilation error > [letter expected]! > Jun 27 10:36:31 [22006] ERROR:dialplan:build_rule: failed to compile match > expression *
reading at modules\dialplan\trex.[ch].. TREX is a Tiny Regular EXpression for dialplan module.. this module implements generic string translations based on matching and replacement rules... but one of your rules contained an invalid character which is expecting a "letter" character .. thus you got a letter expected error and leads to a compilation error.. check trex.[ch] what are those valid letters or consult the document... fooler. _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List http://lists.linux.org.ph/mailman/listinfo/plug Searchable Archives: http://archives.free.net.ph

