Ozzyboshi left a comment (kamailio/kamailio#4503)

```
/* read reply */
        memset(&in_pkt, 0, sizeof(in_pkt));
        if((ret = get_reply(
                                s, reply_buf, MAX_REPLY_SIZE, cookie, &in_pkt, 
&msg_body))
                        < 0) {
```

Maybe i am wrong but it seems that all comes to MAX_REPLY_SIZE which is 
hardcoded

#define MAX_REPLY_SIZE 128 * 1024



-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4503#issuecomment-3632683306
You are receiving this because you are subscribed to this thread.

Message ID: <kamailio/kamailio/issues/4503/[email protected]>
_______________________________________________
Kamailio - Development Mailing List -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to