Steve, When building Unicall with last spandsp (spandsp-0.0.4pre9.tgz), I get the following error:
error: too few arguments to function ‘dtmf_tx_put’ This function is called 3 times in testcall.c: 193: dtmf_tx_put(&chan_stuff[chan].dtmf_tx_state, "A"); 537,552: dtmf_tx_put(&chan_stuff[chan].dtmf_tx_state, buf); It's safe using -1 as the 3rd parameter (len) at every call? Or should I use 1 at line 193 and strnlen(buf, UC_MAXPHONENUMLEN) on the other 2 calls? BTW, at chan_unicall there are other 2 dtmf_tx_put calls. TIA, -- Paulo Scardine _______________________________________________ Callweaver-dev mailing list [email protected] http://lists.callweaver.org/mailman/listinfo/callweaver-dev
