From 859f8756e2548e5e17151fd65e50fa2d34a6baf8 Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Wed, 26 Jun 2013 16:47:12 +0200 Subject: [PATCH] Migrate account_id to xavp. --- ngcp/ngcp.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ngcp/ngcp.lua b/ngcp/ngcp.lua index 6c6d2c8..b385d3a 100644 --- a/ngcp/ngcp.lua +++ b/ngcp/ngcp.lua @@ -91,7 +91,6 @@ end }, caller_usr_load = { caller_usr_prefs = { - {"caller_account_id", "account_id"}, {"caller_cc", "cc"}, {"caller_ac", "ac"}, {"caller_emergency_cli", "emergency_cli"}, @@ -108,7 +107,6 @@ end }, callee_usr_load = { callee_usr_prefs = { - {"callee_account_id", "account_id"}, {"callee_cc", "cc"}, {"callee_ac", "ac"}, {"callee_cfu", "cfu"}, @@ -336,4 +334,4 @@ end end end -- class ---EOF \ No newline at end of file +--EOF