@@ -17,5 +17,6 @@ type SipUser struct {
LineNumber int `reform:"line_num"`
PrimaryExtension *string `reform:"parent_name"`
AdminPassword string `reform:"adminpassword"`
+ VoiceVlan *int `reform:"voicevlan"`
//BindTo *int `reform:"bindto"`
}
@@ -1,8 +1,8 @@
package specialAPIModels
import (
- "github.com/revel/revel"
I "devel.mephi.ru/dyokunev/wwwvoip/app/iface"
+ "github.com/revel/revel"
"voip/app/models"
)
@@ -1,9 +1,9 @@
+ I "devel.mephi.ru/dyokunev/wwwvoip/app/iface"
"fmt"
"github.com/revel/revel"
- I "devel.mephi.ru/dyokunev/wwwvoip/app/iface"