smalltalk
/
osmo-st-msc
Archived
1
0
Fork 0

msc: Send the SIP messages to the external IP address to make RTP work

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.
This commit is contained in:
Holger Hans Peter Freyther 2012-09-29 12:15:41 +02:00
parent 41c84c788a
commit 2066ed33a2
1 changed files with 1 additions and 1 deletions

View File

@ -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)