Download

You can download the latest version of Ozeki SDK by clicking on the link below. After download, you need to unzip it and run the installer in the zip package.

Ozeki SDK v10.4.13
Updated: 2023.11.19.

  1. New feature (Font Size): When a text overlay is used above a video stream, the font size of the text and the position of the text can now be adjusted using attributes in a very easy way
  2. Improvement (RTSP stream): If multiple network interfaces, such as VPN links, ethernet cards or wifi network adapters are present, the IP address of the IP camera stream is determined by the ip address assigned to the interface used for outbound traffic. This makes the RTSP stream work reliably on complex network setups

Ozeki SDK v10.3.199

  1. Bug fix (Common Dependency Resolver): When the SDK dll was installed in the Windows Global Assembly Cache, the applications based on it have loaded the dll twice. This resulted in a CommonDependencyResolver exception. This issue has been solved.

Ozeki SDK v10.3.193

  1. Improvement (Better device management): When you request access to a media device, such as a Speaker or Microphone, the same (single) instance of the device class is returned, because the same hardware device is accessed. If two users (e.g. John and Bob) use the same hardware, their activity interact: for example John may start and Bob may stop the device. If John starts the Microphone and Bob stops it, the microphone will stop at John as well.

    In this new version we have introduced new methods: StartManaged/StopManaged/DisposeManaged. If you use these new methods, the two users will not effect each other. So if you have two or more users accessing the same media devices swich to StartManaged/StopManaged/DisposeManaged to get better functionality.

Ozeki SDK v10.3.190

  1. Bug fix (INVITE TIMEOUT): On some systems the SIP INVITE message response parsing was invalid. This resulted in an INVITE TIMEOUT error messages. This error was related to the introduction of new hashing algorithms to support better security. The issue is resolved in this release.
  2. Update (.NET Framework): We have updated the minimum .NET Framework requirement of Ozeki SDK to .NET Framework 4.8. The previous version was .NET Framework 4.0. The update was necessary to support several projects and to resolve some conflicts that arose under Visual Studio 2022

Ozeki SDK v10.3.189

  1. New feature (sha 256): The SHA256 authentication algorithm is now supported.
  2. New feature (StartManaged/StopManaged): If multiple threads want to access the physical audio/video devices in the system (for example the speaker), they should use the StartManaged/StopManaged and DisposeManaged procedures instead of Start/Stop/Dispose. These procedure make access to these devices thread safe, and ensures that multiple threads can use them without issues. These managed functions make sure, that the speaker will be started/stoped/disposed only after all threads have completed their operations. Note, that these functions are based on weak references, so it is not a problem if a developer forgets to call the dispose method.
  3. Improvement (Audio and video device detection): To detect new audio/video devices plugged into the system you can use the built in functions of Windows. In this version, the Ozeki library will allow you to query the plugged in device list unlimited times in a thread safe mode. This enables you to work with dinamically attached and removed devices more efficiently.

Ozeki SDK v10.3.183

  1. Bug fix (Blind transfer): The blind transfer had a bug. It did not parse the target field properly in all cases. This bug is fixed.

Ozeki SDK v10.3.179

  1. Improvement (SIP Messaging): The SIP/VoIP Instant messaging features has been improved. The previous versions contained a bug. The addresses of the instant messages were not set properly. This problem is fixed in this version.

Ozeki SDK v10.3.171

  1. New feature (OnForwarded): This new event was added to the softphone to make it possible to handle SIP 181 redirect events. This event is sent by the PBX to the softphone in case the call is redirected. Asterisk and many other SIP PBX systems support this event.

Ozeki SDK v10.3.163

  1. Improvement (SRTP): The SRTP audio and video stream did not work in all environments. This issues is resolved. Secure audio and video transfer is now possible in all systems.
  2. Improvement (SDP): The system now offers automatic SDP error correction, to support (and fix if possible) communication streams initiated with a broken SDP request. This fix improves connectivity to video camera streams.
  3. Improvement (Compatibility): We made the SDK compatible with older Visual Studio versions, such as Visual Studio 2012.
  4. Improvement (Dependendency): The system became independent of nuget packages.

Ozeki SDK v10.3.137

  1. Improvement (GSM/PSTN): SIP trunk access has been improved. Multiple SIP trunk residing on the same IP address, but different ports are now supported. In previous versions only one sip trunk per ip address was allowed.
  2. Improvement (SIP softphone): SIP softphone registration is improved, to support simultaneous connections with SIP trunks on the same link.

