voicexml - CallerID in Dialogue -
in rivr application using
firstturn.getparameter("nexmo_caller_id");
to caller id saw parameter passed nexmo, i've changed voxeo , not working anymore. rivr has standard method caller id (remote caller number) in dialogue?
thanks
see https://github.com/nuecho/rivr-cookbook/wiki/obtaining-uuid change session.connection.uuid
session variable contains info. in voicexml 2.0, it's session.connection.remote.uri
voxeo offers session.callerid
.
Comments
Post a Comment