Re: [Sofia-sip-devel] Cant using nua_invite to initial call.

2013-08-08 Thread Andreas Wehrmann
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)

[Sofia-sip-devel] Cant using nua_invite to initial call.

2013-08-08 Thread ThanhTruong
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