We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

How to get transffered number ANI

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
Polad
Posts: 21
Joined: Wed Dec 15, 2010 3:50 am

How to get transffered number ANI

Post by Polad »

Dear support team,

I have one question. Is it possible to get transferred number? For example I call from "A" number to "B" number, then make transfer "B" number to "C" number. If I use session.telephone.ani in script I get "A" number. If I use session.telephone.dnis in script I get "C" number. Is it possible to get "B" number which I transferred? Is there any variable?

Thank you.

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

Re: How to get transffered number ANI

Post by support »

There's no specific variable for the transferring number, but if you want to get the "B" number, you could save session.telephone.dnis to your own variable as soon as "A" calls "B", but before "B" transfers to "C".

Regards,
Plum Support

Polad
Posts: 21
Joined: Wed Dec 15, 2010 3:50 am

Re: How to get transffered number ANI

Post by Polad »

Thank you!

Post Reply