[Asterisk-java-users] AGIReplyImpl issue -- non-matching patterns
Brought to you by:
srt
From: Steve D. <Ste...@Su...> - 2005-05-03 19:19:12
|
Apparently it's legal to get this reply from Asterisk: 200 result= (timeout) I got that from a GetData command So, it seems where the patterns are "^200 result=//S+ ", they should be "^200 result=//S* +" (just in case there is more than 1 blank) |