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

2013-08-09 Thread ThanhTruong
devel@lists.sourceforge.net" Sent: Friday, August 9, 2013 6:19 PM Subject: Re: [Sofia-sip-devel] Cant using nua_invite to initial call. On 08/09/2013 11:21 AM, ThanhTruong wrote: > Hi , > > this is full loglevel for all and set to 9(max) I think. > > in this stack, i can rec

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

2013-08-09 Thread Andreas Wehrmann
On 08/09/2013 11:21 AM, ThanhTruong wrote: > Hi , > > this is full loglevel for all and set to 9(max) I think. > > in this stack, i can receive invite, send/receive register, respond of > register. > > :( > But with invite, it is not live nua_register, nua_subscribe so, i am getting > this issue

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

2013-08-09 Thread ThanhTruong
From: Andreas Wehrmann To: ThanhTruong Cc: "sofia-sip-devel@lists.sourceforge.net" Sent: Friday, August 9, 2013 4:06 PM Subject: Re: [Sofia-sip-devel] Cant using nua_invite to initial call. On 08/09/2013 10:57 AM, ThanhTruong wrote: > Hi sir, > > Whe

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

2013-08-09 Thread Andreas Wehrmann
On 08/09/2013 10:57 AM, ThanhTruong wrote: > Hi sir, > > When I tried with your code, change to my sdp and get this log from > nua_invite. > nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering > soa.c:282 soa_clone() soa_clone(static::0xe9bd050, 0xe490080, 0x2b52284121d0)

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

2013-08-09 Thread ThanhTruong
uccess Invite out.   Thanks, ThanhTruong From: Andreas Wehrmann To: ThanhTruong Cc: "sofia-sip-devel@lists.sourceforge.net" Sent: Friday, August 9, 2013 3:44 PM Subject: Re: [Sofia-sip-devel] Cant using nua_invite to initial call. On 08/09/201

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

2013-08-09 Thread Andreas Wehrmann
;sofia-sip-devel@lists.sourceforge.net" > > Sent: Friday, August 9, 2013 3:19 PM > Subject: Re: [Sofia-sip-devel] Cant using nua_invite to initial call. > > > > This is a (very much) stripped down example from my code (NOTE: that I didn't include the SDP str

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

2013-08-09 Thread ThanhTruong
to send one INVITE message to one server) Thanks,   ThanhTruong From: Andreas Wehrmann To: ThanhTruong Cc: "sofia-sip-devel@lists.sourceforge.net" Sent: Friday, August 9, 2013 3:19 PM Subject: Re: [Sofia-sip-devel] Cant using nua_invite to in

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

2013-08-09 Thread Andreas Wehrmann
On 08/09/2013 09:48 AM, ThanhTruong wrote: > hi, > > I have enabled log level and see some log but cant know where is my issue ? > > nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering > nua.c:633 nua_invite() nua: nua_invite: entering > nua_stack.c:529 nua_signal() nua(0x2b52184f5

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

2013-08-09 Thread ThanhTruong
SELECT_ALL),                 TAG_END());  Please help to send it out only. Thanks, ThanhTruong From: Andreas Wehrmann To: sofia-sip-devel@lists.sourceforge.net Sent: Friday, August 9, 2013 1:22 PM Subject: Re: [Sofia-sip-devel] Cant using nua_invite to initial call. On 08/09/

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)