-
Notifications
You must be signed in to change notification settings - Fork 5
resiprocate/sendsipmsg
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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
About
Trivial demo application for sending a SIP message
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published