Correct IAX2 and SIP event subscription description string.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@321812 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Richard Mudgett
2011-06-03 19:55:21 +00:00
parent f3562862e9
commit ca817c31e8
2 changed files with 2 additions and 7 deletions

View File

@@ -13945,9 +13945,7 @@ static void network_change_event_subscribe(void)
{
if (!network_change_event_subscription) {
network_change_event_subscription = ast_event_subscribe(AST_EVENT_NETWORK_CHANGE,
network_change_event_cb,
"SIP Network Change ",
NULL, AST_EVENT_IE_END);
network_change_event_cb, "SIP Network Change", NULL, AST_EVENT_IE_END);
}
}