Ozeki SDK v10.3.123

  1. Improvement (Code review): This version has many bug fixes, and optimizations. The code was optimized to achieve the same functionality with fewer lines of code. Code duplications were removed.
  2. Improvement (Android compatibility): This version is now fully compatible with the Ozeki SDK for Android. Thes same code will work on both Android mobile phones and Windows and Linux PC-s. Check out https://android-voip-sip.com/ for the Android version
  3. Bug fix (SRTP): The secure RTP transmission did not work properly in previous versions, now SRTP works well
  4. Bug fix (Install upgrade): The installer upgrade feature is fixed
  5. Bug fix (My first phone): The redial functionality is fixed
  6. Bug fix (Warnings): The reason for many compiler warnings are removed

Ozeki SDK v10.3.110

  1. Improvement (Version numbers): The version numbering scheme is aligned to the new Ozeki Version Numbers, that is why there is a jump in the version
  2. Improvement (Android): Preparations were made to make the SDK ready for Android Mobile phones
  3. Bug fix (Memory leaks): Memory leaks were discovered and fixed in this version related to unsuccessful VoIP calls

Ozeki SDK v1.10.0

  1. Improvement (Memory consumption): This version is dedicated to memory optimization. Several minor memory leaks are fixed, that were reported by our customers or found by us. The overall memory usage has been reviewed and optimizations were made where we fought it was neccessary. The video frame processing in the computer vision modules could also result in increased memory consumption. This issue was also addressed.

Ozeki SDK v1.9.12

  1. New feature (Camera / Browser camera supprot): Browser camera support was developed to support HTML5 access to the camera
  2. Improvement (Camera / MJPEG Streaming): The MJPEG streaming capabilities has been improved greatly. Now it allows switching resolution during streaming, and the resource usage is reduced.
  3. Improvement (VoIP / relayed calls): Voice calls work well even if all parties are behind firewalls. Now the caller, the callee, and the pbx can operate behind NAT using private IP addresses. In the previous versions the relay calls did not work reliably if all parties were behind firewalls, because some SIP clients (e.g. Bria softphone on Android) were not able to provide appropriate IP address information. This situation is no fixed, the PBX can determines its own public ip using STUN, or this address can be entered manually on the config form, and the PBX can determine the IP addresses of the SIP clients if neccessary using the source adddress of the incoming packets instead of the often unreliable information provided in the SDP data.
  4. Improvement (Alphanumeric SIP addressing): The PBX can operate using alphanumeric addresses instead of simply numbers. You can setup extensions using phone number and/or names if you develop a PBX
  5. Improvement (Alphanumeric SIP dial plans): If you build a VoIP PBX, you may setup call routing using alphanumeric addressing.
  6. Bug fixes: several bugs have been fixed, the list would be long to detail

Ozeki SDK v1.9.2

  1. Improvement (Contact ID): The contact ID protocol is used in alarm systems. Alarm system clients dial a central server and report alarms as they happen through the phone line. In this version both the server side (Contact ID receiver) and the client side (Contact ID sender) of the contact ID protocol has been improved. Handshake detection and timing has became more precise, and more fault tolerant. Repeat transmissions are handled. Failed and partially failed transmissions and other transmission related error detection is handled in a much better way in both sides. Tests have been performed with multiple base stations.

Ozeki SDK v1.9.1

  1. Improvement (Onvif): The OnVif camera compatibility has been improved. Some OnVif cameras require additional discovery messages beforre a connect message, in order to connect properly. This issue has been addressed in this version.

Ozeki SDK v1.9.0

  1. Optimization (Preparing for Android support): This version had many changes under the hood. We are bringing a lot of functionality to an abstract level, to prepare the SDK to be used on Android mobile phones. You might notice some small changes in the namespaces. We eliminated some to make things more simple
  2. Removed feature (Adobe Flash / media gateway): We have removed the Adobe Flash media gateway support from this version to make the ozekisdk.dll smaller and the code more efficient. Only a very small number of customers used flash Audio streaming. If you need this functionality, send us an e-mail with your license code, and we will help you.
  3. Improvement (Examples): The examples that come with the SDK have been reviewed and updated where we could make it easier to understand.

Ozeki SDK v1.8.25

  1. This version does not contain any new features. This version was dedicated to code optimization, cleanup and performance improvement. You will notice that the size of the ozekisdk.dll became smaller, and the number of calls and the complexity of the calls to achieve the desired functionality is optimized.

Ozeki SDK v1.8.22

  1. Bug fix: Local ports free up after unregistering Ozeki Softphone from Ozeki PBX.

Ozeki SDK v1.8.21

  1. There was bad sound quality in the Conference Room when the connected VoIP phones sent the RTP packets in different intervals. It is fixed now.

