How to change ANI and DNIS sessions? [message #578547] |
Tue, 19 May 2009 01:34 |
Eclipse User |
|
|
|
On the first page that directs to my application, are the parameters ANI
(session.connection.remote.uri)and DNIS
(session.connection.local.uri)which are set. However, this causes an error
on my platform. My ANI needs to be (session.telephone.ani) and another for
DNIS (session.telephone.dnis). How can I change the way the ANI and DNIS
are assigned? I've looked at every setting I could find in the Project but
cant find any pertaining to session assignments for ANI and DNIS.
Thanks.
−
<vxml version="2.0">
−
<form id="InitialForm" scope="document">
<var name="ANI" expr=""/>
<var name="DNIS" expr=""/>
−
<block name="InitialBlock">
<assign name="ANI" expr="session.connection.remote.uri"/>
<assign name="DNIS" expr="session.connection.local.uri"/>
<submit
next=" /eclTest/-/next;jsessionid=946320DFBFA4A9D1327D5428E1DF3C66? cbb0fc79382a4f039e6f8eb5fef8b1cd=success.filled "
method="get" namelist="ANI DNIS"/>
</block>
</form>
</vxml>
|
|
|
Powered by
FUDForum. Page generated in 0.02798 seconds