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 29 matches
- Mon Dec 18, 2006 8:39 am
- Forum: Plum DEV Q&A
- Topic: not able to catch disconnect.hangup event
- Replies: 1
- Views: 5919
not able to catch disconnect.hangup event
Hi, I m not able to catch the disconnect.hangup event when I disconnect the call after transferring the call to a tel number. Below is the VXML for the same please suggest. <?xml version="1.0"?> <vxml version="2.1"> <catch event="connection.disconnect.hangup"> <prompt> <voice name="crystal"> <break ...
- Mon Dec 18, 2006 8:20 am
- Forum: Plum DEV Q&A
- Topic: Call transfer Not working
- Replies: 1
- Views: 5419
- Mon Dec 18, 2006 8:02 am
- Forum: Plum DEV Q&A
- Topic: Call transfer Not working
- Replies: 1
- Views: 5419
Call transfer Not working
Hi, I have this VXML from call transfer which i got from the thread.. http://support.plumgroup.com/viewtopic.php?t=420&highlight=connection+disconnect+hangup <?xml version="1.0"?> <vxml version="2.0"> <form id="transfer"> <transfer name="the_transfer" bridge="true" destexpr="+15613689500" connecttim...
- Fri Dec 15, 2006 10:13 am
- Forum: Plum DEV Q&A
- Topic: BadFetch Error due to TimeOut
- Replies: 5
- Views: 15829
Hi, I have tried to recreate the bad fetch error & the scenario is as follows. If i call the IVR & get the VXML document from our server & keep moving in the same document by touching almost all the nodes or repeating them for about 3 min . And then submit the request to our application server then ...
- Thu Dec 14, 2006 10:35 am
- Forum: Plum DEV Q&A
- Topic: BadFetch Error due to TimeOut
- Replies: 5
- Views: 15829
You are right that the IVR is not fetching any document from application server. But if at all the control is reaching to our application server then the first line of the code creates a log file (if error then 0 kb file gets created else the session is written in the file) & followed by the VXML cr...
- Thu Dec 14, 2006 7:59 am
- Forum: Plum DEV Q&A
- Topic: BadFetch Error due to TimeOut
- Replies: 5
- Views: 15829
BadFetch Error due to TimeOut
Hi, We are running our application & after successfully working for about 7 minutes. The call become nonresponsive. After looking at the call log, we found out that this is a time out error. After that we added the fetchtimeout =180s in submit node. But still we are getting the same behavior. The er...
- Tue Dec 12, 2006 10:27 am
- Forum: Plum DEV Q&A
- Topic: Increment a varibale by one for three times & exit at th
- Replies: 1
- Views: 5995
Increment a varibale by one for three times & exit at th
Hi, I have a situation where in i need to increment a varibale in else condition (i.e. non matching condition other than mentioned in if loop). And need to exit after the third attempt without using the NoMatch event. If(cond== 1) else if (cond==2) else var = var +1 If var =3 then exit Can you sugge...
- Tue Dec 12, 2006 10:11 am
- Forum: Plum DEV Q&A
- Topic: Error accepting input values from the caller.
- Replies: 1
- Views: 6279
Error accepting input values from the caller.
Hi, I have a case where in i need to get the some user input as digits to here different prompts. But in case if you enetr other than whats not mentioned in the VXML then the call gets hanged. Please let me know how to get rid of this issue. The VXML is as follows. <form id="menuresult"> <block> <pr...
- Tue Dec 12, 2006 2:39 am
- Forum: Plum DEV Q&A
- Topic: Regarding session.telephone.dnis
- Replies: 1
- Views: 5729
Regarding session.telephone.dnis
Hi, We have been given a telephone number "6172742066" by Plum to test our applicatio. We are storing this number as the Called id in out application DB to check from which number the call has been made. But when we receive the "session.telephone.dnis" , plum gives us only last 4 digit of the teleph...
- Thu Dec 07, 2006 8:00 am
- Forum: Plum DEV Q&A
- Topic: Accepting calues other than mentioned in IF-ELSEIF condition
- Replies: 1
- Views: 5604
Accepting calues other than mentioned in IF-ELSEIF condition
Hi, I have a problem while accepting an input other than mentioned in the IF-ELSEIF condition.The VXML is as follows... <form id="confirm_ssn_number"> <block> <prompt> <voice name="crystal"> <break size="medium" />The Number you entered is<break size="medium" /><say-as type="acronym"> <value expr="s...
- Thu Dec 07, 2006 7:58 am
- Forum: Plum DEV Q&A
- Topic: Accepting calues other than mentioned in IF-ELSEIF condition
- Replies: 1
- Views: 6184
Accepting calues other than mentioned in IF-ELSEIF condition
Hi, I have a problem while accepting an input other than mentioned in the IF-ELSEIF condition.The VXML is as follows... <form id="confirm_ssn_number"> <block> <prompt> <voice name="crystal"> <break size="medium" />The Number you entered is<break size="medium" /><say-as type="acronym"> <value expr="s...
- Tue Dec 05, 2006 4:34 am
- Forum: Plum DEV Q&A
- Topic: Date input recognition issue
- Replies: 3
- Views: 8923
We are only using DTMF mode & about to change the voice prompts to accept only DTMF values. Here is the VXML we are using for the accepting the user input ... <?xml version="1.0"?> <vxml version="2.0"> <var name="ssn_number" /> <var name="dobset" /> <var name="submitcount" expr="1" /> <form id="prom...
- Tue Dec 05, 2006 4:29 am
- Forum: Plum DEV Q&A
- Topic: Problem in accepting a 9 digit number
- Replies: 5
- Views: 11735
Here is the VXML we are using... <?xml version="1.0"?> <vxml version="2.0"> <var name="ssn_number" /> <var name="dobset" /> <var name="submitcount" expr="1" /> <form id="prompt_ssn_number"> <field name="MyField" type="digits?length=9"> <prompt><voice name="crystal"> <break size="medium" /> Please Sp...
- Fri Dec 01, 2006 5:04 am
- Forum: Plum DEV Q&A
- Topic: Problem in accepting a 9 digit number
- Replies: 5
- Views: 11735
Problem in accepting a 9 digit number
Hi, i have a situation in my application to accept a 9 digit SSN number from the caller. But the VXML behavior is inconsistent meaning first time entry fails, second time entry also fails to understand the & then after retrying for the third time on entering the same number it accepts. The scenario ...
- Thu Nov 30, 2006 11:18 pm
- Forum: Plum DEV Q&A
- Topic: To get Live logs for the calls
- Replies: 1
- Views: 5702
To get Live logs for the calls
Hi,
How to enable the Live logs becuase it always shows as 'None' in my account.
Please suggest.
-Awaneesh
How to enable the Live logs becuase it always shows as 'None' in my account.
Please suggest.
-Awaneesh