We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics
Search found 21 matches
- Fri Sep 14, 2012 4:37 am
- Forum: Plum DEV Q&A
- Topic: Rule for playing announcements
- Replies: 1
- Views: 6441
Rule for playing announcements
Dear support team, I'm implementing IVR application where customer can call and listen info about debt. I have integration with PHP and according to return value I receive digits (for example: "125"). These digits are the debt. I also have announcement files in following format: "one hundred", "two ...
- Mon Apr 23, 2012 1:05 am
- Forum: Plum DEV Q&A
- Topic: How to get transffered number ANI
- Replies: 2
- Views: 7723
Re: How to get transffered number ANI
Thank you!
- Fri Apr 20, 2012 7:28 am
- Forum: Plum DEV Q&A
- Topic: How to get transffered number ANI
- Replies: 2
- Views: 7723
How to get transffered number ANI
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 i...
- Wed Feb 01, 2012 4:42 am
- Forum: Plum DEV Q&A
- Topic: How to insert sessionid and session.telephone.ani into URL
- Replies: 4
- Views: 12570
Re: How to insert sessionid and session.telephone.ani into U
Dear support team,
Thank you very much. Now everything OK.
Thank you very much. Now everything OK.
- Tue Jan 31, 2012 2:45 am
- Forum: Plum DEV Q&A
- Topic: How to insert sessionid and session.telephone.ani into URL
- Replies: 4
- Views: 12570
Re: How to insert sessionid and session.telephone.ani into U
Dear support team,
Thank you for quick response. Now everything work correctly except "session.id". Unfortunately it came with empty value. Could you please help me with this. May be I forgot to add something in my code.
Thanks beforehand.
Thank you for quick response. Now everything work correctly except "session.id". Unfortunately it came with empty value. Could you please help me with this. May be I forgot to add something in my code.
Thanks beforehand.
- Mon Jan 30, 2012 5:39 am
- Forum: Plum DEV Q&A
- Topic: How to insert sessionid and session.telephone.ani into URL
- Replies: 4
- Views: 12570
How to insert sessionid and session.telephone.ani into URL
Dear support team, I need your advice. I'm trying to implement dynamic IVR via VoiceXML in our company. At the moment I have a direct URL to write logs into database. The URL is: http://XXX.XXX.XXX.XXX:9090/Rotocell/index.php?ani=55569854&sid=12fif385&dtmfcode=NAR&password=12345. I need to create 2 ...
- Fri Jan 13, 2012 2:45 am
- Forum: Plum DEV Q&A
- Topic: Checking URI timeout before <subdialog>
- Replies: 2
- Views: 7374
Re: Checking URI timeout before <subdialog>
Dear support team,
Thank you very much.
Thank you very much.
- Wed Dec 28, 2011 3:41 am
- Forum: Plum DEV Q&A
- Topic: Checking URI timeout before <subdialog>
- Replies: 2
- Views: 7374
Checking URI timeout before <subdialog>
Dear support team, I need your advice. I implemented dynamic IVR in VXML. At first page it checks the mobile number status using <subdialog> element. It called URI and regarding to return value redirect customers to appropriate flows. Today we faced issue with URI which based on another server. Ther...
- Fri Jul 08, 2011 12:07 am
- Forum: Plum DEV Q&A
- Topic: How to split session.telephone.ani?
- Replies: 4
- Views: 10693
Re: How to split session.telephone.ani?
Dear support team,
Everything is working correctly. Thank you very much.
Everything is working correctly. Thank you very much.
- Thu Jul 07, 2011 9:42 am
- Forum: Plum DEV Q&A
- Topic: How to split session.telephone.ani?
- Replies: 4
- Views: 10693
Re: How to split session.telephone.ani?
Dear support team, Thank you very much. I just would like to ask one more question. If I need to assign property for first 3 digits (070), should I make changes in <var name="firsttwo" expr="phonenum.substring(0,2)"/> and change it to <var name="firstthree" expr="phonenum.substring(0,3)"/>. Am I cor...
- Thu Jul 07, 2011 8:11 am
- Forum: Plum DEV Q&A
- Topic: How to split session.telephone.ani?
- Replies: 4
- Views: 10693
How to split session.telephone.ani?
Dear support team, I have one question. I assign variable session.telephone.ani and I see numbers which dial my application. They come with "70" and "77" prefixes. Now I need to assign some property, something like "if number start with 77 goto next hello.vxml else goto next change.vxml". Could you ...
- Tue Jun 28, 2011 3:09 am
- Forum: Plum DEV Q&A
- Topic: Checking if URI is alive before <subdialog>
- Replies: 2
- Views: 6237
Re: Checking if URI is alive before <subdialog>
Dear support team,
Thank you very much. I implement catch handler. It works properly. Thanks again for your wonderful support.
Thank you very much. I implement catch handler. It works properly. Thanks again for your wonderful support.
- Mon Jun 27, 2011 7:32 am
- Forum: Plum DEV Q&A
- Topic: Checking if URI is alive before <subdialog>
- Replies: 2
- Views: 6237
Checking if URI is alive before <subdialog>
Dear support team, I need your advice. I implemented dynamic IVR in VXML. At first page it checks the mobile number status using <subdialog> element. It called URI and regarding to return value redirect customers to appropriate flows. Today we faced issue with URI which based on another server. The ...
- Mon Dec 20, 2010 9:21 am
- Forum: Plum DEV Q&A
- Topic: Implementation of GSM service activation via ASPX in VXML
- Replies: 12
- Views: 27440
Re: Implementation of GSM service activation via ASPX in VXM
Dear support team,
We changed aspx to php and implemented everything on php using your samples. All services is working fine now.
Thank you very much for great help and support.
We changed aspx to php and implemented everything on php using your samples. All services is working fine now.
Thank you very much for great help and support.
- Fri Dec 17, 2010 10:39 am
- Forum: Plum DEV Q&A
- Topic: Implementation of GSM service activation via ASPX in VXML
- Replies: 12
- Views: 27440
Re: Implementation of GSM service activation via ASPX in VXM
Dear support team, First, thank you very much for the wonderful support. Everything works fine now. I just have one last request. Could you please advise what changes I should make in a default.aspx file for return valid VXML code? I`d like to set the announcement which would say, that at "You opera...