zoukankan      html  css  js  c++  java
  • GOIP connects with Elastix through “config by line”

    GOIP connects with Elastix through “config by line”

     For using config by line mode in GOIP, we will realise:

    9+ 5 + Number will go out via GOIP4’S sim card 1 .

    9+ 6 + Number will go out via GOIP4’S sim card 2 .

    Any calls from GOIP will reach IVR of elastix.

    The detailed configuration is as follows:

     1. Build a sip Trunk as VOPTechGoIP in elastix:

    1

    The related content in PEER Details is:

    context=from-pstn

    host=dynamic

    type=peer

    qualify=yes

    username=VOPTechGOIP

    secret=VOPTechGOIP

    2. we need to create one outbound route, 9+any number will reach GOIP.

    2

    3. we need to create one inbound route, and when any calls reach elastix, we will hear the greeting welcome.

     1

    2

    4. in GOIP, we need to do the following configuration in Line 1 and Line 2 of GOIP4.

    here we need to input the account which we create in PEER Details of elastix above.

    username=VOPTechGOIP

    secret=VOPTechGOIP

    3

    5. We need to do dial plan in call divert>> Fill 5:-5, this means, all the number begin with 5, 5 will be deleted and send out the rest number. For example, in your IP Phone, you dial 9+ 5+ 15914175845, At last Goip will send 15914175845 via Sim card 1. 9+ 6+ 15914175845 will be sent via SIM CARD 2.

    1

    2

    here 888 means when any calls reach GOIP from SIM card, the GOIP will transfer the call to elastix through 888.

    That is all the settings.

  • 相关阅读:
    动态规划0-1背包问题
    在网页上加入运行代码的功能
    关于CSS基础框架的学习
    Hadoop综合大作业
    hive基本操作与应用
    用mapreduce 处理气象数据集
    熟悉常用的HBase操作,编写MapReduce作业
    爬虫大作业
    熟悉常用的HDFS操作
    数据结构化与保存
  • 原文地址:https://www.cnblogs.com/xishi/p/3918329.html
Copyright © 2011-2022 走看看