SFSIP-168

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14346 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-07-24 15:55:36 +00:00
parent 8155f453a8
commit 29be4bd069
1 changed files with 2 additions and 0 deletions

View File

@ -3584,6 +3584,7 @@ int sofia_glue_init_sql(sofia_profile_t *profile)
" accept VARCHAR(255),\n"
" profile_name VARCHAR(255),\n"
" hostname VARCHAR(255),\n"
" network_port VARCHAR(6)\n"
" network_ip VARCHAR(255)\n"
");\n";
@ -3613,6 +3614,7 @@ int sofia_glue_init_sql(sofia_profile_t *profile)
" hostname VARCHAR(255),\n"
" contact_str VARCHAR(255),\n"
" call_id VARCHAR(255),\n"
" network_ip VARCHAR(255),\n"
" expires INTEGER\n"
");\n";