webservice: getArsVariables and setArsVariables not support

Discuss any topic about Brekeke PBX.

Moderator: Brekeke Support Team

Post Reply
phamduoc
Posts: 11
Joined: Tue Dec 16, 2014 8:21 pm

webservice: getArsVariables and setArsVariables not support

Post by phamduoc »

1. Brekeke Product Name and Version:
3.3.8.1
2. Java version:
1.7(64bit)
3. OS type and the version:
win8
4. UA (phone), gateway or other hardware/software involved:

5. Your problem:
My project need to set ars varibales from other app through web service (or pal websocket). But brekeke pbx 3.1 or later didn't support these methods.

Is there any solution for setting and getting the ars varibales?

thanks,
llucy
Posts: 52
Joined: Fri Jan 31, 2014 1:08 am

Post by llucy »

Please refer to the latest "Developer's Guide: Brekeke PAL WebSocket" or "Developer's Guide: Web Service",

http://brekeke.com/support/pbx_document.php

It has insertRouteVariables() and updateRouteVariables() instead of
getArsVariables() and setArsVariables().

Lucy
phamduoc
Posts: 11
Joined: Tue Dec 16, 2014 8:21 pm

Post by phamduoc »

llucy wrote:Please refer to the latest "Developer's Guide: Brekeke PAL WebSocket" or "Developer's Guide: Web Service",

http://brekeke.com/support/pbx_document.php

It has insertRouteVariables() and updateRouteVariables() instead of
getArsVariables() and setArsVariables().

Lucy
Thanks Lucy,
Post Reply