Rev 1366 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1366 | Rev 1369 | ||
---|---|---|---|
Line 34... | Line 34... | ||
34 | $db_database = 'asterisk'; |
34 | $db_database = 'asterisk'; |
35 | 35 | ||
36 | // any local specific query |
36 | // any local specific query |
37 | function BaseQuery() |
37 | function BaseQuery() |
38 | { |
38 | { |
39 | return " dstchannel != ''"; |
39 | return " (dstchannel is null or dstchannel != '')"; |
40 | } |
40 | } |
41 | 41 | ||
42 | ?> |
42 | ?> |