add sip_refer_to var

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7008 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2007-12-28 22:53:04 +00:00
parent ef563f04c4
commit 24038ba5f9
2 changed files with 17 additions and 10 deletions
+1
View File
@@ -72,6 +72,7 @@ typedef struct private_object private_object_t;
#define SOFIA_SIP_HEADER_PREFIX_T "~sip_h_"
#define SOFIA_DEFAULT_PORT "5060"
#define SOFIA_DEFAULT_TLS_PORT "5061"
#define SOFIA_REFER_TO_VARIABLE "sip_refer_to"
#include <sofia-sip/nua.h>
#include <sofia-sip/sip_status.h>