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

by roadmusic
Fri Jun 28, 2019 5:26 pm
Forum: Plum Fuse+ Q&A
Topic: Calls not being received
Replies: 7
Views: 13044

Re: Calls not being received

I was able to get the calls to work. I see that my format on the DNIS was wrong.
Thanks.
by roadmusic
Tue Jun 25, 2019 9:31 am
Forum: Plum Fuse+ Q&A
Topic: .NET-The request was aborted: Could not create SSL/TLS..
Replies: 0
Views: 14156

.NET-The request was aborted: Could not create SSL/TLS..

When developing in .NET 4.0+ when making a POST call was I getting this error: "The request was aborted: Could not create SSL/TLS secure channel." I was able to fix it by adding one of these to the httpwebRequest object. ServicePointManager.SecurityProtocol = (SecurityProtocolType)3072; //TLS 1.2 Se...
by roadmusic
Mon Jun 17, 2019 1:46 pm
Forum: Plum Fuse+ Q&A
Topic: Calls not being received
Replies: 7
Views: 13044

Re: Calls not being received

Is it still true that Fuse+ does not allow ani to be set in API Queue calls? Using a POST http request. I have tried to add the ;ani=<phone number> and I get either: 1. a Failed request 2. the call doe not complete even though I get a call_id returned. Is there something I am missing? Tried: phone_n...