# sendsipmsg **Repository Path**: mirrors_resiprocate/sendsipmsg ## Basic Information - **Project Name**: sendsipmsg - **Description**: Trivial demo application for sending a SIP message - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-12 - **Last Updated**: 2026-04-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README To prepare your machine for building the project: # apt-get install libresiprocate-1.8-dev To build this project: $ git clone $REPOSITORY $ cd sendsipmsg $ autoreconf --install $ ./configure $ make To run the project: $ ./sendsipmsg \ sip:${USER}@example.org \ foo bar myrealm \ sip:${USER}@localhost 15065 In this example, the process will send SIP messages using SIP port 15065 as the source port and the default SIP port, 5060, will be used as the destination port. To receive and display SIP messages in a console without having a SIP proxy: $ nc -u -l -p 5060