Skip to content

Commit

Permalink
Removed "auto" flag for the dlg_id in DB_TEXT spec file
Browse files Browse the repository at this point in the history
Reported by Jeff Pyle.
  • Loading branch information
bogdan-iancu committed Oct 22, 2013
1 parent 169f519 commit 74a2cab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion db/schema/dialog.xml
Expand Up @@ -22,7 +22,7 @@
<type>unsigned long</type>
<size>&table_id_len;</size>
<primary/>
<type db="dbtext">long,auto</type>
<type db="dbtext">long</type>
<description>h_entry | h_id</description>
</column>

Expand Down
2 changes: 1 addition & 1 deletion scripts/dbtext/opensips/dialog
@@ -1 +1 @@
dlg_id(long,auto) callid(string) from_uri(string) from_tag(string) to_uri(string) to_tag(string) mangled_from_uri(string,null) mangled_to_uri(string,null) caller_cseq(string) callee_cseq(string) caller_ping_cseq(int) callee_ping_cseq(int) caller_route_set(string,null) callee_route_set(string,null) caller_contact(string) callee_contact(string) caller_sock(string) callee_sock(string) state(int) start_time(int) timeout(int) vars(string,null) profiles(string,null) script_flags(int) flags(int)
dlg_id(long) callid(string) from_uri(string) from_tag(string) to_uri(string) to_tag(string) mangled_from_uri(string,null) mangled_to_uri(string,null) caller_cseq(string) callee_cseq(string) caller_ping_cseq(int) callee_ping_cseq(int) caller_route_set(string,null) callee_route_set(string,null) caller_contact(string) callee_contact(string) caller_sock(string) callee_sock(string) state(int) start_time(int) timeout(int) vars(string,null) profiles(string,null) script_flags(int) flags(int)

0 comments on commit 74a2cab

Please sign in to comment.