Capture ANI/DNIS using GVP Voice Studio

Hi guys,
How can I capture the ANI/DNIS using Studio 7.5?
Thanks

Hi Cav,

If my memory serves well :wink: GVP fills the variables ANI and DNIS automatically at the start. You can get the value using “lookUp” function. If it won’t work try to use shadow variable “$ani$”.

R.

PS. What about OBN? Any progress?

Thanks!
About OBN nop. It still doesn’t make a single call and keeps crashing :frowning: Now Alcatel says that OBN doesn’t work with OXE…I don’t trust that one, only that they don’t know even of what I’m talking about

a “mechanical way” is too modify the url provisioned on EMPS interfase…so u can capture the value.

1 Like

How is that? The URL that you provision by default already contains the ANI…what do you mean?

2 Likes

I think he means the DNIS. I had to add it in the IVR URL, for eg: DNIS=$did$ so I can do a lookUp() for “DNIS”.

Hope this helps.

yes…

very sorry for th delay…

hope that recommendation helps u

1 Like

Solution for my memory:

call setpageItem(“vANI”,lookup(“ANI”))

1 Like