Am 01.11.2010 18:36, schrieb George Niculae:
On Mon, Nov 1, 2010 at 11:31 AM, StephanDiplom
<[email protected]> wrote:
Am 22.10.2010 13:04, schrieb George Niculae:
On Fri, Oct 22, 2010 at 1:15 PM, StephanDiplom
<[email protected]> wrote:
I'm still trying to add new callgroup functions to the soap-api but I've got
some issues. Is there any function to get the id of a callgroup by its name?
I'd like to use the removeCallGroups function to delete callgroups via Soap,
but i got no idea how to get their ids. I also got some problems rebuilding
my project. I added the console output to this mail.
I'm working on a virtual machine (Virtual Box) with CentOS 5.2 as
recommended in developers wiki.
I also added the files I changed, so if there is anything wrong please let
me know.
Files looks OK, I modified a little bit the wsdl one to receive call
group alias (name or extension) and added
CallGroupContext.removeCallGroupByAlias method. The message to be send
should be something like
<soapenv:Body>
<con:DeleteCallGroup>
<callGroupAlias>test</callGroupAlias>
</con:DeleteCallGroup>
</soapenv:Body>
Please test it and if everything OK we could add unit tests and
integrate it in main (run make&& make install from sipXconfig build
directory, also every time you change the wsdl file go to
sipXconfig/web and issue ant wsdl so the java objects get generated)
George
_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev/
Hi,
it took some time for me to realize how the build process works but now
it all works very well. I'm going to include some more functions like
modifying existing callgroups via SOAP-Api like adding or deleting
users. I'll post the files if I had success with that.
Greetings
Stephan
_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev/