Freeswitch 使用密码发起到 SIP 端点

Freeswitch Originate to SIP endpoint with Password

希望使用 originate 发起从 Freeswitch 到外部 SIP phone 的呼叫。

在 Freeswitch 文档中,我可以看到这是按 "originate sofia/example/300@foo.com 8600" 完成的,但是看不到有关如何设置密码的任何信息。

有人有想法吗?

你可以使用

originate [sip_auth_username='xxxxxxx',sip_auth_password='xxxxxxxx']sofia/external/111111@example.com &park()

<action application="bridge" data="[sip_auth_username='user',sip_auth_password='xxxxxx']user/1000@default"/>