[proxy][simple ua] Create two stack and endpoint.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,
 
On a PC I need a Proxy SIP, and A Softphone, so I used the two examples statefull_proxy and simple_ua.
These two softs need to exchange somes datas. I can create a shared memory to do that, but I think, it will be easier to have the two softs in one.
So I trying to merge the two main to initiate two different stack and endpoint.
But actually I have an error occured in pool_i.h on the line 85 :
 
79   PJ_IDEF(pj_pool_t*) pj_pool_create( pj_pool_factory *f, 
80   const char *name,
81   pj_size_t initial_size, 
82   pj_size_t increment_size,
83   pj_pool_callback *callback)
84   {
85   return (*f->create_pool)(f, name, initial_size, increment_size, callback);
86   }
 
I think may be I can't create two stack and endpoint in the same application ?
Do you know if I can ?
 
 
Thanks by advance.
 
C?dric.
_________________________________________________________________
Pendant tout l'?t?, consultez vos emails Hotmail sur votre mobile !
http://www.messengersurvotremobile.com/?d=hotmail
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20080820/07c83621/attachment-0001.html 


[Index of Archives]     [Asterisk Users]     [Asterisk App Development]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [Linux API]
  Powered by Linux