{"id":21214868,"url":"https://github.com/mkiol/cap-client","last_synced_at":"2025-07-10T11:30:45.950Z","repository":{"id":6199284,"uuid":"7430009","full_name":"mkiol/CAP-Client","owner":"mkiol","description":"BroadWorks Client Application Protocol (CAP) implementation in Java","archived":false,"fork":false,"pushed_at":"2013-01-04T19:25:14.000Z","size":172,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-22T14:52:33.223Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mkiol.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-01-03T20:47:19.000Z","updated_at":"2018-01-31T01:50:16.000Z","dependencies_parsed_at":"2022-09-09T14:14:22.484Z","dependency_job_id":null,"html_url":"https://github.com/mkiol/CAP-Client","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkiol%2FCAP-Client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkiol%2FCAP-Client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkiol%2FCAP-Client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkiol%2FCAP-Client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mkiol","download_url":"https://codeload.github.com/mkiol/CAP-Client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225633054,"owners_count":17499904,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-20T21:31:49.901Z","updated_at":"2024-11-20T21:32:17.502Z","avatar_url":"https://github.com/mkiol.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"CAP Client\n==========\n\nCAP Client is a Java-API implementation of BroadWorks Client Application Protocols (abbr. CAP).\nThe CAP are protocols that expose an external Call Control and Call Monitoring interface to BroadWorks server. \n\nBroadWorks is a SIP-based Telephony Application Server developed by BroadSoft company.\n\nWhat does it do?\n----------------\n\nCAP Client provides classes that enable you, using Java event-driven model, listening for \nspecifics telephony call events.\n\nHow to use?\n-----------\n\nCreate CapClient instance and start listening of Call Update events:\n\n    CapClient client = new CapClient();\n    client.addCallUpdateListener(this);\n    \nConnect to CAP server:\n\n    client.connect(host, port, userid, password);\n    \nHandle Call Update events:\n\n    public void callUpdateHandler(CallUpdateEvent event) {\n      ...\n    }\n    \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkiol%2Fcap-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmkiol%2Fcap-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkiol%2Fcap-client/lists"}