MjSip is a complete java-based implementation of a SIP stack. It provides in the same time the API and implementation bound together into the MjSip packages. MjSip is available open source under the terms of the GNU GPL license (General Public Licence) as published by the Free Software Foundation.
0
votes
1answer
118 views
MjSIP/AsteriskNOW 403 Forbidden - Wrong Password
I am struggling with MjSip and right now I have a problem registring a sip client to a sip registrar (AsteriskNOW distro : FreePBX + Asterisk + CentOS).
To perform the REGISTER transaction I used the ...
0
votes
2answers
213 views
“SIP/2.0 488 Not acceptable here” error
I am new to MjSip and I use MjUa for creating a client. I want to connect to a asterisk server. it support G.711 but I can not config my app.
I use this config:
media=audio 4000 rtp/avp {audio 0 ...
0
votes
0answers
47 views
I can't create a SipProvider- MjSip library
I am new to MjSip and i want to create an instance of SipProvider class.
so I worte this little code but get some error:
sip_provider = new SipProvider("192.168.0.254",5060);
and here is error ...
0
votes
0answers
87 views
Which source code for MjSip ?
What are the main differences between the source code of MjSIP available to download at the official website [latest version : 1.7] and the one used in SipDroid and modified.
For example the ...
0
votes
0answers
65 views
Which sip stack is good for blackberry, pjsip or mjsip?
Which sip stack is good for blackberry, pjsip or mjsip? what are the major differences between these 2 stacks?
0
votes
0answers
128 views
Java MJSip Public Proxy Server
I have been using MJSip Now I want to be regional about it. What I want to know is if there is any public proxy server available for use. I tried logging in to www.mjsip.org but failed. when I look at ...
0
votes
1answer
146 views
Asterisk :Don't allow to call if SIP peer is not registered
I am developing a SIP based application.In general if one registered user of asterisk calls to the user who is not registered,in this scenario call takes some minutes to hangup and user needs to wait ...
0
votes
0answers
262 views
RegisterAgent: Registration failure: No response from server
I ma trying to register the client with asterisk server using MjSip library
I have set all the parameters as
to- xxx@192.168.a.a
from - same as 'to' (both are same)
contact_url = ...
0
votes
0answers
655 views
Mjsip register the client on asterisk server?
I am trying to register the client on asterisk server. I am using SipDroid project as help.
SipStack.init(null);
SipStack.debug_level = 0;
// SipStack.log_path = "/data/data/org.sipdroid.sipua";
...
1
vote
2answers
2k views
Android SIP stack - what to use?
I need to create SIP phone on android witch will work with asterix and will give users possibilite to change codecs (i need to implemeant G729 and some other codecs). I'm new in this field ( voice and ...
1
vote
0answers
201 views
Listening for incoming SIP messages using MjSip
I'm doing a university project in which i have to communicate with an existing server using SIP messages. I have done the part where i send the message, and i see with wireshark that the server ...
2
votes
0answers
172 views
How can I change codec parsing system in MjSip?
I am working on a softphone project and using MjSip stack to create develop it. The core MjSip is only suporrted with PCMA/PCMU codecs. But I want to add some more codecs with it like G729, GSM, iLBC ...
20
votes
2answers
894 views
RTP Packets are not being sent or received using mjsip
I am working on a softphone project using mjsip sip stack. Mjsip only supports g711 or PCMA/PCMU codec. I have added G729 to my project. When I build the project it shows no error. But when the phones ...
2
votes
0answers
159 views
How to solve 488 error with mjsip codec mismatch?
I am using Mjsip to build a softphone. I have integrated multiple codecs with it. For test purpose when I make call to another client which is a Portsip 2.0 (G729, ULAW, ALAW, GSM, ILBC) I get an 488 ...
2
votes
0answers
258 views
MJSIP and codec interfacing
Using Mjsip as the sip stack for my softphone project. There is class RtpSender.java has Method
public RtpSender(OutputStream output_stream, boolean do_sync, SIPCodec sipCodec, DatagramSocket ...
0
votes
2answers
2k views
web based softphone in Asterisk
We want to build the web-based softphone using SIP technology
And we want to use the Asterisk as the Communication server and Java as primary technology in building the system
so we have got ...
0
votes
1answer
234 views
What's going on about “mjsip”?
I have to build a SIP softphone on j2me platform. I found the mjsip2me project and tried to download it, but I try to access the http://mjsip.org and http://mjsipme.googlecode.com. It's not work. Why ...
1
vote
2answers
1k views
local RTP port unreachable when using mjsip/jmf
I create a sip session with mjsip to an external voip provider. Then I transmit a test wav file over rtp to the provider using RtpManager.
The program runs with no errors and I answer the sip call. ...
1
vote
2answers
2k views
What is the difference between JAIN SIP and MJSIP?
I've been investigating various API options for making use of the SIP (Session Initiation Protocol) in Java.
So far I've narrowed it down to JAIN SIP and MJSIP but I can't figure out the difference ...

