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

by support
Tue Nov 13, 2018 2:23 pm
Forum: Plum Fuse+ Q&A
Topic: is_pci for Outbound API, how does this work?
Replies: 1
Views: 7999

Re: is_pci for Outbound API, how does this work?

Hi, Unfortunately, no, that is not the purpose of the is_pci flag. This flag only determines which pool of systems will be used to execute your application once the call begins. In order to guarantee PCI compliance, you should only send non-PI/PII data to the outbound APIs. The data that is sent to ...
by support
Tue Nov 13, 2018 1:44 pm
Forum: Plum Fuse+ Q&A
Topic: Sharing phone numbers with Plum DEV
Replies: 3
Views: 9917

Re: Sharing phone numbers with Plum DEV

Hi,

Only a designated SMS phone number can use the SMS functionality. One number, unfortunately, cannot be utilized for both SMS and outbound calling with an application.

Please let us know if you have any further questions.

Regards,
Plum Support
by support
Tue Nov 13, 2018 1:16 pm
Forum: Plum Fuse+ Q&A
Topic: Registering phone # on cnam
Replies: 1
Views: 7978

Re: Registering phone # on cnam

Hi, When queuing an outbound call from our Fuse+ platform you have the option to set the phone number of your choice as the ANI (the number the call is coming from). We currently support custom caller ID displays of up to 15 characters (including spaces) for local phone numbers only. This feature is...
by support
Fri Nov 09, 2018 9:28 am
Forum: Plum Fuse+ Q&A
Topic: Suppressing auto-generated Menu options
Replies: 3
Views: 9699

Re: Suppressing auto-generated Menu options

Hi,

No problem, glad we could be of help. Let us know if you have any other questions.

Regards,
Plum Support
by support
Thu Nov 08, 2018 4:32 pm
Forum: Plum Fuse+ Q&A
Topic: Suppressing auto-generated Menu options
Replies: 3
Views: 9699

Re: Suppressing auto-generated Menu options

Hi,

If you go to the Audio Manager, you will see the built-in prompts under the User prompt. You can delete the text in the built-in prompts to mute these prompts.

Regards,
Plum Support
by support
Tue Nov 06, 2018 3:42 pm
Forum: Plum DEV Q&A
Topic: Lexicon
Replies: 5
Views: 11806

Re: Lexicon

Hi,

The docs have been updated with some additional languages, including French. We are working to get phonemes for all of the supported languages added as soon as possible.

https://www.plumvoice.com/docs/dev/deve ... ts#phoneme

Regards,
Plum Support
by support
Fri Nov 02, 2018 1:13 pm
Forum: Plum DEV Q&A
Topic: How to shorten waiting time before prompt next questions?
Replies: 1
Views: 8380

Re: How to shorten waiting time before prompt next questions

Hi, To shorten the waiting time between prompts, you can adjust the speech timeout. We would recommend lowering the incompletetimeout property which will reduce the amount of time the platform waits in determining that the caller has finished speaking. You can find an example here: https://www.plumv...
by support
Fri Nov 02, 2018 9:37 am
Forum: Plum DEV Q&A
Topic: About answering machine detection
Replies: 1
Views: 8454

Re: About answering machine detection

Hello, After reviewing your code there are a few small changes we would make. For example there is no reason to perform a second <record>, that should be a <field>. There also is no reason to check the session.connection.callee_type after the first <record> is complete. The callee type detection occ...
by support
Tue Oct 30, 2018 2:51 pm
Forum: Plum DEV Q&A
Topic: Lexicon
Replies: 5
Views: 11806

Re: Lexicon

Hi,

Lexicon is not planned to be utilized in the near future. However, it has been added to our feature list, and you should reach out to your account manager to help it get prioritized into a future release.

Thanks,
Plum Support
by support
Tue Oct 30, 2018 8:42 am
Forum: Plum DEV Q&A
Topic: Lexicon
Replies: 5
Views: 11806

Re: Lexicon

Hi, Unfortunately we do not support the <lexicon> tag because it is not fully supported by our Text-to-Speech engines. Your best option for translations is to use the <phoneme> tag around each of the words that need to have their pronunciations altered. However, each engine supports different phonem...
by support
Tue Oct 23, 2018 12:11 pm
Forum: Plum DEV Q&A
Topic: Sample sizes don't match encoding
Replies: 7
Views: 18145

Re: Sample sizes don't match encoding

Hello, We ran some analysis on your audio file, and it seems as though the issue is with your block align value. It is showing up as a value of 8 when it should be a value of 1. We recommend re-encoding your audio file using sox to fix this issue. Let us know if you have any issues. Regards, Plum Su...
by support
Mon Oct 22, 2018 2:00 pm
Forum: Plum DEV Q&A
Topic: catch and rethrow errors
Replies: 1
Views: 8547

Re: catch and rethrow errors

Hi Graham, Errors are logged automatically in the call logs whenever a <catch> element is triggered. In the code below, <submit> will trigger the <catch> element as the file process_id.php does not exist. The error (error.badfetch) will be logged before user is transferred. Furthermore, the <catch> ...
by support
Thu Oct 18, 2018 12:25 pm
Forum: Plum Fuse+ Q&A
Topic: Delays between modules with matched min/max digits
Replies: 1
Views: 8312

Re: Delays between modules with matched min/max digits

We've also called into your application we don't find the "waiting time" after input outside the industry standards, or even noticeable. As our sales team suggested, you can ask your users to enter the # sign after input, which is the industry standard for ending DTMF input. A note about your ZIP co...
by support
Thu Oct 18, 2018 10:54 am
Forum: Plum Fuse+ Q&A
Topic: Downloading Weekly, Monthly Detailed Metrics
Replies: 5
Views: 11106

Re: Downloading Weekly, Monthly Detailed Metrics

All API requests authenticate using HTTP Basic Authentication. Use the same email address you use to log into your Fuse account for the username value. Your Developer Key, located in your Account Settings, functions as your password. More details can be found in the docs: https://www.plumvoice.com/d...
by support
Thu Oct 18, 2018 8:00 am
Forum: Plum Fuse+ Q&A
Topic: Downloading Weekly, Monthly Detailed Metrics
Replies: 5
Views: 11106

Re: Downloading Weekly, Monthly Detailed Metrics

Hi,

The base URL for all API requests is https://fuse.plumvoice.com/api.

Please refer to our documentation on Fuse+ APIs here: https://www.plumvoice.com/docs/fuse/apis.

Regards,
Plum Support