2

I'm creating a new App in RVD and creating a request to an external service. Everything works as expected, I'm using different variables as core_From, core_To and so on. The problem is, I would like also send the date when the call is done but I don't find any variable for that and I wasn't able to find any documentation defining those variables.

I guess I could invoke an external service to know the date, but it seems to costly to do something so trivial... so I think I'm missing something obvious here. Any help on that would be welcomed.

Antón R. Yuste
  • 980
  • 7
  • 17
  • 3
    Anton, unfortunately RVD does not support this feature yet but you could work your way around it using ES as you suggested. There is a pending issue for adding date support though, so stay tuned. – otsakir May 04 '16 at 06:08
  • 3
    here is the issue: https://github.com/RestComm/Restcomm-Connect/issues/1034 – otsakir May 04 '16 at 10:50
  • Thanks @otsakir, if I have the opportunity, I will add the feature – Antón R. Yuste May 05 '16 at 07:15

1 Answers1

0

After this PR, the variable core_callTimestamp is available to provide this functionality.

Antón R. Yuste
  • 980
  • 7
  • 17