Souradeep Bera
Souradeep Bera
**Describe the bug** RFC 3311 states that If an UPDATE is received that contains an offer, and the UAS has generated an offer (in an UPDATE, PRACK or INVITE) to...
**Describe the bug** To prevent Freeswitch from printing DTMF information which might be sensitive, the channel variable SWITCH_SENSITIVE_DTMF_VARIABLE. This precludes the logs from being printed, however, DTMF events are also...
For an inbound call leg requiring SRTP over DTLS, switch_channel_answer does not return. It gets stuck in an infinite do-while loop in switch_core_media_check_dtls() `do { if (engine->rtp_session) checking = check_engine(engine);...
- The embedding_dim is already enforced to be a multiple of the num_q_heads (which in turn is enforced to be a multiple of the tensor_parallel_size). Removing the redundant check. -...