0
votes
1answer
36 views
How to change the compression style of a TIFF image using sips?
I am a Mac guy,
How to get the PackBits compression using sips?
Below one for LZW works fine.
sips -s formatOptions lzw /DefaultGroup.tif
But this fails:
sips -s formatOption …
1
vote
3answers
194 views
Python SIP library
I need to write python application connect to trixbox that run as SIP server. But I not found any library that implement in python. I found SIP SKD at http://www.vaxvoip.com/ but i …
0
votes
2answers
63 views
How to implement SIP packages in C#
INVITE sip:john@domain.com SIP/2.0
From:
<sip:doe@domain.com>;tag=2084442460
To: Via:
SIP/2.0/UDP
domain.com:5060;branch=z9hG4bK2df7b9194cd51e25
Call-ID: john …
0
votes
0answers
8 views
Keep alive using SIP in .net
I am creating an application where I need to implement SIP protocol in .NET. We have Client-Server setup where client keeps on sending keep alive message to server. We can only use …
0
votes
4answers
606 views
How to build a softphone (using SIP protocol) using C#
Hi all!
I have this challenge to build an sip softphone using c# or .net technologies.
Please guide me the technology, requirements and specifications that is needed to build suc …
2
votes
2answers
26 views
Is there a way to develop new JSR’s for Java ME enabled devices?
Hi there,
I have a MIDP2.0 mobile device with no support for a specific JSR (it's JSR 180 SIP API for J2ME). Sun's website says there's a reference implementation but it seems it …
0
votes
3answers
50 views
Suggested Approaches to programmatically make and record a VOIP call
I want to write a program that will be able to call into my company's bi-weekly conference calls, and record the call, so it can then be made into a podcast.
I am thinking of usin …
0
votes
0answers
156 views
What is the difference between JAIN SIP and MJSIP?
Hi,
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 fi …
1
vote
4answers
276 views
How to start RTP stream inside a SIP/SDP call
I've managed to set up a SIP call using the JAIN-SIP API for Java.
Now I would like to stream some video once a dialog has been established. I've read that this is possible with S …
1
vote
3answers
60 views
Problem with SIP BYE message
I am writing a SIP server, and I have it taking calls and then connecting them to a voip phone, the problem is when you hang up the voip phone, there's something wrong with the for …
0
votes
3answers
28 views
Easy way to test network application
Hello all,
I need to test my application. Its a VoIP but each time I need to keep someone on the other side of the call to test my application. Is there any service which allows u …
0
votes
2answers
264 views
Why isn’t SIP supported in Blackberry?
Trying to build an application, which make some sip calls.Is there any work around this problem?
Thanks for the help
Environment : Blackberry4.5 + Eclipse
0
votes
1answer
117 views
Sip Soft-Phone for BlackBerry - Is there any free application / source code available ?
Is there any free application / source code available ?
Thanks !
Lily
1
vote
1answer
115 views
Is it possible to use MJSIP api with Blackberry?
Hi,
I am trying to develop an VOIP application for blackberry,after a long surf i came
to know about mjsip api.But i have a doubt that is it possible to use this api
with blackbe …
0
votes
2answers
65 views
VoIP using PjSIP : pjsua_acc.c SIP registration failed, status=408 (Request Timeo ut)
I am trying to run test VoIP program as given in http://www.pjsip.org/pjsip/docs/html/page%5Fpjsip%5Fsample%5Fsimple%5Fpjsuaua%5Fc.htm
I am trying public SIP servers present at ht …
