Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用星号拨打自动呼叫,但问题是呼叫者 ID 在客户端设备中显示为匿名。那么如何设置 callerid 在客户端设备中正确显示?
您可能正在发起该呼叫。有两种方法负责:
ast_pbx_outgoing_app ast_pbx_outgoing_exten
根据发起的方式,您可能需要稍微修改apps/app_originate.c或res/res_clioriginate.c。
如果您使用 AMI(Asterisk Manager 界面)发起呼叫,您只需将变量CALLERID(all)简单地“设置”为您想要使用的任何内容。
当NULL callerid 传递给函数之一时,匿名是默认值。