Guest User

Untitled

a guest
Jun 24th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. answer();
  2.  
  3. say("Initial Text: " + currentCall.initialText);
  4. say("Channel: " + currentCall.channel);
  5. say("Network: " + currentCall.network);
  6. say("Caller Name: " + currentCall.callerName);
  7. say("Called Name: " + currentCall.calledName);
  8. say("Caller ID: " + currentCall.callerID);
  9. say("Called ID: " + currentCall.calledID);
  10.  
  11.  
  12.  
  13. hangup();
Add Comment
Please, Sign In to add comment