Andy Powell wrote:
there's a bounty (although it's not much but it's better than a poke in the eye with a sharp stick) for DTMF callerid (some of us have been bitching about it for ages)...I can't do it unfortunately, as I'm not in a country with DTMF caller ID, but it should be as simple(!) as:
http://bugs.digium.com/bug_view_page.php?bug_id=0001265
1. Add 'usecallerid=europe' or something suitable, set use_callerid == 3
2. In the code that tests caller id, just if use_callerid == 3 instead of
passing the history buffer through the callerid state machine, pass it
through the dtmf decoder (ast_dsp_new() and friends).It's harder than doing it for the UK but not so much harder that someone couldn't knock it together in a day or two...
Tony
-- Te audire no possum. Musa sapientum fixa est in aure.
Tony Hoyle <[EMAIL PROTECTED]> Key ID: 104D/4F4B6917 2003-09-13 Fingerprint: 063C AFB4 3026 F724 0AA2 02B8 E547 470E 4F4B 6917 _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
