In my Rivr application I was using
firstTurn.getParameter("nexmo_caller_id");
to get caller ID as I saw that parameter passed by Nexmo, but I've changed to Voxeo and obviously that is not working anymore. Does Rivr has any standard method to get Caller ID (remote caller number) in a Dialogue?
Thanks
See https://github.com/nuecho/rivr-cookbook/wiki/Obtaining-UUID but change session.connection.uuid
with the session variable that contains the info. In VoiceXML 2.0, it's session.connection.remote.uri
but Voxeo also offers session.callerid
.