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 19 matches
- Thu Jan 06, 2011 5:02 am
- Forum: Plum DEV Q&A
- Topic: Based on DB Trigger, Plum should make a call and play msg
- Replies: 11
- Views: 16831
Re: Based on DB Trigger, Plum should make a call and play ms
Hi I'm trying to execute below URL in the IE, if the url makes a call to the configered number, then I can go ahead and configer in my schedlar. which execute this url based on trigger event or schedular event. http://outbound.plumgroup.com/webservice/queuecall.php?login=kishore.inline@gmail.com&pin...
- Tue Jan 04, 2011 6:26 am
- Forum: Plum DEV Q&A
- Topic: Based on DB Trigger, Plum should make a call and play msg
- Replies: 11
- Views: 16831
Re: Based on DB Trigger, Plum should make a call and play ms
Hi In my URL as per the requirement I'm passing all the Post variables. which are mentioned below. Should I need to pay any charges to work my URL. Let me know Required POST Variables POST Variable Type Length Description login string 128 sender login name pin string 16 sender PIN code phone_number ...
- Fri Dec 31, 2010 7:22 am
- Forum: Plum DEV Q&A
- Topic: Based on DB Trigger, Plum should make a call and play msg
- Replies: 11
- Views: 16831
Re: Based on DB Trigger, Plum should make a call and play ms
http://outbound.plumgroup.com/webservice/queuecall.php?login=kishore.inline@gmail.com&pin=xxxx&phone_number=tel:+1804490xxxx&start_url=http://000.000.000.000:1000/OutBound_Welcome.aspx
can you help me where is the mistake in the above url
can you help me where is the mistake in the above url
- Thu Dec 30, 2010 7:28 am
- Forum: Plum DEV Q&A
- Topic: Based on DB Trigger, Plum should make a call and play msg
- Replies: 11
- Views: 16831
Re: Based on DB Trigger, Plum should make a call and play ms
Hi The below is my url http://outbound.plumgroup.com/webservice/queuecall.php?login=kishore.inline@gmail.com&pin=xxxx&phone_number=tel:+1804490xxxx&start_url=http://000.000.000.000:1000/OutBound_Welcome.aspx The above is my URL and gives the error <?xml version="1.0" ?> <queuecall status="failed">Mi...
- Wed Dec 29, 2010 9:43 am
- Forum: Plum DEV Q&A
- Topic: Based on DB Trigger, Plum should make a call and play msg
- Replies: 11
- Views: 16831
Re: Based on DB Trigger, Plum should make a call and play ms
Hi
At present my outbound call is enabled, using that, I can make a call to the configered number, so my number is static.
And it is plaing the message that is configered in XML file (Start URL).
How can i make a call to the number which are configered in my Database.
with regards
Kishore Geddada
At present my outbound call is enabled, using that, I can make a call to the configered number, so my number is static.
And it is plaing the message that is configered in XML file (Start URL).
How can i make a call to the number which are configered in my Database.
with regards
Kishore Geddada
- Thu Jul 22, 2010 6:46 am
- Forum: Plum DEV Q&A
- Topic: XML form should call another XML form for playing prompt msg
- Replies: 3
- Views: 6519
Re: XML form should call another XML form for playing prompt
The above post is not help full. my plum xml is in scratch pad and my db xml is in remote place, so I need to call messages remote xml to scratch pad. or I have to send the telephone session ID to the remote xml using <goto next='http://xyz.com/myfile.xml'>. I understand your support is only for VXM...
- Wed Jul 21, 2010 4:37 am
- Forum: Plum DEV Q&A
- Topic: XML form should call another XML form for playing prompt msg
- Replies: 3
- Views: 6519
XML form should call another XML form for playing prompt msg
Hi All In the below code which is marked as red, that particular messages should come from another from, (My another form where messages are genereated from DB). How can I call another from to play the messages in the marked place. <form id="clockin"> <field name="clockin_customerid" type="digits"> ...
- Thu Jul 08, 2010 4:26 am
- Forum: Plum DEV Q&A
- Topic: How to Send values from One xml form to Another
- Replies: 3
- Views: 8781
Re: How to Send values from One xml form to Another
If we observe code, there is a grammers tags associated to it, so if fields tags are assigned gloablly, then how to link grammer tags with the fields tag. The given solution is not helping. And also let me know how to get a caller ID into assigned to pass it as paramerter to the PHP pages. with rega...
- Tue Jul 06, 2010 5:33 am
- Forum: Plum DEV Q&A
- Topic: How to Send values from One xml form to Another
- Replies: 3
- Views: 8781
How to Send values from One xml form to Another
Hi I have two forms and I want to pass the clickin form customerid to the next form caretaker form. All the forms values entered in one form should be passed to the next form, how can I achieve this. with regards Kishore <form id="clockin"> <field name="customerid" type="digits"> <grammar root="ROOT...
- Fri Jul 02, 2010 8:13 am
- Forum: Plum DEV Q&A
- Topic: Based on DB Trigger, Plum should make a call and play msg
- Replies: 11
- Views: 16831
Based on DB Trigger, Plum should make a call and play msg
hi
In my application, based on some event(insert) fired in DB, Plum should make out bound call and play the message which is configered in scratch pad, how to achieve this functionality.
with regards
Kishore
In my application, based on some event(insert) fired in DB, Plum should make out bound call and play the message which is configered in scratch pad, how to achieve this functionality.
with regards
Kishore
- Fri Jul 02, 2010 2:08 am
- Forum: Plum DEV Q&A
- Topic: Code not working with Plum and ASP.Net
- Replies: 1
- Views: 10629
Code not working with Plum and ASP.Net
hi The following is the code written by me is there any wrong in the code. <form id="clockin"> <field name="customerid" type="digits?length=5"> <grammar root="ROOT" type="application/srgs+xml" mode="dtmf"> <rule id="ROOT" scope="public"> <one-of> <item repeat="0-255"> <ruleref uri="#digit"/> </item>...
- Wed Jun 30, 2010 2:15 am
- Forum: Plum DEV Q&A
- Topic: How to save input values into SQL Server 2005
- Replies: 4
- Views: 8123
Re: How to save input values into SQL Server 2005
If I want to save the values into DB, is PHP is the only way, or there any other ways in your plum
- Wed Jun 30, 2010 2:10 am
- Forum: Plum DEV Q&A
- Topic: How to save input values into SQL Server 2005
- Replies: 4
- Views: 8123
Re: How to save input values into SQL Server 2005
I want to the logic, how your values are saved into DB, which are inputed trough the telephone dial pad
- Tue Jun 29, 2010 3:12 am
- Forum: Plum DEV Q&A
- Topic: How to save input values into SQL Server 2005
- Replies: 4
- Views: 8123
How to save input values into SQL Server 2005
Hi Thanks for your support I have written xml code for my IVR, but I want to save the inputs of the dialer into database. Example if the dialer enter clientID and I should validate clientid against DB. If the clientID exists then I should save the clientID and timestamp(dialler called time) into db....
- Mon Jun 28, 2010 9:31 am
- Forum: Plum DEV Q&A
- Topic: Subit values to php page on key press not based length
- Replies: 5
- Views: 8816
Re: Subit values to php page on key press not based length
Thanks for your support. I have last and final question. I have pressed the key as shown 232323*1234# I have entered my userid and password dividing by star. Now my program should submit values based on # and should prompt the values that are given before the *. How can I divide the given input base...