From c8c6d97d9e822a3e8b3ac837e0ab9ce0b3e9078a Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Mon, 15 Oct 2007 21:03:56 +0000 Subject: [PATCH] update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5881 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/endpoints/mod_sofia/sofia_reg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/endpoints/mod_sofia/sofia_reg.c b/src/mod/endpoints/mod_sofia/sofia_reg.c index 3c831a3c76..734a160330 100644 --- a/src/mod/endpoints/mod_sofia/sofia_reg.c +++ b/src/mod/endpoints/mod_sofia/sofia_reg.c @@ -164,7 +164,7 @@ int sofia_reg_nat_callback(void *pArg, int argc, char **argv, char **columnNames //nua_message(nh, SIPTAG_CONTENT_TYPE_STR("text/plain"), //SIPTAG_PAYLOAD_STR("You suffer from Connectile Dysfunction.\nYou should use stun....\n"), TAG_END()); - nua_options(nh, SIPTAG_FROM_STR(profile->url), SIPTAG_TO_STR(to), NUTAG_URL(contact), SIPTAG_CONTACT_STR(profile->url), TAG_END()); + nua_options(nh, TAG_END()); return 0; }