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(0x2b52184f5940): sent signal r_invite
nua_stack.c:359 nua_application_event() nua: nua_application_event: entering
nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering
nua_stack.c:569 nua_stack_signal() nua(0x2b52184f5940): recv signal r_invite
nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering
soa.c:405 soa_set_params() soa_set_params(static::0x2b5218638ba0, ...) called
soa.c:1052 soa_set_user_sdp() soa_set_user_sdp(static::0x2b5218638ba0, (nil), 
0x2b521c32bca4, -1) called
soa.c:890 soa_set_capability_sdp() 
soa_set_capability_sdp(static::0x2b5218638ba0, (nil), 0x2b521c32bca4, -1) called
soa.c:2568 soa_init_sdp_connection_with_session() 
soa_init_sdp_connection_with_session: selected IN IP4 <x.x.x.x> (a local 
address)
nua_stack.c:271 nua_stack_event() nua(0x2b52184f5940): event r_invite 491 
Request Pending
nua_stack.c:359 nua_application_event() nua: nua_application_event: entering
nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering

but Invite does not send out.
nua_invite (nh,  NUTAG_URL (nua_url),
                SOATAG_USER_SDP_STR("m=audio 8000 RTP/AVP 8 0\nc=IN IP4 
127.0.0.1\n"),
                SOATAG_RTP_SORT(SOA_RTP_SORT_REMOTE),
                SOATAG_RTP_SELECT(SOA_RTP_SELECT_ALL),
                TAG_END());

 Please help to send it out only.
Thanks,
ThanhTruong


________________________________
 From: Andreas Wehrmann <andreas_wehrm...@yahoo.at>
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/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), TAG_END ());
>
> but I did not see any invite sent.
>
> any one can help to send one invite to one sip server ?
>
> thank all in advance.
>
>  
> ThanhTruong
>

Increase the log level and find out what Sofia says about your request,
maybe that will give you a hint.

Regards,
Andreas


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to