Hi,

Try with m_subscribe_id="<sip:[email protected]>"
and sip_account="<sip:callpark;[email protected]>"

Here it works for me!

2010/8/18 Philippe Maymat <[email protected]>:
> 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:[email protected]
> sip_account is: sip:callpark;[email protected]
>
>
> Thank you for you help
>
> Pekka Pessi a écrit :
>
> Hi Philippe,
>
> 2010/8/13 Philippe Maymat <[email protected]>
>
>
> 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
> [email protected]
> 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
> [email protected]
> 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to