sip

Deploying SIP servlet on Jboss

爱⌒轻易说出口 提交于 2019-12-13 05:35:10
问题 I'm new to SIP Servlet development and I would like to know how to deploy my Sip servlet to my Jboss server. I can't seem to find how to do it by googling it. I see a lot of information on using mobicents but do I have to? Can't I just deploy directly like I would my HTTP servlets? Thanks! EDIT: Also what is the exact difference between JAIN sip servlets and Sip servlets? 回答1: Mobicents provide Jboss and tomcat applications servers with additional modules which are required to deploy and run

What's the encoding used in SIP or in SIP ALG in Firewalls

本小妞迷上赌 提交于 2019-12-13 03:45:46
问题 I have written a Python 3 script to emulate SIP call transfer event. The script was working successfully when tested with a SIP server sitting on the same network. When I tested with a SIP server sitting across a firewall, all data sent by the script to port 5060 of the SIP server is blocked by the Firewall. Data sent on any other port than 5060 are allowed across the Firewall. This made me presume that the packets are blocked by SIP ALG protocol running on port 5060 of the Firewall

How to decode RTP packets and save it has .wav file

↘锁芯ラ 提交于 2019-12-12 21:25:25
问题 I am trying to develop an application in which a sip call is established and then i am capturing rtp audio packets. As they are encoded so i need to decode them and save it has .wav file. Tried using NAudio but didnt worked. Is there any solution using NAudio or any other source to solve this problem... the code i used is as follow. data is the byte array in which rtp packet data is. System.IO.MemoryStream stream = new System.IO.MemoryStream(data); RawSourceWaveStream rsws = new

How to create custom textbox in windows phone 7?

非 Y 不嫁゛ 提交于 2019-12-12 18:15:22
问题 Is it possible to handle the sip by creating the custom textbox. I want to create a custom textbox --> create the got focus event--> On focus of my custom textbox instead of SIP my custom keypad should open. Requirements: How to create custom textbox? Open the custom Keypad instead of SIP Get the cursor in the textfield. 回答1: The display of the SIP is handled by the operating system and will always be on top of the visual tree of any application. If you want to provide a custom SIP, you will

Stuck with Android SIP for VoIP - Registration not running

眉间皱痕 提交于 2019-12-12 17:06:00
问题 I have an Elastix server, which is being used by my desktop calling app and Zoiper App perfectly for calling purposes. However my own app, which is using Android SIP is not working fine and I am unable to locate the real problem. Whenever I call for profile registration, it gets failed and error message of REGISTRATION NOT RUNNING shows in the logs. here is my code snippet: public void InitializeProfile() { if (mSipManager == null) { return; } if (mSipProfile != null){ closeLocalProfile(); }

SIP 408:Request Timeout while creating account in zoiper

杀马特。学长 韩版系。学妹 提交于 2019-12-12 16:06:03
问题 I have downloaded zoiper220-linux.tar.gz and unzipped It but when I am trying to create account in it shows SIP 408: Request timeout error I have been trying this for days Thanks in advance 回答1: You have to first register in soft phone with the username and password set in sip.conf For more details check the link 来源: https://stackoverflow.com/questions/21719773/sip-408request-timeout-while-creating-account-in-zoiper

pjsua: unable to import pjsua python module

旧时模样 提交于 2019-12-12 13:40:31
问题 I'm getting the below error while trying to import python module pjsua. I have Mac OS 10.8.1 version. I verified the solution provided in http://www.darrensessions.com/?p=292 and the solution seemed to have fixed this issue in MacOS-10.7. Seems like this is broken again for MacOS-10.8. I did not got any errors when compiling the code. Only get the below error when importing PJSUA module. >>> import pjsua Traceback (most recent call last): File "<stdin>", line 1, in <module> File "pjsua.py",

Record mic and audio from SIP call using sip.js

ぐ巨炮叔叔 提交于 2019-12-12 12:14:32
问题 Good evening Stack Overflow! I really need help for a project of mine where I'm using sip.js and a VoIP to make real calls to a phone number. The Goal I want to allow the user to record the audio and microphone and save the data on a server (in base64 encoding or as a file). So I after the conversation can hear the conversation again and use it for what ever my purpose (employee training) was. The Problem I can't get the sound of the person speaking, which comes through and -HTML tag (working

Java runOnUiThread and Thread.sleep

☆樱花仙子☆ 提交于 2019-12-12 11:23:18
问题 I have this method from a separate class wherein when the call ends, the color of my ImageView changes from red to white. Sample code below: public void endOfCall(){ ((Activity)mContext).runOnUiThread(new Runnable(){ @Override public void run(){ TargetDetails.oncall.setVisibility(View.VISIBLE); TargetDetails.endcall.setVisibility(View.GONE); } }); try{ call.endCall(); }catch (SipException se) {} call.close(); //this is just a representation; not the actual code if(true){ Thread.sleep(10000);

Direct IP call android

孤人 提交于 2019-12-12 09:28:05
问题 Im creating an Android App in which the clients can call each other without using a SIP proxy (server). I downloaded the CSipSimple, it has a "local" option in which the clients in a local network can call each other directly. What if I am connected to the mobile network. If i know the public IP of the destination, can I call him direclty? If you can suggest another applications that fulfill the mentioned requirements please do mention them. thanks 回答1: Yes, you should be able to make direct