Fix a syntaxe error in check_asterisk

This commit is contained in:
Daniel Berteaud 2014-02-18 18:28:00 +01:00
parent 6d88c61b19
commit ff153e30f4
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ usage: $0 --host=asterisk.domain.tld --port=5038 --user=manager --secret=azerty
* duration_external: actual highest duration of external calls
EOF
}
if ($what eq 'sip_peers'){
print get_connected_peers_num('sip');