1 comment:
File asterisk/AMI_Functions.ttcn:
Patch Set #1, Line 89: tr_AMI_Field_ActionId(template (present) charstring val := ?) := tr_AMI_Field(AMI_FIELD_ACTION_ID, val);
@laforge@gnumonks.org that probably means I can use "pattern @nocase AMI_FIELD_ACTION_ID" here? something like:
template (present) AMI_Field
tr_AMI_Field_ActionId(template (present) charstring val := ?) := tr_AMI_Field(pattern @nocase AMI_FIELD_ACTION_ID, val);
To view, visit change 36758. To unsubscribe, or for help writing mail filters, visit settings.