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

callagent: Fix the 'DLCX' return... this should be return string

This commit is contained in:
Holger Hans Peter Freyther 2011-06-24 17:37:33 +02:00
parent 3ede17cc13
commit 212c4068bd
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ MGCPCommand subclass: MGCPDLCXCommand [
MGCPDLCXCommand class >> verb [
<category: 'verb'>
^ DLCX
^ 'DLCX'
]
MGCPDLCXCommand class >> createDLCX: anEndpoint callId: aCallId [