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
>                             ,TAG_END());
>
>         printf("Subscribing sip %s \n",sip_account);
>
>         nua_subscribe(    handle
>                         ,SIPTAG_FROM_STR(m_subscribe_id)
>                         ,SIPTAG_TO_STR(sip_account)
>                         ,SIPTAG_EVENT_STR("dialog")
>                         ,TAG_END()
>                         );
> m_subscribe_id is: sip:33172387...@job.net
> sip_account is: sip:callpark;custid=6...@job.net
>
>
> Thank you for you help
>
> Pekka Pessi a écrit :
>
> Hi Philippe,
>
> 2010/8/13 Philippe Maymat <pmay...@keyyo.com>
>
>
> with the latest git repo, I now have the following error in return of
> nua_subscribe:
>
> Internal error at nua_client.c:550
>
> It's due to the ';', with any other char, it works.
>
>
> Could you show us your code? How do you initialize nh? Which other
> tags you include with nua_handle() and nua_subscribe() besides
> NUTAG_URL?
>
> --
> Pekka.Pessi mail at nokia.com
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by
>
> Make an app they can't live without
> Enter the BlackBerry Developer Challenge
> http://p.sf.net/sfu/RIM-dev2dev
> _______________________________________________
> Sofia-sip-devel mailing list
> Sofia-sip-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel
>
>
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by
>
> Make an app they can't live without
> Enter the BlackBerry Developer Challenge
> http://p.sf.net/sfu/RIM-dev2dev
> _______________________________________________
> Sofia-sip-devel mailing list
> Sofia-sip-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel
>
>

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to