Ozeki SDK v1.8.19

  1. Bugfix in receiving RTP packets

Ozeki SDK v1.8.18

  1. Improvements: Snapshot handler has been improved on Linux and Arm platforms.

Ozeki SDK v1.8.17

  1. Bugfix in network interface handling

Ozeki SDK v1.8.16

  1. Bugfix in Mpeg4Recorder class

Ozeki SDK v1.8.15

  1. Improvement in Linux and Raspberry Pi versions. Both platforms have the same installer from this SDK version.
  2. Improvement in audio quality handling.
  3. Improvement in Mpeg4Recorder class. Viewing live camera stream will have no delay during recording the stream.
  4. Improvement in connecting to Mjpeg streams.
  5. Bugfix in keepalive, wav recording and audio playing (mp3 and wav) functions in the Ozeki Demo Softphone (00_OzekiDemoSoftphoneWPF).
  6. Bugfix in SnapshotHandler class.
  7. Bugfix in GrayScale filter.

Ozeki SDK v1.8.14

  1. Bugfix in PhoneCallAudioReceiver class. In some cases there was an exception when a PhoneCallAudioReceiver object was connected to another MediaHandler. It is fixed now.
  2. Examples have been updated.

Ozeki SDK v1.8.13

  1. New Feature: It is possible to read Bluetooth Headset buttons with Ozeki VoIP SIP SDK. On this page you can find a detailed tutorial for it: Link

Ozeki SDK v1.8.12

  1. Bugfix in attended transfer function

Ozeki SDK v1.8.11

  1. Bugfix in RTP stream.

Ozeki SDK v1.8.10

  1. User-Agent configuration has been simplified for SoftPhones and PBX-es.

Ozeki SDK v1.8.9

  1. CameraServer performance improvement for streaming HD content.
  2. Bugfix in ContactIdHandler.

Ozeki SDK v1.8.8

  1. Improvement in ContactIdHandler. Now it completely supports the Ademco ContactID Protocol specification (SIA DC-05-1999.09)
  2. Bugfix in SDP parser
  3. Bugfix: The FrameCapture class is no longer capable to read picture files from a folder and send them as frames. We implemented this specific feature in a new class: FrameCaptureFromFolder and we also fixed well known bugs in the new implementation.

Ozeki SDK v1.8.7

  1. Improvment in RTSP Camera connection.
  2. Improvement in SIP registration on PBX side. Some SIP clients were not able to connect to Ozeki PBX. Those clients are compatible from this version.
  3. Bugfix in call handling on PBX side. Blind transfer function did not work when multiple transfers were made. It is fixed.
  4. Bugfix in playing audio files on Linux and ARM based operating systems.

Ozeki SDK v1.8.5

  1. Bugfix in call handling related to memory leak issue.
  2. Bugfix in IP camera connection handling. In some cases it did not work when you disconnected from an IP camera and then reconnected to the camera. It is fixed now.
  3. Bugfix in Linux SDK. Exceptions on Linux fixed.

Ozeki SDK v1.8.4

  1. Improvement in the sound quality of PCMU, PCMA and G.722 codecs.
  2. Improvement in Answer Machine Detector: It detects more efficiently whether the other party is a machine or human.

Ozeki SDK v1.8.3

  1. Improvement in G.722 codec quality.

Ozeki SDK v1.8.2

  1. Improvement in the sound quality of Google Text To Speech.

Ozeki SDK v1.8.1

  1. New Feature: In case of providing an RTSP URL in the Camera Url Builder that contains the username and the password, Ozeki SDK can parse the data from the URL, so you do not have to provide the username and the password again.
  2. New Feature: It is possible to change the background color of a TextOverlay object.
  3. Bugfix: Connections between some AudioHandlers were wrong, which caused bad sound quality. This has been fixed.

Ozeki SDK v1.8.0

  1. New Feature: Google Speech API support. From this version the TTS and the STT functions of Google can be used to convert text to speech and speech to text using the available languages of Google Platform.

Ozeki SDK v1.7.1

  1. Improvment in sample applications.
  2. Improvment in RTSP Camera connection.
  3. Improvment in ONVIF connection: UDP and TCP changing now works flawlessly.
  4. Bug fix in Unhandled exceptions.
  5. Improvment in phoneline registration to PBXs: The issue when the same phone numbers are registered to two PBXs and the calls are received by the wrong one is now fixed.
  6. Improvment in AudioQualityEnhancer: AudioQualityEnhancer has a Start and Stop function. It sends through the data unprocessed without Starting.
  7. Network checking before sending REGISTER.
  8. SUBSCRIBE message handling in PBX.
  9. Improvment in video calls: The disconnection issue is now fixed.

