Config restcomm ussd gateway - restcomm

I install restcomm ussd gateway on my server but can not config it
I tried but did not work
I just want to send a real ussd push message to my phone number
How to config it?
Example

For anyone running into this, you might want to follow up on the discussion in the Restcomm Google Groups here, as this same question was posted there too.

Related

SIM800L http"S" connection problems

I have a SIM800L module. Which has R14.18 firmware(supports TLS 1.0 and SSL) in it. I am having trouble to connect to http"S" servers. I can connect http servers no problem there. All this information and steps i got from datasheets, forums and YouTube videos. But i havent seen anyone connect to http"S" servers specifically.
I have no idea what I am missing if someone could rightdown the steps as a dummies guide that would be great.
Thanks in advance.
P.S: I am planing to use this with arduino iot cloud api any help would be appreciated there!
So far i tried;
Configuring the bearer and http with AT commands always getting 601,603,605 etc.
I checked the DNS and SSL cert but I'm not confident there since these are new to me
Tried to connect with TCP/IP wasn't able to connect.
Ok i figured it out i just needed to be a bit more careful that was all :)

How to implement multiple jibri servers with autoscale

I have implemented following 2 approaches.
I have done jitsi setup in which my jitsi, jvb and jibri running on seperate server.
I have done jitsi setup using docker in which I am using different containers to run jibri servers.
both set up are working fine but I am unable to autoscale jibri in any of them. I have searched alot over this topics, didn't find any reliable solution for this.
Please help if anyone has idea about how to autoscale jibri servers for multiple video recordings.
you can use jibri with pulseaudio and use hpa for scailing.
please see this repo
You can try Jibri On Demand service. It is a SaaS so you dont need to worry autoscaling.
Configure AWS S3 IAM accesskey and secretkey, the finalize script will upload recordings to your bucket.
The price is ok if i only want to handle peaks.
My configuration is 1 dedicated server host by my own, others handled by JibriOnDemand.

Is it possible to associate clients dynamically in sensu?

I'am using open source tools for the first time. I would like to install sensu, All i want to know that is there any method in which i can add my newly provisioned service automatically to the sensu server.
#vineesha We can make this possible when using rabbit mq, please write a script to fetch hostname and Ip address and update client.json and restart rabbitmq server and sensu-client. In the golden image please hard code the IP address of sensu server in rabbitmq.json. When all this is done please set a cron with #reboot and this should be all. When the server is launched it will automatically add to the sensu server.
If you are planning to use automation tools like for example puppet, all you need to do is to ensure that the sense-client is installed and the client config includes the correct RabbitMQ config.
As soon as the client connects to the same RabbitMQ host/cluster it should also pop up in you dashboard e.g. uchiwa.
There is no need to explicitly give the sense-server any information directly.

how to capture ssl traffic using SharpPcap

SharpPcap is a great library. I'm building http packet viewer for linux using it and it works fine! However is it possible to capture and decrypt ssl traffic? From one hand it would be exactly what ssl is designed against and so I would say the answer is no. On the other hand I see things like PacketDotNet.LinuxSLLPacket which give hope. So is this possible and if so where could I get some info on how to do this?
You should look at mitmproxy. It does exactly what you want it to do.
The way it works is by allowing you to set your proxy settings to mitmproxy running on 8080 by default. You install the certificate for the mitmproxy on your machine, phone, browser and it will essentially provide you with a man-in-the-middle.

red5 v0.9: connect from red5 to zend_amf

I want to be able to connect from red5 to php's Zend_Amf in order to send commands and perform operations. how can i do so? can anyone please pinpoint me to any information available on the subject.
thank you
This should work out-of-the-box, just make sure you have the "gateway" servlet enabled in your red5 application. Also since red5 doesn't run http on port 80 by default, make sure your php calls on port 5080 instead. You can find more information here: http://wiki.red5.org/wiki/Documentation/UsersReferenceManual/GettingStarted/03-Migration-Guide under the "Remoting" section.