mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 08:31:02 +00:00
Revert -r430452 It needs to be redone for the next major AMI version change instead.
ASTERISK-24049 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@430509 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1420,7 +1420,8 @@ static int ami_show_outbound_registrations(struct mansession *s,
|
||||
return -1;
|
||||
}
|
||||
|
||||
astman_send_listack(s, m, "Following are Events for each Outbound registration");
|
||||
astman_send_listack(s, m, "Following are Events for each Outbound registration",
|
||||
"start");
|
||||
|
||||
ao2_callback(regs, OBJ_NODATA, ami_outbound_registration_detail, &ami_outbound);
|
||||
|
||||
|
Reference in New Issue
Block a user