mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Add micro-http server and abstract manager interface, make snmp not die
on reload. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14953 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1897,7 +1897,7 @@ static int manager_parking_status( struct mansession *s, struct message *m )
|
||||
|
||||
cur=parkinglot;
|
||||
while(cur) {
|
||||
ast_cli(s->fd, "Event: ParkedCall\r\n"
|
||||
astman_append(s, "Event: ParkedCall\r\n"
|
||||
"Exten: %d\r\n"
|
||||
"Channel: %s\r\n"
|
||||
"From: %s\r\n"
|
||||
@@ -1915,7 +1915,7 @@ static int manager_parking_status( struct mansession *s, struct message *m )
|
||||
cur = cur->next;
|
||||
}
|
||||
|
||||
ast_cli(s->fd,
|
||||
astman_append(s,
|
||||
"Event: ParkedCallsComplete\r\n"
|
||||
"%s"
|
||||
"\r\n",idText);
|
||||
|
Reference in New Issue
Block a user