使用星号获取 MSC、IMSI 和小区 ID
是否可以使用asterisk获取手机的cell id?我想获取手机的手机ID,而无需在手机上安装额外的软件。
Is it possible to use asterisk to get the cell id of a mobile phone? I want to get the cell id of a phone without the necessity to install extra software on the phone.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果“小区 ID”指的是手机号码,则可以在 CALLERID 变量中找到该号码。请参阅:http://www.voip-info.org/wiki/view /Asterisk+func+callerid
但请注意,呼叫者 ID 可能会被欺骗,并且不应作为任何访问控制的基础。
如果“cell id”是指手机ESN/IMEI:不,该信息是< Strike>通常不适用于 Asterisk 等 PBX 系统。
If by "cell id", you mean the mobile phone number, then that's available in the CALLERID variable. See: http://www.voip-info.org/wiki/view/Asterisk+func+callerid
Note however, that caller ID can be spoofed, and should not be the basis for any access control.
If by "cell id", you mean the mobile ESN/IMEI: no, that information is
generallynot available to PBX systems like Asterisk.小区 ID 是分配给位置区域内每个基站收发站的唯一数值,也用位置区域代码进行标识,并且特定于移动网络。 Asterisk 通过 ISUP 和 SIP 协议(这些协议不是移动网络特定的呼叫控制协议)为 IVR 和 PBX 应用程序提供计算机电话接口。除非它没有在 IAM 和 INVITE 消息中作为供应商特定参数实现,否则您将不会收到小区 ID 或位置区域代码。
Cell id is the unique numeric value assigned to each Base Transceiver Station within Location Area which is also identified with Location Are Code and specific to mobile networks. Asterisk provides computer telephony interface for IVR and PBX applications through ISUP and SIP protocols those are not mobile network specific call control protocols. Unless otherwise it is not implemented as vendor specific parameter in IAM and INVITE messages , you would not receive cell id or location area code.