Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
7095580
Add support for SIP configuration
jflevesque-genetec Feb 18, 2026
44e6a82
Create SIP specification and move out SIP stuff from core spec
jflevesque-genetec Jun 3, 2026
36a8f7e
Rename types and operations to remove SIP prefix
jflevesque-genetec Jun 3, 2026
722e324
Move SipStreamingConfiguration from Media2 to SIP
jflevesque-genetec Jun 3, 2026
a88274d
Add SIP to list of specifications
jflevesque-genetec Jun 3, 2026
f1f0691
Reviewed NAT configuration documentation
jflevesque-genetec Jun 3, 2026
2cefe70
Reordered capabilities to be sorted asc
jflevesque-genetec Jun 3, 2026
aff140f
Bump version to 26.12
jflevesque-genetec Jun 3, 2026
a79c720
Removed BasicCredential that was moved to sip wsdl
jflevesque-genetec Jun 3, 2026
776f250
Merge branch 'development' into video/sip
jflevesque-genetec Jun 5, 2026
8920c12
Update AudioDecoder options type
jflevesque-genetec Jun 5, 2026
37e4c1b
Applied changes according to PR comments
jflevesque-genetec Jun 23, 2026
d1eff50
Update SIP API to support multiple server configurations
jflevesque-genetec Jul 14, 2026
56b391c
Add GetCallButtonOptions
jflevesque-genetec Jul 15, 2026
1d13ca5
Update streaming and add button description
jflevesque-genetec Jul 21, 2026
d299af2
Fix errors in the SIP WSDL file
jflevesque-genetec Aug 11, 2026
693ee56
Add optional field to server configuration
jflevesque-genetec Aug 18, 2026
b24aa25
Remove Add/Remove NAT config in SIP
jflevesque-genetec Aug 20, 2026
7b12fba
Update documentation in both wsdl and xml file for SIP
jflevesque-genetec Aug 20, 2026
e5a0a4c
Add any element for sip capabilities
jflevesque-genetec Aug 20, 2026
66fc58b
Fix GetCallConfigurationsResponse occurrence count
jflevesque-genetec Aug 20, 2026
5c9bd05
Add missing any elements and attributes
jflevesque-genetec Sep 4, 2026
4532e0f
Use ButtonId instead of Token in ButtonDescription
jflevesque-genetec Sep 15, 2026
c7b52b9
Add IceCandidate support
jflevesque-genetec Sep 15, 2026
413b1dc
Remove TokenPair object to instead extend ConfigurationEntity for Ser…
jflevesque-genetec Sep 15, 2026
3d89d79
Clarified behavior multiple button ids being used across configurations
jflevesque-genetec Sep 15, 2026
eed52ad
Rename relay to digital input
jflevesque-genetec Sep 15, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.dia~
.idea/
/.vs
6 changes: 3 additions & 3 deletions doc/Media2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@
<title>CreateProfile</title>
<para>This operation creates a new media profile. The media profile shall be created in the device.</para>
<para>A device implementing this service shall support the creation of media profiles as long as the number of existing profiles does not exceed the capability value MaximumNumberOfProfiles.</para>
<para>A created profile shall be deletable and a device shall set the fixed attribute to false in the returned Profile.</para>
<para>A created profile shall be deletable and a device shall set the "fixed" attribute to false in the returned Profile.</para>
Comment thread
jflevesque-genetec marked this conversation as resolved.
<variablelist role="op">
<varlistentry>
<term>request</term>
Expand Down Expand Up @@ -1852,7 +1852,7 @@
<term>faults</term>
<listitem>
<para role="param">env:Sender - ter:InvalidArgVal - ter:NoConfig</para>
<para role="text">The requested video source configuration ConfigurationToken does not exist.</para>
<para role="text">The requested video source configuration does not exist.</para>
</listitem>
</varlistentry>
<varlistentry>
Expand Down Expand Up @@ -2310,7 +2310,7 @@
</varlistentry>
</variablelist>
</section>
<section xml:id="section_wvd_dzg_ryd">
<section xml:id="section_wvd_dzg_ryb">
<title>AddAudioClip</title>
<para>This operation adds audio clip configuration to the device and provides the audio clip upload
URI to the client. The response to the command includes an HTTP URL to which the audio clip may be uploaded with in the expiry time. If the client is unable to upload the audio clip within the URL's expiry time, the associated audio clip configuration will deleted from the device.
Expand Down
Loading