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="" > and sip_account="" > > Here it works for me! > > 2010/8/18 Philippe Maymat : > >> Hi, >> >> this is the code I use : >> >>nua_handle_t *handle = NULL; >> >> handle = n

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="" and sip_account="" Here it works for me! 2010/8/18 Philippe Maymat : > Hi, > > this is the code I use : > >    nua_handle_t *handle = NULL; > >     handle = nua_handle(nua, NULL >     ,TAG_END()); > >     printf("Subscribing sip

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)