Questions tagged [ozeki]

Ozeki Message Server 6 is a powerful, flexible SMS Gateway application, that enables you and your applications to send/receive SMS messages to mobile devices with your computer.

Ozeki Message Server 6 is a powerful, flexible SMS Gateway application, that enables you and your applications to send/receive SMS messages to mobile devices with your computer.

Source: http://www.ozeki.hu/

31 questions
10
votes
3 answers

SIP registration using Ozeki SDK not working

i'm trying to build a simple VoIP application using c# so i found that the Ozeki SDK is the simple way to do that but when i'm trying to registration SIP account using the SIPAccount class from the Ozeki SDK and my local IP it fail always and this…
Fadi
  • 2,320
  • 8
  • 38
  • 77
2
votes
0 answers

Ozeki + Ubuntu 14.04 + MySQL

I'm installing ozeki NG sms gateway in Ubuntu but I need to connect my ozeki in phpmyadmin, do I need a ODBC connector for ubuntu? I can't find any solution on the internet. Please help. Thank you in advance.
2
votes
1 answer

Ozeki Voip SDK raises memory corrupt exception

I am testing OZEKI VOIP SDK in C# , I use their samples to test the reliability of the sdk. But after running for a couple of hours I get memory corrupt exception . the message is : Attempted to read or write protected memory. this is often an…
Edwin Ab.
  • 99
  • 8
1
vote
1 answer

Transfer real time live audio From microphone over TCP/IP Using C# .net

I want to make an app to transfer Audio from the microphone in a laptop or PC live, in real time, like a YouTube stream but without video. I will describe my process: I transfer a normal file by converting it to byte then back again to origin. I…
1
vote
1 answer

OzekiSDK not working on Android

Here is the error that I get when I add OzekiSDK to my project references: Error 1 Exception while loading assemblies: System.IO.FileNotFoundException: Could not load assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral,…
Wuhu
  • 181
  • 1
  • 1
  • 11
1
vote
1 answer

SMS GATEWAY USING OZEKING MYSQL + PHP

I'm trying to configure an SMS GATEWAY USING OZEKING but I'm getting an error which has something to do with MYSQL ODBC DRIVER not being found. I have the driver installed on my Windows 10 machine and I'm not sure if I'm doing the right thing. In…
bli
  • 79
  • 7
1
vote
0 answers

Send SMS multiple times

I have a problem on sending SMS using Ozeki Message Server. I want to send an sms multiple times, but it will only send when I reload the page manually. Here's my code:
Jae Eun
  • 57
  • 3
  • 15
1
vote
1 answer

Can't send sms using a PHP code through Ozeki sms server

I'm trying to send an sms using PHP code through Ozeki sms server. I can properly send an sms by direclty using the interface provided by Ozeki. But this piece of php code doesn't do the same thing as I expected. I have connected to :…
PrazSam
  • 1,166
  • 2
  • 12
  • 20
1
vote
1 answer

Ozeki is not returning other records

I'm doing an Ozeki Messenger Project using C#. I want to retrieve more than one record from the table. Its returning me the first record only... Here's my code. Any Idea what am doing wrong guys? protected void Page_Load(object sender, EventArgs…
0
votes
1 answer

How to send real-time Azure Text-to-Speech audio stream to Ozeki VoIP SIP SDK?

I am working on a project where I need to use the Azure Text-to-Speech service to generate speech from text, and then stream this speech audio in real-time over a VoIP call using the Ozeki VoIP SIP SDK. I am able to generate the speech audio from…
Adion
  • 1
0
votes
0 answers

Ozeki.Common.VoIPException : 'Error Code: 10013. Could not allocate media channel Audio. All ports are busy.'

In the sample project of Ozeki, I am getting below exception while accepting the answer. Ozeki.Common.VoIPException: 'Error Code: 10013. Could not allocate media channel Audio. All ports are busy.' How can I resolve it.
Smit Rathod
  • 101
  • 6
0
votes
1 answer

How to take a snapshot with Ozeski SDK USB Camera?

I'm quite newbie in programming, but triyng to run my first app in VS2019, C# .NET. I want to take a snapshop from my USB microscope. I've found OZEKI SDK library and I'm able to connect and view image from microscope. Ozeki has a tutorial on…
0
votes
1 answer

Ozeki register always fail

I want to build a application with SIP calling system, I use Ozeki'SDK. Here I understand about SIP is (roughly): client -> SIP server -> client OR client -> SIP server 1 -> SIP server 2 -> client So I install Ozeki Phone System EX on my computer as…
Howard H
  • 1
  • 1
  • 1
0
votes
1 answer

Is there a way to adjust H264 profile level in the Ozeki VoIP SIP SDK?

Currently developing a softphone application using Ozeki's VoIP SIP SDK. Facing an issue where calls initiated by the SDK using H264 codec do not specify any profile-level-id in the SIP Invite message. This results in some callees defaulting to…
koklua
  • 1
  • 2
0
votes
1 answer

Ozeki VoIP not receiving audio

I have been working on a Softphone project in c# and have been using Ozeki VoIP SDK. So far I have got the softphone successfully registering and making outbound calls. However, I can not hear the called party but they can hear me. (Me being the…
CloudTheWolf
  • 334
  • 2
  • 10
1
2 3