fix hangup command for EBIP connector
BlinkenArea

BlinkenArea commited on 2011-12-28 20:56:29
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -294,7 +294,7 @@ void Phone<ADDR, SOCK>::sendPlay(unsigned int line, const std::string &sound)
294 294
 template<typename ADDR, typename SOCK>
295 295
 void Phone<ADDR, SOCK>::sendHangup(unsigned int line)
296 296
 {
297
-  sendNow(line, "hangup");
297
+  sendNow(line, "hangup:18"); // nobody knows what the 18 meanas
298 298
 }
299 299
 
300 300
 /**
301 301