Aaron B. Russell's personal blog
28 Sep

I was having trouble making chan_sccp compile against Asterisk 1.6 — it kept dying saying that AST_CONTROL_T38 was undeclared. Turns out the solution is easy — Asterisk replaced AST_CONTROL_T38 with AST_CONTROL_T38_PARAMETERS, so you need to replace something in sccp_pbx.c. Full instructions available here.
One Response for "Making chan_sccp build with Asterisk 1.6"
[...] that the make operation will not work without modifying some source code. Thanks to a posting (http://lostentropy.com/2009/09/28/making-chan_sccp-build-with-asterisk-1-6/) I learned that I have to change a reference to a constant from CS_AST_CONTROL_T38 to [...]
Leave a reply