You could copy the current code that function called (one version (don't know if it's the latest) is in http://svn.pjsip.org/repos/pjproject/tags/0.5.0-before-conf/pjsip/src/pjsua/pjsua_inv.c) or search through the library to find a suitable function/set of functions. John G On Thu, Sep 10, 2009 at 5:34 PM, Rachel Baskaran <rachelbaskaran at gmail.com> wrote: > Alright this time my error: > cd C:/pjproject-1.3 > make CFLAGS='-Wall -Werror' > > > ../src/rach/rach.c:In function 'ui_console_main' > ../src/rach/rach.c:117:warning :implicit declaration of function > 'pjsua_invite' > > Is there any way to just change the call part to work in the script I > attached, coz I have to make this working. > > Rachel