Ozeki SDK v1.7.0

  1. New feature: Opus codec is available from this version. You can make and receive VoIP calls using Opus codec.
  2. Bugfix in SIP message handling.
  3. Bugfix in USB Camera handling.
  4. Bugfix in connecting to Mjpeg streams.

Ozeki SDK v1.6.9

  1. Improvement in VideoViewer class: It is possible to disable the context menu from this version.
  2. Bugfix in sending Contact ID messages.
  3. Bugfix in managing camera stream profiles.
  4. Bugfix in handling resources.

Ozeki SDK v1.6.8

  1. Improvement in RTSP handling.
  2. Improvement in connecting to mjpeg streams.
  3. Bugfix in the Attended transfer function.
  4. Bugfix in the UDP TransportType of the DirectIpPhoneLine.

OZEKI SDK v1.6.7

  1. Bugfix in escaping characters in SIP headers.
  2. Bugfix in webcamera recorder. Now it is possible to record videos longer than 30 minutes.

OZEKI SDK v1.6.6

  1. Bugfixed memory leak in ComputerVision examples.
  2. Bugfix at moving calls between different ConferenceRoom objects.

OZEKI SDK v1.6.4

  1. Improvement in h264 video handling. Now h264 videos are faster and have better quality.
  2. This version is able to connect to SIP servers which have multiple IP addresses.
  3. No more exceptions occur in camera connections and SIP messaging.
  4. Bugfix in streamer examples. It is able to connect to all streamer examples via RTSP.

OZEKI SDK v1.6.3

  1. New feature: Color tracking function (read more here).

OZEKI SDK v1.6.2

  1. Bugfix in ContactIdHandler. It is able to send multiple contact id messages.
  2. Bugfix in IncomingCall event. From this version it will not occur multiple times.

OZEKI SDK v1.6.1

  1. The class DeviceInfo in the Ozeki.Media namespace has been renamed to AudioDeviceInfo to better describe its role and to avoid ambiguity.
  2. New feature:Native HTML5 video streaming
  3. New feature:.deb packages for the experimental Linux/Mono version of the SDK:
    Ozeki_SDK_1.6.1.deb - only compatible with PC
    Ozeki_SDK_1.6.1_armhf.deb - only compatible with Raspberry Pi

OZEKI SDK v1.6.0

  1. New feature: WebMStreamer class. From this version it is possible to stream video and audio together to a website using the video tag of HTML5. See: 14_WebMStream_For_HTML5 example (\Ozeki\Ozeki SDK\Examples\Camera\05_Advanced\14_WebMStream_For_HTML5).
  2. Improvement: VideoViewer turns black when the camera connection ends.
  3. Improvement: It is possible to provide the number of extensions which you wish to subscribe to (presence event):
    var subscription = _phoneLine.Subscription.Create("presence", "100");
    subscription.NotificationReceived += subscription_NotificationReceived;
    _phoneLine.Subscription.Subscribe(subscription);
  4. Bugfix: You can get the type of incoming call if the IncomingCall event occurs (e.Item.CallType).
  5. Bugfix: System.InvalidOperationException of System.Drawing.Image.Clone() in Ozeki.Media.VideoViewerWF has been fixed.
  6. Bugfix: CPU issue has been fixed in case of using the TCP transport type.

OZEKI SDK v1.5.3

  1. New feature: SDP information can be saved during RTSP connection. See: BasicIPCameraViewer example.
  2. Bugfix in RTSP handling.
  3. Bugfix in Contact ID Handler: Multiple Contact ID messages can be sent and the number of sending attempts can be queried.
  4. Bugfix in Mpeg4Recorder class.

OZEKI SDK v1.5.2

  1. Bugfix in Linux dll
  2. Bugfix in MJPEGConnection class
  3. Bugfix in MJPEGStreamer class
  4. Bugfix in CreateDirectIPCallObject method

OZEKI SDK v1.5.1

  1. Bugfix in RTSP handling
  2. Bugfix in Mpeg4 recorder
  3. Minor bugfixes

OZEKI SDK v1.5.0

  1. Improvement in MjpegStreamer: From this version Ozeki SDK calculates the number of frames that are sent through the network based on the bandwidth. This means that the packets are not lost on the network, and the latency becomes minimal. You can find an example here.
  2. Ozeki SDK for Linux: Ozeki SDK has become available on Ubuntu based Linux distributions from this version. You can develop Camera viewer, streamer and VoIP applications using Mono Framework. You can read more about the Linux version here.

