Module: sip-router
Branch: master
Commit: f39cb1976978f0860d41a05ed181e45e14c88c58
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f39cb19…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Fri Jul 30 20:25:52 2010 +0200
pua(k): use the outbound proxy on updates
- patch by Alex Hermann, SF#3035780
---
modules_k/pua/pua.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules_k/pua/pua.c b/modules_k/pua/pua.c
index 3706200..bf73187 100644
--- a/modules_k/pua/pua.c
+++ b/modules_k/pua/pua.c
@@ -667,7 +667,7 @@ int update_pua(ua_pres_t* p, unsigned int hash_code)
p->pres_uri, /* Request-URI */
p->pres_uri, /* To */
p->pres_uri, /* From */
- 0 /* Outbound proxy*/
+ &outbound_proxy /* Outbound proxy*/
);
if(result< 0)
{