aboutsummaryrefslogtreecommitdiffstats
path: root/src/GSMProcessor.st
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-03-30 09:02:44 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-03-30 09:02:44 +0200
commiteff4c24e8af0644c33a4a5290c29b0d46dbb8322 (patch)
treeb35f9a1339a863b992636b790a870af382b54fea /src/GSMProcessor.st
parent22dbe844e87fccc2a7c566030172406d44303da0 (diff)
misc: Add a category
Diffstat (limited to 'src/GSMProcessor.st')
-rw-r--r--src/GSMProcessor.st1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GSMProcessor.st b/src/GSMProcessor.st
index d9db5a4..d486a6a 100644
--- a/src/GSMProcessor.st
+++ b/src/GSMProcessor.st
@@ -389,6 +389,7 @@ hosting various transactions and dispatching to them.'>
]
selectAudioRoute: aPlan leg: aLeg [
+ <category: 'call'>
^ conManager msc
selectAudioRoute: self plan: aPlan leg: aLeg
]