diff options
author | spag <spag@golwen.net> | 2013-02-13 10:08:01 +0100 |
---|---|---|
committer | spag <spag@golwen.net> | 2013-02-13 10:08:01 +0100 |
commit | 14b400d563b2d33706491a20e997a1062b9acc69 (patch) | |
tree | 836a156e06a56541461ec36863eebfe71e2efd16 /misc | |
parent | 043967a309d9748c8d74d0d5eecdb90b4d433a8c (diff) |
language_code added to sip_account classes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/freeswitch/scripts/common/sip_account.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/freeswitch/scripts/common/sip_account.lua b/misc/freeswitch/scripts/common/sip_account.lua index d023f20..5b1ea56 100644 --- a/misc/freeswitch/scripts/common/sip_account.lua +++ b/misc/freeswitch/scripts/common/sip_account.lua @@ -38,6 +38,7 @@ function SipAccount.find_by_sql(self, where) `a`.`sip_accountable_id`, \ `a`.`hotdeskable`, \ `a`.`gs_node_id`, \ + `a`.`language_code`, \ `b`.`host`, \ `c`.`sip_host`, \ `c`.`profile_name` \ |