I found the answer to my previous email:
in PhApiWrapper, before phInit is called, you must set the port like this:
phConfig_t *phcfg = phGetConfig();
char port[16];
sprintf(port, "%d", registerPort);
strcpy(phcfg->sipport, port);
I hope this is usefull for somebody :)
--
----
Best regards / Mit freundlichen GrĂ¼ssen
Cantemir Mihu
_______________________________________________ Wengophone-devel mailing list [email protected] http://dev.openwengo.com/mailman/listinfo/wengophone-devel
