From: <ma...@us...> - 2007-10-24 06:20:18
|
Revision: 1227 http://iaxclient.svn.sourceforge.net/iaxclient/?rev=1227&view=rev Author: matben Date: 2007-10-23 23:20:20 -0700 (Tue, 23 Oct 2007) Log Message: ----------- * Updated to r.o. Modified Paths: -------------- trunk/contrib/tcl/iaxclient.c Modified: trunk/contrib/tcl/iaxclient.c =================================================================== --- trunk/contrib/tcl/iaxclient.c 2007-10-24 06:08:34 UTC (rev 1226) +++ trunk/contrib/tcl/iaxclient.c 2007-10-24 06:20:20 UTC (rev 1227) @@ -321,7 +321,7 @@ // Set Preferred UDP Port: // 0: Use the default port (4569) iaxc_set_preferred_source_udp_port(0); - if (iaxc_initialize(AUDIO_INTERNAL_PA, MAX_LINES)) { + if (iaxc_initialize(MAX_LINES)) { Tcl_SetObjResult( interp, Tcl_NewStringObj( "cannot initialize iaxclient!", -1 )); return TCL_ERROR; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |