Hello,
I mean that we manage our own numbers and contact Plum IVR though SIP.
Stephane
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 4 matches
- Thu Nov 25, 2010 9:24 am
- Forum: Plum DEV Q&A
- Topic: SIP (VoIP) support
- Replies: 3
- Views: 7152
- Tue Nov 23, 2010 9:40 pm
- Forum: Plum DEV Q&A
- Topic: SIP (VoIP) support
- Replies: 3
- Views: 7152
SIP (VoIP) support
Hello,
Can plum support SIP from an other VoIP server ?
Regards
Stephane
Can plum support SIP from an other VoIP server ?
Regards
Stephane
- Wed Nov 17, 2010 10:48 pm
- Forum: Plum DEV Q&A
- Topic: Get the ANI inside the first HTTP request to server
- Replies: 7
- Views: 12320
Re: Get the ANI inside the first HTTP request to server
Hi, While this isn't necessarily a scalable solution, you could set up a scratchpad to collect the ANI, and then send it along to the script on your web server. That way, you'd only be hitting your server once. We will add this to our list of feature requests for the platform, but we'd like to get ...
- Tue Nov 16, 2010 2:16 am
- Forum: Plum DEV Q&A
- Topic: Get the ANI inside the first HTTP request to server
- Replies: 7
- Views: 12320
Get the ANI inside the first HTTP request to server
Hi, To get session and ANI information inside a request, I just add this <submit namelist="session.telephone.ani $name session.telephone.dnis session.id" ... It works fine. However, I need to know the ANI number from the very first request to the HTTP server, before the server returns any XML, it sh...