mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-08 08:51:50 +00:00
SFSIP-168
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14346 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
8155f453a8
commit
29be4bd069
@ -3584,6 +3584,7 @@ int sofia_glue_init_sql(sofia_profile_t *profile)
|
|||||||
" accept VARCHAR(255),\n"
|
" accept VARCHAR(255),\n"
|
||||||
" profile_name VARCHAR(255),\n"
|
" profile_name VARCHAR(255),\n"
|
||||||
" hostname VARCHAR(255),\n"
|
" hostname VARCHAR(255),\n"
|
||||||
|
" network_port VARCHAR(6)\n"
|
||||||
" network_ip VARCHAR(255)\n"
|
" network_ip VARCHAR(255)\n"
|
||||||
");\n";
|
");\n";
|
||||||
|
|
||||||
@ -3613,6 +3614,7 @@ int sofia_glue_init_sql(sofia_profile_t *profile)
|
|||||||
" hostname VARCHAR(255),\n"
|
" hostname VARCHAR(255),\n"
|
||||||
" contact_str VARCHAR(255),\n"
|
" contact_str VARCHAR(255),\n"
|
||||||
" call_id VARCHAR(255),\n"
|
" call_id VARCHAR(255),\n"
|
||||||
|
" network_ip VARCHAR(255),\n"
|
||||||
" expires INTEGER\n"
|
" expires INTEGER\n"
|
||||||
");\n";
|
");\n";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user