Skip to content

Commit de4ad9e

Browse files
committed
Add README for sip_client
1 parent 45e305b commit de4ad9e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

examples/sip_client/README.txt

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
3+
Checkout the project from git
4+
5+
At the top level, run cmake:
6+
7+
cmake -G 'Unix Makefiles' \
8+
-D BUILD_EXAMPLES=ON \
9+
-D WEBSOCKETPP_ROOT=/tmp/cm1 \
10+
-D ENABLE_CPP11=OFF .
11+
12+
and then make the example:
13+
14+
make -C examples/sip_client
15+
16+
Now run it:
17+
18+
bin/sip_client ws://ws-server:80
19+
20+
It has been tested against the repro SIP proxy from reSIProcate
21+
22+
http://www.resiprocate.org/WebRTC_and_SIP_Over_WebSockets

0 commit comments

Comments
 (0)