aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-09-29 12:15:41 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-09-29 12:15:41 +0200
commit2066ed33a259970f66ec4cf260a12c02e24733ba (patch)
tree189a0db5bd734fb05f7e0da9cb156db8523b9100
parent41c84c788a0c8ddc03ad86fef14f3ea7d78234e5 (diff)
msc: Send the SIP messages to the external IP address to make RTP workon-waves/0.0.1
If SIP messages are sent from the loopback address, YaTE will only take audio from the loopback address and this is not what we want.
-rw-r--r--src/MSC.st2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MSC.st b/src/MSC.st
index 286aae8..a553365 100644
--- a/src/MSC.st
+++ b/src/MSC.st
@@ -259,7 +259,7 @@ Object subclass: MSCApplication [
^ (SIPMTCall
fromUser: 'sip:6666@sip.zecke.osmocom.org'
- host: '127.0.0.1'
+ host: '10.240.240.50'
port: 5060
to: 'sip:%1@10.240.240.50' % {nr allButFirst}
on: self sipGateway)