To initialise the proxy we've added the following code (iso the pop-table and parser):
char proxyHost[] = "sip:130.139.44.249";
int proxyPort=5060;
char targetHost[]= "sip:130.139.45.174";
int targetPort=5070;
char logType[] = "cerr";
char logLevel[] = "LOG_DEBUG";