-
My UAC (lenny@foo.com) is attempting to cancel an outbound, unanswered call (to chromebook@foo.com). Instead of the CANCEL being passed into my drachtio-srf B2BUA, it is being consumed by drachtio and…
-
From my understanding and from the rfc, the call ID should be different of both A and B leg of 1 sip call.. I've taken the logs generated by running the sipb2bua example, and the call id is same for b…
-
I was trying to use the SIP stack (latest version) with the NIO TCP message channel. I have set the property "gov.nist.javax.sip.MESSAGE_PROCESSOR_FACTORY" to use the NioMessageProcessorFactory class,…
-
Not sure if latest versions support this. Adding SIP DNS SRV record support to B2BUA makes sense as more platforms / service providers go native cloud.
If there is no support for this already we wou…
-
I did some tests with b2bua_simple (without rtp_proxy) and I noticed the Call_Id is the same between ingress and egress legs. In my understanding, a B2BUA should change it.
-
## Description
`UASInviteTransaction.OnAckReceived` event is only sometimes invoked when an `ACK` request is received.
## Expected Behavior
The event is consistent.
## To Reproduce
Here…
-
Tested on two separate osx machines (Both yosemite), attempts to run b2bua produce the following error;-
```
$ b2bua_simple -f
('192.168.0.102', 5060)
Traceback (most recent call last):
File "/usr/…
-
Hi @sobomax,
I wanted to add the sip realm in the authentication radius request (without perform digest authentication), and I've been looking through RadiusAuthorization; there is an `extra_attri…
-
Each call should have a call actor
and each call is responsible for updating it's own CDR
for every state change
We could have a Subclass of CallActor
MediaCallActor
and P2PCallActor
In terms of…
-
Hi,
I have the following scenario: A communicates with B through a SIP proxy. The SIP proxy routes the call to drachtio and then drachtio routes it back to the proxy. This happens at least 3 times t…