Hello,

If I add the SIPTAG_P_PREFERRED_IDENTITY() tag to my nua_invite(), then I
get a "900 NUA Internal Error" generated after the second call to
sip_add_tagis() function in the nua_client_init_request() function of
libsofia-sip-ua/nua/nua_stack.c.  Do you know why?  Is there something
special I need to do for this tag?

Please see logging extract below:

[2]nua_handle(nua=0x824fe8, hmagic=0x7de4d4,
url=sip:[EMAIL PROTECTED]:14060)        
nua: nh_create_handle: entering 
   ...[2]nua_handle() returned nh=0x83f4c8      
nua_invite(nh=0x83f4c8, SIPTAG_FROM(""
<sip:[EMAIL PROTECTED]:14060>), 
         SIPTAG_TO(sip:[EMAIL PROTECTED]:14060),        
         SIPTAG_P_PREFERRED_IDENTITY(sip:[EMAIL PROTECTED]),    
         SOATAG_USER_SDP(...)): 
o=TC 0 0 IN IP4 192.168.72.150  
s=session               
c=IN IP4 192.168.72.150 
m=audio 1760 RTP/AVP 0 18 4 101 
a=rtpmap:0 PCMU/8000    
a=rtpmap:18 G729/8000   
a=rtpmap:4 G723/8000    
a=rtpmap:101 telephone-event/8000/1     
nua: nua_invite: entering       
nua(0x83f4c8): signal r_invite  
nua(0x83f4c8): signal r_invite  
nua: nua_stack_set_params: entering     
soa_clone(static::0x825640, 0x822f08, 0x83f4c8) called  
soa_set_params(static::0x82f630, ...) called    
soa_set_user_sdp(static::0x82f630, (nil), 0x82f55e, -1) called  
soa_set_capability_sdp(static::0x82f630, (nil), 0x82f55e, -1) called    
su_localinfo: if lo with index 1        
su_localinfo: if esw0 with index 2      
nua(0x83f4c8): event r_invite 900 Internal NUA Error (1) at
../../../libsofia-sip-ua/nua/nua_stack.c:2354   
nua(0x83f4c8): call state changed: init -> terminated   
nua(0x83f4c8): event i_state 900 Internal NUA Error (1) at
../../../libsofia-sip-ua/nua/nua_stack.c:2354   
nua(0x83f4c8): event i_terminated 900 Internal NUA Error (1) at
../../../libsofia-sip-ua/nua/nua_stack.c:2354   
nua: nua_application_event: entering    
ce_ProcCallback: Rcvd event for nua=0x824fe8, pMkData=0x7de4d4, nh=0x83f4c8,
hmagic=0x7de4d4, sip=0x0        
nua_r_invite event: 900 Internal NUA Error (1) at
../../../libsofia-sip-ua/nua/nua_stack.c:2354
(pMkData->mk=MK4=lineH=0x824fe8)        


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to