OZEKI SDK v1.4.7

  1. Bugfix in camera connection
  2. Minor bugfixes

OZEKI SDK v1.4.6

  1. Bugfix in H.264 codec
  2. Bugfix in RTP packet handling
  3. Bugfix in RTSP connection handling
  4. Bugfix in call handling (PBX mode)

OZEKI SDK v1.4.5

  1. Improvement: It is possible to disable DNS SRV from now.
  2. Bugfix in DNS resolution.

OZEKI SDK v1.4.4

  1. Improvement: VideoViewerWPF mouse events
  2. Improvement in DNS SRV handling
  3. Bugfix in MjpegConnection class
  4. Bugfix in PTZ
  5. Minor bugfixes

OZEKI SDK v1.4.3

  1. Bugfix in DNS SRV handling
  2. Bugfix in SIP message handling
  3. Bugfix in Ozeki Demo Softphone

OZEKI SDK v1.4.2

  1. Bugfix in RTSP
  2. Bugfix in DemoSoftphone
  3. Bugfix in Call State Change in PBX Force Relay mode
  4. Bugfix in Outbound Call mapping
  5. Bitmap converter improvement
  6. AudioQualityEnhancer improvement

OZEKI SDK v1.4.1

  1. Bugfix: BigConnect softphone and Cisco Jabber Video Client are now compatible.
  2. Bugfix in DNS SRV resolv.
  3. Bugfix in GainControl class.

OZEKI SDK v1.4.0

  1. New feature: OggReader class and OggStreamPlayback class.
  2. New feature: DNS SRV is now supported.
  3. Bugfix in memory handling.

OZEKI SDK v1.3.9

  1. New feature: Incoming and outgoing RTP data can be accessed.
  2. Bugfix in network interface handling.
  3. Bugfix in Answering Machine Detector.

OZEKI SDK v1.3.8

  1. New feature: VideoViewerWF Mouse events
  2. New feature: RTCP sender report
  3. Bugfix in ONVIF listener
  4. Bugfix in Camera Server

OZEKI SDK v1.3.7

  1. Bugfix in Mp3StreamRecorder class.
  2. Bugfix: Now we can play mpeg4 videos with AVPlayer class recorded by Mpeg4Recorder class.
  3. Bugfix in MjpegStreamer class.
  4. Bugfix in BitMapConverter class.
  5. RTSP handling improvement

OZEKI SDK v1.3.6

  1. Bugfix: Now we can play our RTSP stream.
  2. Bugfix in MjpegStreamer class.
  3. Bugfix in CameraUrlBuilder classes.
  4. Bugfix in examples and demo applications.
  5. Asserts have been removed.

OZEKI SDK v1.3.5

  1. Bugfix in Mp3StreamRecorder class
  2. Bugfix in BitmapConverter class

OZEKI SDK v1.3.4

  1. Bugfix in CreateCallObject method
  2. Bugfix in Ozeki IP Camera Manager Demo

OZEKI SDK v1.3.3

  1. Bugfix in AudioQualityEnhancer
  2. H264 Decoder improvement
  3. RTSP handling improvement
  4. Bugfix in Ozeki Demo Softphone
  5. Bugfix in Ozeki IP Camera Manager Demo

OZEKI SDK v1.3.2

  1. Bugfix: Sometimes receiving peer to peer calls did not work.
  2. Bugfix: There was a space character in the SDP in case of TLS transport type. It has been removed.
  3. Bugfix: SDK did not send back ACK SIP message when call type was modified. It works now.
  4. Bugfix: Tripwire event sender has been fixed.
  5. Improvement: VideoConcat class

OZEKI SDK v1.3.1

  1. Improvement in MjpegStreamer
  2. Bugfix in Mpeg4Recorder
  3. Bugfix in H264 encoder and decoder

OZEKI SDK v1.3.0

  1. Namespace correction
  2. New feature: New MediaHandler (VideoConcat - it is able to concatenate multiple video sources)
  3. New example: VideoConcat (\Ozeki\Ozeki SDK\Examples\Camera\05_Advanced\13_VideoConcat)
  4. Bugfix: Bugfix in Ozeki IP Camera Manager and Ozeki Demo Softphone applications
  5. RTSP handling improvement
  6. ONVIF handling improvement

OZEKI SDK v1.2.0

  1. New feature: Tampering
  2. New example: Tampering detector (Camera\5_Advanced\11_Tampering)

OZEKI SDK v1.1.2

  1. Minor bugfixes
  2. TextOverlay improvement
  3. Mpeg4Recorder improvement (e.g. FramesCount property)
  4. Documentation bugfix

