def Configure(self, call_id=""):
        panel = eg.ConfigPanel()
        labelText = wx.StaticText(panel, -1, self.plugin.text.call_id_label)
        w,h=labelText.GetSize()
        textControl = wx.TextCtrl(panel, -1, call_id)