On 08/09/2013 06:32 AM, ThanhTruong wrote:
> Hi all,
>
> I am back and have a stupid question that i cant send invite to SIP server
> using nua_invite.
>
> i have tried :
>
> nua_invite (nh, NUTAG_URL (nua_url),
> SOATAG_ADDRESS("127.0.0.1:8000"),
> NUTAG_EARLY_MEDIA (1)
Hi all,
I am back and have a stupid question that i cant send invite to SIP server
using nua_invite.
i have tried :
nua_invite (nh, NUTAG_URL (nua_url),
SOATAG_ADDRESS("127.0.0.1:8000"),
NUTAG_EARLY_MEDIA (1), TAG_END ());
but I did not see any invite sent.
any one can