i need to develop this开发者_运维知识库 app that will need to initiate a voice call between two numbers...my understanding is somethiing like using skype java api to create the conference call but i a
How can i activate more than one c开发者_如何学运维hannel from a sip client to another sip clients. Like for eq a multiconference. In my case I have clients - server - client. I want to be able to cre
I\'m attempting to learn Haskell by writing a SIP client. The question I have is in the example below what would a function to build a string representing the SIP request look like, or in other words
I am trying a simple program in Java which would display Received Invite and Received Cancel when x-lite SIP client calls the SIP servlet and cancels the call respectively. My Java code is below. I am
I want to write a program to create VOIP application for my final year project. For this time being, I spend my time to understand how SIP works and later I need to implement it into my proje开发者_开
I am trying to parse a SIP packet and get some information out of it. To be more specific, the packet looks like this
i want to create VOIP based app for blackberry. after research, i found that mjsip is used for blackberry voip. but i don\'t how to integrate mjsi开发者_StackOverflow中文版p with BB.
We have got into couple of interop issues wh开发者_运维知识库ere, The video mode that is required by couple of endpoints in market are little different and only understands H.264 packetization modes (
Does anyone know if there is any good library 开发者_如何学Pythonaround that can be used to easily build a SIP softphone?
I want to make an application of voip dialer for BlackBerry. In which I have to make voip ca开发者_开发百科ll.Linphone (open source), it has support for many OSes.