[Sofia-sip-devel] Fwd: Sample server (registrar) code

2007-03-19 Thread Diego Betancor
It is a little example..Hope it helps Server Verifying Authentication Tutorial for a server using nta and auth modules. typedef struct application{ /* other data as needed ... including home, root, and default leg etc*/ auth_mod_t *autorizacion; } application ; int init(){ /* all th

Re: [Sofia-sip-devel] Fwd: Sample server (registrar) code

2007-03-19 Thread nnp
Hey, thanks for the response. I am still unclear on one thing though. Where is the entry point to the program? Also, how is process_call() indicated as the correct callback function to use. e.g something similar to nua_create when using the nua library? Thanks, nnp On 3/19/07, Diego Betancor <[EM