Module: kamailio Branch: master Commit: a2f3c47a71257d39846669d4f0e2d0936ef03991 URL: https://github.com/kamailio/kamailio/commit/a2f3c47a71257d39846669d4f0e2d0936ef03991
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2025-11-05T11:59:28+01:00 core: fmsg - updates to internal fake message --- Modified: src/core/fmsg.c --- Diff: https://github.com/kamailio/kamailio/commit/a2f3c47a71257d39846669d4f0e2d0936ef03991.diff Patch: https://github.com/kamailio/kamailio/commit/a2f3c47a71257d39846669d4f0e2d0936ef03991.patch --- diff --git a/src/core/fmsg.c b/src/core/fmsg.c index b30ca9f69cf..52e41273e24 100644 --- a/src/core/fmsg.c +++ b/src/core/fmsg.c @@ -29,10 +29,10 @@ #include "fmsg.h" -#define FAKED_SIP_MSG \ - "OPTIONS sip:[email protected] SIP/2.0\r\nVia: SIP/2.0/UDP " \ - "127.0.0.1\r\nFrom: <sip:[email protected]>;tag=123\r\nTo: " \ - "<sip:[email protected]>\r\nCall-ID: 123\r\nCSeq: 1 " \ +#define FAKED_SIP_MSG \ + "OPTIONS sip:kamailio.org SIP/2.0\r\nVia: SIP/2.0/UDP " \ + "127.0.0.1\r\nFrom: <sip:[email protected]>;tag=xyz\r\nTo: " \ + "<sip:[email protected]>\r\nCall-ID: aaa-bbb-ccc-ddd\r\nCSeq: 1 " \ "OPTIONS\r\nContent-Length: 0\r\n\r\n" #define FAKED_SIP_MSG_LEN (sizeof(FAKED_SIP_MSG) - 1) static char _faked_sip_buf[BUF_SIZE]; _______________________________________________ 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!
