Hi Ray,
use avp_print() after the load_gw() to see what avps were loaded and again just before next_gw() to see the available avp. this will help to see if it's a problem at the load or search part.
regards, bogdan
Raymond Chen wrote:
Hi Bogdan,
Here is the debug
1(2584) load_gws(): DEBUG: Added gw_uri_avp sip:@xxx.xxx.xxx.138:5060 1(2584) load_gws(): DEBUG: Added gw_uri_avp sip:@xxx.xxx.xxx.139:5060 1(2584) DEBUG:avpops:print_avp: p=0xf4f167c8, flags=2 1(2584) DEBUG: id=<1400> 1(2584) DEBUG: val_str=sip:@xxx.xxx.xxx.139:5060 1(2584) DEBUG:avpops:print_avp: p=0xf4f16790, flags=2 1(2584) DEBUG: id=<1400> 1(2584) DEBUG: val_str=sip:@xxx.xxx.xxx.138:5060 1(2584) does_uri_exit(): User in request uri does not exist 1(2584) is_user_in(): User is in group 'local' 1(2584) db_flags=3, flags=12 1(2584) DEBUG:avpops:print_avp: p=0xf4f167f8, flags=B 1(2584) DEBUG: id=<1400> 1(2584) DEBUG: val_str=sip:@xxx.xxx.xxx.139:5060 1(2584) DEBUG:avpops:print_avp: p=0xf4f16790, flags=2 1(2584) DEBUG: id=<1400> 1(2584) DEBUG: val_str=sip:@xxx.xxx.xxx.xxx:5060 1(2584) next_gw(): No ruri_user AVP
Raymond
-----Original Message----- From: Bogdan-Andrei Iancu [mailto:bogdan@voice-system.ro] Sent: Tuesday, February 14, 2006 10:55 AM To: Raymond Chen Cc: daniel@voice-system.ro; Users@openser.org Subject: Re: [Users] next_gw(): No ruri_user AVP
Hi Ray,
use avp_print() after the load_gw() to see what avps were loaded and again just before next_gw() to see the available avp. this will help to see if it's a problem at the load or search part.
regards, bogdan
Raymond Chen wrote: