Re: [Sofia-sip-devel] Internal error at nua_client.c:550 on SUBSCRIBE

2010-08-18 Thread Philippe Maymat
Hi, this is the code I use : nua_handle_t *handle = NULL; handle = nua_handle(nua, NULL ,TAG_END()); printf(Subscribing sip %s \n,sip_account); nua_subscribe(handle ,SIPTAG_FROM_STR(m_subscribe_id)

Re: [Sofia-sip-devel] Internal error at nua_client.c:550 on SUBSCRIBE

2010-08-18 Thread Paulo Pizarro
Hi, Try with m_subscribe_id=sip:33172387...@job.net and sip_account=sip:callpark;custid=6...@job.net Here it works for me! 2010/8/18 Philippe Maymat pmay...@keyyo.com: Hi, this is the code I use :    nua_handle_t *handle = NULL;     handle = nua_handle(nua, NULL  

Re: [Sofia-sip-devel] Internal error at nua_client.c:550 on SUBSCRIBE

2010-08-18 Thread Philippe Maymat
OK, It work fine for me too. Thank you very much Paulo Pizarro a écrit : Hi, Try with m_subscribe_id=sip:33172387...@job.net and sip_account=sip:callpark;custid=6...@job.net Here it works for me! 2010/8/18 Philippe Maymat pmay...@keyyo.com: Hi, this is the code I use :