如何在Freeswitch的SIP电话中将呼叫桥接到真实电话。我使用了以下命令,但它不起作用
<action application="bridge" data="sofia/gateway/ytel.com/xxxxxx@ip"/>
提前致谢
答案 0 :(得分:0)
如果您设置了网关ytel.com,那么您不应该拥有@ip,它应该是:
<action application="bridge" data="sofia/gateway/ytel.com/xxxxxx"/>
您使用sofia/gateway/$myCarrier/$number
或sofia/$profile/$number@$IPorDomain