Xin chào ! Nếu đây là lần đầu tiên bạn đến với diễn đàn, xin vui lòng danh ra một phút bấm vào đây để đăng kí và tham gia thảo luận cùng VnPro.

Announcement

Collapse
No announcement yet.

help me

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • help me

    mình có mô hình mạng Voice như hình bên dươi:
    _thay vì sử dụng Gateway keeper để quản lí , nhưng vì có ít site và giảm chi phí nên ko dùng Getwaykeeper. Bây gờ, o phía R1, 793 001 quay số 794 100 thì tại R1 , nó có tách ra được 794 để chuyển wa R2 để R2 chuyển tiếp tới 100 nhằm thiết lập cuộc gọi giữa 001<-->100 ko vậy?
    _Nếu nó thết lập được cuộc gọi thì trên R1 hỗ trợ được bao nhiêu site?


    Thanks !:106:
    Attached Files

  • #2
    hi ban,
    Vấn đề cắt số có nhiều cách xử lý, nhưng tốt nhất nên để mặt định như sau:
    Về nguyên tắt, mặt định "dial-peer voice tag pots" sẽ tự loại bỏ prefix mong muốn dựa vào prefix trong lệnh destination-pattern thuoc mode cau hinh dial-peer nay.
    Mình vì dụ từ sơ đồ cùa bạn:
    Minh chi tao mot so lenh co ban lien quan den dinh tuyen cuoc goi va gia su he thong dang chay giao thuc H323.

    R1:
    !
    voice-port 0/0
    !
    dial-peer voice 793 pots
    desciption for pots R1 site
    destination-pattern 793T
    direct-inward-dial
    port 0/0
    !
    dial-peer voice 794 voip
    description for the call to R2
    destination-pattern 794T
    session target ip_of_R2
    dtmf-relay h245-signal
    !
    dial-peer voice 795 voip
    description for the call to R3
    destination-pattern 795T
    session target ip_of_R3
    dtmf-relay h245-signal
    !
    dial-peer voice 796 voip
    description for the call to R4
    destination-pattern 796T
    session target ip_of_R4
    dtmf-relay h245-signal
    !

    R2:
    !
    voice-port 0/0
    !
    dial-peer voice 794 pots
    description for pots R2 site
    destination-pattern 794T
    direct-inward-dial
    port 0/0
    !
    dial-peer voice 793 voip
    description for the call to R1
    destination-pattern 793T
    session target ip_of_R1
    dtmf-relay h245-signal
    !
    dial-peer voice 795 voip
    description for the call to R3
    destination-pattern 795T
    session target ip_of_R3
    dtmf-relay h245-signal
    !
    dial-peer voice 796 voip
    description for the call to R4
    destination-pattern 796T
    session target ip_of_R4
    dtmf-relay h245-signal
    !

    R3:
    !
    voice-port 0/0
    !
    dial-peer voice 795 pots
    desciption for pots R3 site
    destination-pattern 795T
    direct-inward-dial
    port 0/0
    !
    dial-peer voice 793 voip
    description for the call to R1
    destination-pattern 793T
    session target ip_of_R1
    dtmf-relay h245-signal
    !
    dial-peer voice 794 voip
    description for the call to R2
    destination-pattern 794T
    session target ip_of_R2
    dtmf-relay h245-signal
    !
    dial-peer voice 796 voip
    description for the call to R4
    destination-pattern 796T
    session target ip_of_R4
    dtmf-relay h245-signal
    !

    R4:
    !
    voice-port 0/0
    !
    dial-peer voice 796 pots
    desciption for pots R4 site
    destination-pattern 796T
    direct-inward-dial
    port 0/0
    !
    dial-peer voice 793 voip
    description for the call to R1
    destination-pattern 793T
    session target ip_of_R1
    dtmf-relay h245-signal
    !
    dial-peer voice 794 voip
    description for the call to R2
    destination-pattern 794T
    session target ip_of_R2
    dtmf-relay h245-signal
    !
    dial-peer voice 795 voip
    description for the call to R3
    destination-pattern 795T
    session target ip_of_R3
    dtmf-relay h245-signal
    !

    Mot so gop y

    Comment

    Working...
    X