aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-06-24 17:37:33 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-06-24 20:08:23 +0200
commit212c4068bd01cc40e4e955c6d641ef2693412642 (patch)
treea4a949703c76f14fc2d00c72fc1881c6011be37a
parent3ede17cc13927755729c92706b0d39a1d85cd697 (diff)
callagent: Fix the 'DLCX' return... this should be return string
-rw-r--r--callagent/MGCPCommands.st2
1 files changed, 1 insertions, 1 deletions
diff --git a/callagent/MGCPCommands.st b/callagent/MGCPCommands.st
index 770da2c..68b98f7 100644
--- a/callagent/MGCPCommands.st
+++ b/callagent/MGCPCommands.st
@@ -146,7 +146,7 @@ MGCPCommand subclass: MGCPDLCXCommand [
MGCPDLCXCommand class >> verb [
<category: 'verb'>
- ^ DLCX
+ ^ 'DLCX'
]
MGCPDLCXCommand class >> createDLCX: anEndpoint callId: aCallId [