Hello,
I'm doing a simple alert, which looks like this:
SIP/3102-in-* you=* | table you, id
Which should extract 2 tables from message like this:
Aug 1 10:40:08 192.168.1.201 Aug 1 10:39:17 asterisk[4015]: VERBOSE[4015]: -- Executing [s@default:1] Set("SIP/3102-in-00000000", "you=11111111111|id=""Caller ID""") in new stack
What I get in return is actually this:
"11111111 Caller" (in a table form of course), but the ID is missing. Anything that comes in only the first word before space is shown.
I understand it's due to the way I extract it, but I'm really not sure how to form a search to make it properly produce the full string. Any help is appreciated.
... View more