Guest User

Untitled

a guest
Jan 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. action: QueueAdd
  2. actionid: 1007603019_12#
  3. interface: LOCAL/CC+703@iax/n
  4. queue: 3029013
  5.  
  6.  
  7.  
  8. Response: Success
  9. ActionID: 1007603019_12#
  10. Message: Added interface to queue
  11.  
  12. try {
  13. ManagerResponse response =
  14. managerConnection.sendAction(new QueueAddAction("3029013", "LOCAL/CC+703@iax/n"),40000);
  15. System.out.println(response.getResponse());
  16. } catch (IOException e) {
  17. e.printStackTrace();
  18. } catch (TimeoutException e) {
  19. e.printStackTrace();
  20. }
Add Comment
Please, Sign In to add comment