use exprecs on GTT records

This commit is contained in:
Harald Welte 2011-04-02 17:24:47 +02:00
parent 5272527411
commit 8e7cdaf45e
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@
-export([global_title_match/2, apply_gtt_actions/2, execute_gtt/2]).
-compile({parse_transform, exprecs}).
-export_records([gtt_match, gtt_act_repl_digits, gtt_act_repl_num_plan]).
% Match a given GT against an ordered list of {match, action} tuples
global_title_match([], Gt) when is_record(Gt, global_title) ->
false;