Module: sems
Branch: master
Commit: bd248541613c3763ef76add15de4791e134660f5
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=bd248541613c3763ef76add15de4791e134660f5

Author: Stefan Sayer <[email protected]>
Committer: Stefan Sayer <[email protected]>
Date:   Wed Jun 30 22:56:10 2010 +0200

fix * DTMF for spandsp detector

---

 core/AmDtmfDetector.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/core/AmDtmfDetector.cpp b/core/AmDtmfDetector.cpp
index 153f8f8..d63ab9b 100644
--- a/core/AmDtmfDetector.cpp
+++ b/core/AmDtmfDetector.cpp
@@ -759,7 +759,7 @@ int AmSpanDSPInbandDtmfDetector::char2int(char code) {
   if (code == '#') 
     return IVR_DTMF_HASH;
   if (code == '*') 
-    return IVR_DTMF_HASH;
+    return IVR_DTMF_ASTERISK;
 
   if (code >= 'A' && code <= 'D')
     return code-'A';

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to