简体   繁体   中英

ECCP (Elastix Call Center Protocol) Java-based implementation

I've been working in a Java-based version of Elastix Call Center Protocol for something around 6 months and I need some help.

Everything I found on the Internet was implemented in PHP and, in the most of case, very poor examples.

I even found an implementation in Java in SourceForge but it seems to be abandoned for 10 years.

My points are:

In my app I have to write campaigns and queues directly into Asterisk and Elastix database; there isn't an Eccp operation to do that, according to Eccp Docs.

I wasn't able to create a campaign through Eccp protocol either, because it seems that Eccp doesn't support that kind of operation.

And many other issues. I'm trying to work around these problems mixing Java Code to http calls to Elastix server in order to get these operations done.

Has anybody already worked with Elastix Call Center Protocol in Java? If so, could you give some directions, 'cause everything I've been doing ends up looking like an terrible workaround.

Any kind of help will be appreciated.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM