Displaying 1 result from an estimated 1 matches for "ast_format_h264".
Did you mean:
ast_format_h263
2011 Nov 10
0
DTMF issue with 1.8.6.0 and SIP Trunks [WORKING]
...SRCC is changing between my scenarios described above.? Am I on the
> right track or is there something else I should be looking at?
>
I added [96] in */main/rtp.c of the ast 1.4 servers then recompiled.
[96] = {0, AST_RTP_DTMF},
[97] = {1, AST_FORMAT_ILBC},
[99] = {1, AST_FORMAT_H264},
[101] = {0, AST_RTP_DTMF},
This seemed to allow flow through of the DTMF up to the new 1.8 call
servers and on to the carrier. I don't know why this seemed to fix
the issue, I'm not 100% convinced it really did. I reverted the
change and could not reproduce the issue, so I also...