CallerID in Dialogue

374 views Asked by At

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

2

There are 2 answers

1
gawi On BEST ANSWER

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.

1
Jim Rush On

Try session.connection.remote.uri and review http://help.voxeo.com/go/help/xml.vxml.variables.sessappvars