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

misc: Force GSM Fullrate codec and IP address of the remote system

This commit is contained in:
Holger Hans Peter Freyther 2012-09-16 21:27:32 +02:00
parent c8b5c70f6a
commit 41c84c788a
2 changed files with 3 additions and 4 deletions

View File

@ -147,8 +147,7 @@ hosting various transactions and dispatching to them.'>
addIe: ((GSM0808ChannelTypeIE
initWith: GSM0808ChannelTypeIE speechSpeech
audio: GSM0808ChannelTypeIE chanSpeechFullPref)
audioCodecs: {GSM0808ChannelTypeIE speechFullRateVersion3.
GSM0808ChannelTypeIE speechHalfRateVersion3};
audioCodecs: {GSM0808ChannelTypeIE speechFullRateVersion1};
yourself);
addIe: (GSM0808CICIE initWithMultiplex: aMul timeslot: aTs).
^ ass

View File

@ -258,10 +258,10 @@ Object subclass: MSCApplication [
^ (SIPMTCall
fromUser: 'sip:1000@sip.zecke.osmocom.org'
fromUser: 'sip:6666@sip.zecke.osmocom.org'
host: '127.0.0.1'
port: 5060
to: 'sip:1%1@127.0.0.1' % {nr allButFirst}
to: 'sip:%1@10.240.240.50' % {nr allButFirst}
on: self sipGateway)
remoteLeg: aLeg;
yourself