kamailio icon indicating copy to clipboard operation
kamailio copied to clipboard

Kamailio - The Open Source SIP Server for large VoIP and real-time communication platforms -

Results 255 kamailio issues
Sort by recently updated
recently updated
newest added

Hi there, I am currently using the tls_wolfssl module with kamailio and was wondering why the ability to set a cipher list was disabled. From my own testing, uncommenting line...

Stale

### Description Tried to verify a dubious JWT, but I get a token decoding error. I tried different variations of the key, such as `.pem`, `.key` extensions, `PKCS1`, `PKCS8` formats,...

### Description We have random kamailio crashes with Segmentation Fault. It happens when ACK for canceled call is received by Kamailio SIP proxy and forwarded to trace server using siptrace...

Stale

A response to the amqp query caused a segfault in libc - Refactored parts of the code to be more readable and DRY - Split up functions for 3/4/5 arguments...

#### Pre-Submission Checklist - [X] Commit message has the format required by CONTRIBUTING guide - [X] Commits are split per component (core, individual modules, libs, utils, ...) - [X] Each...

#### Kamailo 5.8 ### Description I use ```ds_is_active function()``` in ```dispatcher``` module. ``` $var(sip_url) = $sht(conf_fs=>$var(conf_id)); # sip:192.168.1.44:5060 if(ds_is_active("1", "$var(sip_url)")){ #### is allways run } ``` or ```ds_is_active("1", $var(sip_url))``` ####...

### Description hi, I encountered a problem where the CDP module is extremely prone to process crashes. The following are screenshots of the logs and core files. I couldn't find...

### Description Hi! We are in the progress of upgrading from Kamailio 5.5 to 5.8. During our testing we have noticed a new error being reported from Kamailio. We don’t...

- explicit mention of label= flag - add explanations regarding mos_A/B_label_pv parameters - typo fixes #### Pre-Submission Checklist - [X] Commit message has the format required by CONTRIBUTING guide -...

Hello In the function ksr_tm_event_response_sent(evname), header and body modifications are not applied. **Example of modification:** ``` KSR.textops.set_body("application/test", "teststbody") KSR.textops.remove_hf("Contact") KSR.hdr.append("X-My-Hdr: testhdrappend \r\n") ``` In the Kamailio logs, we can see...