OZEKI SDK v1.1.1

  1. New MediaHandler: VideoCodecConverter (you can modify the video format from raw format to h263\h263+\h264 formats)
  2. ImageMask improvement (selectable mask color)
  3. DeviceDiscovery bug and memory leak fix
  4. Instant message response received event raised
  5. New Datareceived event in the WaveStreamRecorder to catch the raw data
  6. AudioQualityEnhancer bugfix
  7. New examples: Camera\5_Advanced\10_Image_Mask_WF
  8. VideoViewer improvement
  9. WPF controls bugfix

OZEKI SDK v1.1.0

  1. Namespace simplification
  2. Examples correction and improvements (e.g. Ozeki Demo Softphone)
  3. Native exception handling
  4. Bugfix in .NET 3.5 dll (VoIP)

OZEKI SDK v1.0.1

  1. A bug was discovered in speaker handling. It is fixed.

OZEKI SDK v1.0.0

Ozeki SDK is the next generation of our VoIP SDK library. This is an amazing new development with huge improvements in the field of camera handling. We have simplified the namespaces, optimized the code and fixed several annoying bugs. Please download, and install this version, and check the examples folder to see what you can do with this fantastic new tool.

Some of the improvements:

  1. The number of namespaces have been reduced
  2. Detailed network communication logging is available to trace your calls
  3. Memory management has been optimized. Significantly less memory is used for video and audio calls.
  4. Performance has been optimized. Less CPU is used for audio and video encoding and decoding
  5. Bug fixes in codec implementations, such as H264, AAC, etc
  6. Improved RTSP streaming (audio/video)
  7. IP camera support with Pan/Tilt/Zoom (PTZ) capability
  8. OnVif protocol support (www.onvif.org)
  9. MJPEG streaming added to be able to stream video calls to webbrowsers without Flash, Silverlight or WebRTC support
  10. Computer vision capabilities can be used in SIP video calls (Number plate recognition, Face detection, Line detection, Circle detection, etc...)
  11. Optimized multi way audio and video streaming can be set up to be able to broadcast voice and video
  12. Device discovery was added for local networks
  13. There are several other improvements, please check the examples folder.

OZEKI VoIP SIP SDK v12.1.0

  1. Example improvements
  2. Minor bugfixes

OZEKI VoIP SIP SDK v11.2.4

  1. Example improvements
  2. Minor VoIP and IPCamera bugfixes
  3. NuGet example update
  4. IPCamera ConnectionLost timeout can be set on API
  5. RTSP handling improvement

OZEKI VoIP SIP SDK v11.2.3

  1. Instant Message sending without being in InCall state
  2. IPCamera RTSPClient refactor
  3. IPCamera RTP over RTSP (TCP interleave) support
  4. Minor bugfixes

OZEKI VoIP SIP SDK v11.2.2

  1. CultureInfo for grammar can be set on SpeechToText
  2. NVA related bugfixes

OZEKI VoIP SIP SDK v11.2.1

  1. New feature: License Plate Recognizer
  2. New feature: Tripwire
  3. Improvement in Answering Machine Detection
  4. NVA example applications included
  5. Minor bugfixes

OZEKI VoIP SIP SDK v11.2.0

  1. New library included: Network Video Analytics
    • line detection
    • edge detection
    • corner detection
    • circle detection
    • barcode scanner
  2. New feature: Laser Distance Measurement
  3. Silverlight 5 library included for Media Gateway Client SDK
  4. API improvements (ISpeaker, IMicrophone, IMediaConnector interfaces)
  5. Minor bugfixes

OZEKI VoIP SIP SDK v11.1.5

  1. Parameters can be changed for Waveform speaker
  2. IP camera connection improvements
  3. ONVIF snapshot feature without connecting to camera device
  4. IP range can be specified when discovering ONVIF devices
  5. Minor bugfixes

OZEKI VoIP SIP SDK v11.1.4

  1. Selectable video resolution during calls
  2. ONVIF IP Camera Manager application improvement
  3. ONVIF IP Camera PTZ improvement
  4. ONVIF IP Camera Networking improvement
  5. ONVIF IP Camera static ONVIF snapshot command
  6. Minor bugfixes

OZEKI VoIP SIP SDK v11.1.3

  1. Custom source identifier can be set on IPhoneLine
  2. ONVIF IP Camera Manager application improvement
  3. Minor bugfixes

OZEKI VoIP SIP SDK v11.1.2

  1. IP camera connectivity support
  2. New installer
  3. Launcher application included
  4. Minor bugfixes

OZEKI VoIP SIP SDK v11.0.1

  1. Fixed some issue with API class visibility
  2. Fixed some issue with video encoding
  3. Fixed the issue with VOS2000 registration

