mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 03:48:02 +00:00
Fix a bunch of const stuff, merge queue changes, add experimental "hybrid" DTMF mode
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5293 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
tdd.c
2
tdd.c
@@ -233,7 +233,7 @@ static inline float tdd_getcarrier(float *cr, float *ci, int bit)
|
||||
PUT_TDD_STOP; /* Stop bit */ \
|
||||
} while(0);
|
||||
|
||||
int tdd_generate(struct tdd_state *tdd, unsigned char *buf, char *str)
|
||||
int tdd_generate(struct tdd_state *tdd, unsigned char *buf, const char *str)
|
||||
{
|
||||
int bytes=0;
|
||||
int i,x;
|
||||
|
||||
Reference in New Issue
Block a user