On Wed, Apr 7, 2010 at 2:06 AM, Anca Vamanu <[email protected]> wrote: > Hi James, > > What you see happens because of a improvement that I made in > pua_dialoginfo module. Now the presentity_uri for the callee ( the uri > that will be used as RURI in Publish message) is taken from RURI of > Invite in the moment you call "dialoginfo_set"(before this To header was > used). From the trace it seems that you call this function after you do > lookup("location"). Move this call upper, before lookup() changes the > RURI to the contact of the phone. Also you can check out the possibility > to set custom uris to be used as presentity uri by setting some > pseudovariables > (http://www.opensips.org/html/docs/modules/devel/pua_dialoginfo.html#id227160 > ).
Hi Anca, Moving the dialoginfo_set() above location() seems to fix the problem! I will let you know how things go. I also added another patch to get the green light upon startup, but I believe this causes the light to go solid amber during the first call, but then all subsequent calls seem to work ok. I will also try and see if I can duplicate the stuck 'red' state. Thanks for all your help. > > Regards, > > -- > Anca Vamanu > www.voice-system.ro -- James _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