OZEKI VoIP SIP SDK v11.0.0

  1. Media features and improvements:
    • Better performance
    • No audio mixer required when connecting multiple audio sources to a destination
    • Different audio can be played in the left and right channel simultaneously
    • Improvement in audio and video synchronization
    • Audio/Video handlers can support multiple audio/video formats
  2. SIP features and improvements:
    • Extended registration info for IPhoneLine and SIP extensions
    • Multiple SIP account registration with the same port number
    • Subscription to any SIP event-packages via SUBSCRIBE requests
    • SIP header mapping for SIP extensions and IPhoneLine
    • Trusted network identity support (P-Asserted-Identity, P-Preferred-Identity, Remote-Party-ID)
    • Notification about MESSAGE sending failure
  3. Call features and improvements:
    • Easier call parameter customization (such as caller ID or call type)
    • SRTP mode can be specified for each calls
    • Optimized direct IP P2P calls
    • Custom properties can be used in ICall objects
  4. PBX features and improvements:
    • Simplified extension identification
    • Simpler call handling for extensions (no need to create it manually via IPBXCallFactory)
    • Much more easier to implement SIP trunk and VoIP provider connection
    • Revised dial plan parameters (easier to get caller ID and dialed number information)
    • SessionMode can be specified for each calls in the dial plan
  5. New sample projects
  6. Several API modification

OZEKI VoIP SIP SDK v10.1.14

  1. Improvement in TCP stream handling

OZEKI VoIP SIP SDK v10.1.13

  1. New feature: Contact Id protocol support

OZEKI VoIP SIP SDK v10.1.12

  1. The aggregated H264 NAL unit is supported in RTP stream
  2. Registration issue is fixed in Asterisk based PBXes

OZEKI VoIP SIP SDK v10.1.11

  1. SIP register compatibility with VOS2000/3000 PBX
  2. Answering machine detector related bugfixes
  3. SIP reason phrase can be accessed when error occurred during a call

OZEKI VoIP SIP SDK v10.1.10

  1. Improved compatibility with SIP devices without 'rport' support
  2. Improved video recording with H.263 codec

OZEKI VoIP SIP SDK v10.1.9

  1. Minor SIP related bugfixes

OZEKI VoIP SIP SDK v10.1.8

  1. Incoming RTP data can be accessed in audio and video handlers
  2. Improvement in VAD filter
  3. UTF-8 character encoding support in SIP messages

OZEKI VoIP SIP SDK v10.1.7

  1. Improvement in dial plan: new destination types introduced (reject, redirection)
  2. Minor bugfixes

OZEKI VoIP SIP SDK v10.1.6

  1. New feature: Video recording
  2. Improvement in video and audio synchronizing
  3. Fixed SIP port can be specified when creating the IPhoneLine
  4. PBX relay mode can be set when routing the call
  5. Minor bugfixes

OZEKI VoIP SIP SDK v10.1.5

  1. Improvement in speech-to-text
    • Custom speech-to-text engine implementation can be used
    • Word recognition mode can be specified
  2. An improved version of the default demo softphone is included

OZEKI VoIP SIP SDK v10.1.4

  1. New feature: TLS support in PBX module
  2. Improved compatibility with firewalls and routers
  3. Minor bugfixes

OZEKI VoIP SIP SDK v10.1.3

  1. Real-time video quality change
  2. Improvement in call media handling
  3. Simplified codec selection
  4. SIP identity can be set on a direct IP phone line
  5. Revised logging system
  6. Minor bugfixes

OZEKI VoIP SIP SDK v10.1.2

  1. Improved codecs
  2. Improvement in PBX authentication
  3. An improved version of the speaker can be selected
    • Supported OS: Vista and above
  4. Automatic DTMF signalling mode detection during a call
  5. The TextToSpeech MediaHandler can be extended with other TTS engines
  6. Modifications on IPhoneLine interface
    • More information available about the SIP registration at client side (IPhoneLine.RegistrationInfo)
    • RegisteredInfo renamed to LineState

OZEKI VoIP SIP SDK v10.1.1

  1. Modifications on ICall interface:
    • New property: IsAnswered, indicates whether the call has been answered
    • New method: HoldCall() for putting the call on hold
    • New method: UnholdCall() for taking off the call from hold
    • The older Hold() method has been renamed to ToggleHold()
  2. New CallState has been added: Answered
    • See the sample projects for optimal usage
  3. Improvement in custom SIP/SDP message modification
  4. Improvement in codec selection
  5. The availability of the WebCamera can be checked with the Initialized property
  6. Minor bugfixes

