4
Fork 0

Added support of Talker Alias

This commit is contained in:
Artem Prilutskiy 2016-12-29 11:47:21 +03:00
parent 1c8eaa89e7
commit 262463046e
4 changed files with 38 additions and 20 deletions

View file

@ -1,2 +1,7 @@
#!/bin/bash
./FRNClientConsole | ./callcapture --identity AlterFRN --expression "RX is started: ([A-Z0-9]{3,7})[-,]" --connection Registry.cnf --network 2502 --link 11
./FRNClientConsole | ./callcapture \
--identity AlterFRN \
--expression "RX is started: (?<alias>(?<call>[A-Z0-9]{2,7})[-,][^;]+)" \
--connection Registry.cnf \
--network 2502 \
--link 11