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 6 matches

by ljnftw
Tue Jan 09, 2018 9:55 am
Forum: Plum DEV Q&A
Topic: large int converting to exponent
Replies: 4
Views: 4849

Re: large int converting to exponent

Hello, The code listed below functions to your specifications given the information provided, the variable ("BigNum") received from the VXML will be of type string. I removed the "obj" variable, if you'd like to create a JavaScript object using the "obj" variable you'll need to define it inside a <...
by ljnftw
Mon Jan 08, 2018 11:36 am
Forum: Plum DEV Q&A
Topic: large int converting to exponent
Replies: 4
Views: 4849

Re: large int converting to exponent

Hello! I'm happy to help. I see some lines code are missing, are you modifying the caller's response mathematically or parsing it into an integer? Regards, Plum Support Yes I have left out all code that does not touch the BigNum. It is a user entered preassigned document number. No modification or ...
by ljnftw
Fri Jan 05, 2018 3:28 pm
Forum: Plum DEV Q&A
Topic: large int converting to exponent
Replies: 4
Views: 4849

large int converting to exponent

I am attempting to receive a large response from the caller. It appears to be received properly but at some point either there or in the JavaScript code is is being expressed exponentially. Below is the snip of the code where I receive the number then add to an XML packet. Example: user enters 12345...
by ljnftw
Tue Nov 14, 2017 10:07 am
Forum: Plum DEV Q&A
Topic: Use of SIP Headers
Replies: 5
Views: 5648

Re: Use of SIP Headers

Thank you again.

This gets me started.

One more thing, we are a DIY shop. What do we need to do to get the SIP header information in our process?

Is there any set up that will be required?
by ljnftw
Fri Nov 10, 2017 11:43 am
Forum: Plum DEV Q&A
Topic: Use of SIP Headers
Replies: 5
Views: 5648

Re: Use of SIP Headers

Thank you for the reply.

Is there a specific SIP standard that Plum requires?

Also if necessary can Plum handle a non-standard header?

We are looking to pass an account number from their IVR to ours so we do not have to reacquire it.

For example something like:

Account: 123456.
by ljnftw
Thu Nov 09, 2017 9:47 am
Forum: Plum DEV Q&A
Topic: Use of SIP Headers
Replies: 5
Views: 5648

Use of SIP Headers

We have a client who will be transferring calls from their IVR to ours. We are hoping to use a SIP header to pass information from them to us. In searching the forum I see the following post from 6/16/10. https://support.plumvoice.com/viewtopic.php?f=2&t=1538&p=5014&hilit=sip+header#p5011 It states:...