OZEKI VoIP SIP SDK v10.1.0

  1. New feature: Making and receiving P2P calls without SIP server
  2. New feature: Multipart SIP message body support
  3. New feature: Static public IP can be set in NAT configuration
  4. New feature: Handling received blind transfer (REFER) requests at client side

OZEKI VoIP SIP SDK v10.0.11

  1. Direct IP session setup for VoIP phones
  2. Peer-to-peer SIP session setup
  3. Improvement in transport error management

OZEKI VoIP SIP SDK v10.0.10

  1. New properties on IPhoneLine interface: LocalAddress, LocalPort
  2. Improvement in PBX call routing
  3. Improvement in PBX messaging
  4. Minor compatibility fixes

OZEKI VoIP SIP SDK v10.0.9

  1. New feature: video bitrate can be set.
  2. Improvement: it is possible to easily and simply define the type of codecs you wish to use.
  3. PBX improvement: more efficient caller ID and dialed number handling.
  4. Minor bugfixes.

OZEKI VoIP SIP SDK v10.0.7

  1. New feature (New CallState): InactiveHeld. This call state occurs when both parties place the call on hold
  2. Improvement (SIP account): more flexible domain validation during specifying SIP account
  3. Improvement (PBX module): SIP authentication related improvements in the PBX module.
  4. Improvement: optimized Ozeki DemoSoftphone WPF
  5. Minor bugfixes

OZEKI VoIP SIP SDK v10.0.6

  1. Improvement: TLS authentication has been fixed
  2. Improvement: more stable calls in the PBX module (ISession and CallManager have been changed)
  3. New feature: it is possible to customize speech rate in TextToSpeech
  4. New feature: a MediaHandler that can play unique formats can be derived from AudioStreamPlayback class
  5. New feature: it is possible to select the type of voice that will be played when the maximum number of calls is reached in the PBX module of the licensed Ozeki VoIP SIP SDK

Ozeki VoIP SIP SDK v10.0.4

  1. SIP TCP connection improved
  2. MediaGateway FileNotFoundException fixed
  3. Improved transfer compatibility with Cisco and Avaya

Ozeki VoIP SIP SDK v10.0.3

  1. New feature: You can send DTMF signal over SIP info.
  2. BUG fix: SIP register compatible with SipXecs PBX.
  3. BUG fix: WP7 packet handling improved.

Ozeki VoIP SIP SDK v10.0.2

  1. New feature: You can create Windows Phone VoIP application. Many examples included.
  2. New feature: PBX can handle multi-network interface.
  3. Bug: Minor bug fixes in PBX phone calls.

Ozeki VoIP SIP SDK v10.0.1

  1. New feature: NAT discovery.
  2. Bug fix: microphone instance freezes when microphone device is disconnected.
  3. Reduced installation time.

Ozeki VoIP SIP SDK v9.8.0

  1. Trial time calculation fixed.
  2. SetKeepalive method was removed from ISoftPhone.
  3. VoIP SDK is compatible with voipgateway.org.

Ozeki VoIP SIP SDK v9.7.0

  1. DTMF event player has changed. You can play dtmf sound anytime(call is not required).
  2. Trial version limitation reduced: You can create unlimited simultaneous phone calls and phone lines.
  3. Incoming calls will not be rejected because of the licensing.

Ozeki VoIP SIP SDK v9.6.0

  1. New feature: You can add custom phone number, display name in the phone call.
  2. Improvement in LicenseManager.
  3. Improvement in call forwarding.

Ozeki VoIP SIP SDK v9.5.0

  1. New feature: TLS support.
  2. New feature: attended transfer.
  3. Improvement in Avaya connectivity.

Ozeki VoIP SIP SDK v9.4.0

  1. New feature: SRTP.
  2. New feature: blind transfer.
  3. New video codec: H.263.

Ozeki VoIP SIP SDK v9.3.0

  1. New audio codecs:
    • L16
    • G723
    • G726-16
    • G726-24
    • G726-32
    • G726-40
    • G728
  2. Improvement in echo cancellation.

Ozeki VoIP SIP SDK v9.2.0

  1. Webphone development support (Flash and Silverlight).
  2. Improvement in silence filter.
  3. Minor bug fixes.

Ozeki VoIP SIP SDK v9.1.0

  1. New feature: Answering machine detection.
  2. Improvement in Voice Activity Detection.
  3. Minor bug fixes.

Ozeki VoIP SIP SDK v9.0.0

  1. New feature: Video calls are supported effectively from this version.
    Available video codecs:
    • H.263+
    • H.264

More information