Questions tagged [pjsip]

Open source implementation of necessary VoIP protocols SIP, RTP, NAT Traversal suitable for desktop and smartphones. Dual-licensed under GPL and proprietary.

Features

Open Source
Source is available for public scrutiny.
High Performance
Thousands of calls can be processed per second on a typical Intel P4/2.4GHz desktop machine. More can be expected with proper server hardware and more or higher processor specs.
Small Footprint, Very Scalable
Scale down to low profile/embedded/small footprint SIP devices, or scale up to servers with mutlple processors using the same SIP stack source tree.
Portable
32bit, 64bit, big/little endian, any OS.
Extensive Documentation
There can never be enough documentation, so we try to provide readers with hundreds of pages worth of documentations (some are generated from the source, some are handwritten documents).

Useful Links

PJSIP Homepage
FAQ
Documentation
Download Source

1053 questions
-2
votes
1 answer

Can anyone help me fix the fact that re-routing to Ireland stops inbound phone calls working?

I currently have Twilio set up with FreePBX. It is working great and i am very happy with it. The only problem I have right now is the fact that Twilio uses United States for routing. My business where we are using the phone system is in Ireland (I…
-2
votes
1 answer

Trying and ACK udp SIP packets ignored on call transfer (pjsip)

I want to transfer the call from one AGI controlled context to another endpoint. That is. I have a cisco gateway initiated call given to my asterisk configuration which handles some tree logic with AGI and eventually transfers the call to another…
David Hofmann
  • 5,683
  • 12
  • 50
  • 78
-2
votes
1 answer

My code not work with wifi but when I add breakpoint it works

in my voip App when I add breakpoint in wifi it works but when I remove breakpoint in wifi it doesn't work but in 4G and 3G it works. it is very strange, Thanks for any help. here is my code but I don't think so if this is the problem. - (void)…
Steven
  • 762
  • 1
  • 10
  • 27
1 2 3
70
71