`

7777 incoming not working

UP 
阅读更多

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.

分享到:
评论

相关推荐

    Ruby-Incoming帮助你在Rackapps接收电子邮件

    "Ruby-Incoming"项目就是针对这种需求设计的一个库,它帮助开发者在基于Rack的应用程序中轻松地接收和处理电子邮件。 Rack是Ruby中的一个中间件框架,它定义了一种标准接口,使得各种Web服务器和框架之间能够无缝...

    PI NODE,有些节点没有Incoming connections的解决方案.pdf

    这个问题其实在共识容器出现就存在了,现在PI NODE更新了0.4版,可以直接看到节点的运行状态,因此有些NODER才发现这个问题。关于这个问题,我之前在群里说过只有OUT没有IN代表是个瘸腿节点,并不能为其他节点提供...

    Android ApiDemos示例解析(26):App->Notification->IncomingMessage

    本文将深入解析`ApiDemos`中的一个特定示例——`App->Notification->IncomingMessage`,帮助开发者更好地理解和应用Android的通知功能。 通知(Notification)是Android系统中一种关键的用户界面元素,它在状态栏中...

    emscripten-fastcomp-incoming.zip

    这个"emscripten-fastcomp-incoming.zip"安装包是为了那些无法访问外网的用户准备的,意味着它可能包含了Emscripten fastcomp后端的最新或特定版本,使得用户可以在离线环境中进行编译工作。通常,这样的包会包括...

    http-incoming:Node 内部请求对象的固定版本。 用于适当的模拟

    http-incoming 节点的内部请求对象。 用于适当的模拟。 位于此处: : 安装 npm install http - incoming 用法 var Request = require ( 'http-incoming' ) ... IncomingMessage ; var req = new Request ( { } ) ;

    ppc incoming call view

    如何去修改菜单ignore?

    readable-mock-req:另一个 http.IncomingMessage 模拟(仅限可读流)

    它尝试通过以下方式尽可能接近地模拟 IncomingMessage: 验证和设置大写method (默认为 GET), 确保有一个url (默认为/ ), 按预期填充headers和rawHeaders , 在end事件后填充trailers和rawTrailers trailers ...

    incoming:来了!! - 为您的 Web 应用程序上传大文件

    有了 Incoming!!,大文件上传的复杂性和性能影响都不再是您的 Web 应用程序的负担。 来了!! 由一个服务器应用程序和一个 JavaScript 客户端库组成。 服务器可以与您的 Web 应用程序后端一起运行,也可以在您的...

    This application checks for incoming mail (POP3 client).

    标题中的“This application checks for incoming mail (POP3 client)”指的是一个应用程序,它的主要功能是检查用户的电子邮件收件箱,这是通过使用POP3(Post Office Protocol version 3)协议来实现的。...

    action-slack-incoming-webhook:GitHub对Slack传入Webhook的操作

    slack-incoming-webhook@main env : INCOMING_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }} with : text : Hello, Slack! 这是Slack消息的样子:高级用法您可以灵活指定attachments和blocks - name : Set COMMIT...

    层三信令事件代码详解

    55 Incoming calls barred within the CUG 57 Bearer capability not authorized(承载能力未认可) 58 Bearer capability not presently available(承载能力目前不可用) 63 Service or option not available,...

    IntelliJ IDEA同步代码时版本冲突而产生出的incoming partial文件问题的解决办法

    今天小编就为大家分享一篇关于IntelliJ IDEA同步代码时版本冲突而产生出的incoming partial文件问题的解决办法,小编觉得内容挺不错的,现在分享给大家,具有很好的参考价值,需要的朋友一起跟随小编来看看吧

    android db4o 8.1

    **Android DB4O 8.1 - 对象数据库在Java和Android开发中的应用** DB4O(Database for Objects)是一款强大的、开源的对象数据库系统,它允许开发者直接将Java对象持久化到磁盘,无需传统的对象关系映射(ORM)工具...

    ERP系统信息化资料:SAP专业培训教材_UT Script_FICO_TO-BE-FI-011 Incoming Payment Process_V1.0.doc

    ERP系统信息化资料:SAP专业培训教材_UT Script_FICO_TO-BE-FI-011 Incoming Payment Process_V1.0.doc

    C++ Concurrency in Action

    C++ Concurrency in Action, I encountered the concept of multithreaded code while working at my first job after I left college. We were writing a data processing application that had to populate a data...

    axis2常见异常总结

    如果我们在使用 Axis2 时抛出了 org.apache.axis2.AxisFault: The input stream for an incoming message is null 异常,就说明 services.xml 中没有加入 scope="transportsession"。解决方法是将 services.xml 配置...

    fist-fistlabs_unit_incoming:拳头的身体解析器

    fist-fistlabs_unit_incoming 提供主体解析器单元的 Fist 插件。 用法: app . install ( 'fist-fistlabs_unit_incoming' ) ; app . alias ( 'fist-fistlabs_unit_incoming' , 'body' ) ; app . unit ( { name ...

    FIVE CRM Incoming-crx插件

    五个CRM Incoming旨在供接听来电的座席使用。 当CLI搜索出现在...中时,它将管理浏览器选项卡。 五个CRM Incoming旨在供接听来电的座席使用。 当CLI搜索出现在浏览器中时,它将管理浏览器选项卡。

    SVN操作手册中文版网页格式

    Local delete, incoming delete upon update 4.6.2.4. Local missing, incoming edit upon merge 4.6.2.5. Local edit, incoming delete upon merge 4.6.2.6. Local delete, incoming delete upon merge 4.7. ...

Global site tag (gtag.js) - Google Analytics