Hello,
I checked my ser.cfg my table domain in db ser and re-read the documentation of domain module .
After reading domain.c file I found a exported function for R-URI which is not is_from_local() for outbound domain but is_uri_host_local():
I add this function in my conf file now i can call others domains however we don't find this function anywhere else that domain.c
I use documentation from onsip.org which talk about nat however the examples may be wrong or incomplete.
Regards
Harry
___________________________________________________________________________ Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger Téléchargez cette version sur http://fr.messenger.yahoo.com
harry gaillac writes:
I add this function in my conf file now i can call others domains however we don't find this function anywhere else that domain.c
is_uri_host_local() function was missing from domain README file. i'll try to add it to the sgml document, but cannot guarantee correctness of the resulting sgml, because Makefile doesn't generate README file from sgml file.
-- juha