require "import"名字=
{
  "移动查话费",
  "联通查话费",
"电信查话费",
"中国电信号码百事通",
  }
号码=
{
"1008611#",
  "1001011",
"11888,1,9,9",
"114,1",
  }
dlg=LuaDialog(service)
.setItems(名字)
.show()
service.speak("选择号码")
dlg.onItemClick=function(l,v,p,i)
dlg.dismiss()
service.callPhone(号码[i])
service.postClick(2000,{"免提"})
end
return true