[sr-dev] git:kamailio_3.0: pua(k): use the outbound proxy on updates

Daniel-Constantin Mierla miconda at gmail.com
Thu Aug 12 11:34:38 CEST 2010


Module: sip-router
Branch: kamailio_3.0
Commit: 33dcaf08698eb1fd6ee2bedfb78380939013081a
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=33dcaf08698eb1fd6ee2bedfb78380939013081a

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at 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
(cherry picked from commit f39cb1976978f0860d41a05ed181e45e14c88c58)

---

 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)
 		{




More information about the sr-dev mailing list