7777 incoming not working

本文介绍如何解决IVR中特定功能代码无法正常工作的问题,并详细解释了设置默认来电路由及FXO通道以支持DID路由的具体步骤。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

I setup the IVR with options 1,2,3,4.., which directs to conference rooms, extension numbers and etc. but when I dial 7777 as indicated in the documentation, I get unavailable message. What Do I need to mak this work please?
Feature Code 7777 is "enabled".

 

You need a default Incoming Routing config to point to the IVR that you created. You create a default Incoming Route by leaving DID Number and Caller ID Number blank.

 

You can set up your FXO's to support DID routing with one DID per Zap channel.
First, modify your zapata-auto.conf to have a custom context for each channel like this:

 

signalling=fxs_ks
; Note: this is a trunk. Create a ZAP trunk in AMP for Channel 3
context=from-zaptel-custom-3
group=0
channel => 3

 

signalling=fxs_ks
; Note: this is a trunk. Create a ZAP trunk in AMP for Channel 4
context=from-zaptel-custom-4
group=0
channel => 4

 

Notice that each channel has a separate, inbound context.

Then add a little code to extensions_custom.conf that looks like this:

 

[from-zaptel-custom-3]
exten => s,1,Set(DID=7066323343)
exten => s,2,Set(FROM_DID=7066323343)
exten => s,3,Goto(from-zaptel,7066323343,1)

 

; end [from-zaptel-custom-3

Make one for [from-zaptel-custom-4] also, with either the same or a different phone number.

Now you can set up DID/CID routes for your Zaptel channels.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值