Displaying 1 result from an estimated 1 matches for "08212f08".
2010 Apr 13
2
Full transfer details on inbound calls
...that is is possible
ish at trinity:/var/log/asterisk$ grep 'Apr 13' full | grep
SIP/xxx.xxx.xxx.xxx-082090e8 | grep answered
[Apr 13 13:31:11] VERBOSE[17120] logger.c: -- SIP/811-08214f50
answered SIP/xxx.xxx.xxx.xxx-082090e8
[Apr 13 13:31:31] VERBOSE[17120] logger.c: -- SIP/808-08212f08
answered SIP/xxx.xxx.xxx.xxx-082090e8
The above output shows that the originating channel was answered by sip
extension 811 and then by 808 20 seconds later.
I am also considering parsing the full log into a mysql database and
doing the searching in there.
My question is is this a good way to...