RE: [Wengophone-devel] eXosip / osip_transaction

2006-05-18 Thread Sven Falempin
empin'; wengophone-devel@lists.openwengo.com Objet : RE: [Wengophone-devel] eXosip / osip_transaction   Hi Sven,     To get the transaction without modifying exosip, you can make this call:  __osip_find_transaction (eXosip.j_osip, sipevent, 0)  in udp.c, right after t

RE: [Wengophone-devel] eXosip / osip_transaction

2006-05-17 Thread Quang Minh Phan
Hi Sven,     To get the transaction without modifying exosip, you can make this call:  __osip_find_transaction (eXosip.j_osip, sipevent, 0)  in udp.c, right after the call to osip_find_transaction_and_add_event(eXosip.j_osip, sipevent);   However, the modification you made to the func