• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
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.

Cấu hình E&M

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

  • Cấu hình E&M

    Dear all,

    Em có 3 site, Hà Nội, Cần Thơ và SG, mỗi site xài router 2821 có card E&M, và tổng đài Ericsson BP250. Các site nối Leased Line kết nối trực tiếp với nhau.

    HN_Router: S0/0: 10.100.4.2/30
    SG_Router: S0/0: 10.100.4.1/30
    SG_Router: S0/1: 10.100.6.1/30
    CT_Router: S0/0: 10.100.6.2/30


    Em muốn cấu hình voip sao cho khi mình đang ở SG, nhấc điện thoại lên nhấn phím số 4 xxx thì sẽ gọi đến ext của staff ở HN, hoặc 4 xxxxxx thì gọi đến số máy bàn ở Hà Nội. mà khi đó thì sẽ tính cước nội hạt Hà nội.

    Bên cạnh đó, từ PBX của tồng đài nối cable RF45 đến E&M card, em không biết phải bấm dây như thế nào.

    Mong các anh trả lời giúp em với nha.
    Thank in adv.
    Nguyên.

  • #2
    Bạn tìm hiểu khái niệm Dial-Peer trên Cisco IOS.

    Bạn sẽ cần hiểu 2 loại dial-peer chính, là dial-peer POTS và dial-peer VOIP. Khi đã thông suốt khái niệm dial-peer, thử google từ khóa Prefix-routing, bạn sẽ có câu trả lời.
    -------------------------------------------------------
    Yamaha R6 Rider
    Tôi là Yuna_admirer.

    Comment


    • #3
      em đã cấu hình như sau:
      1. Cấu hình router

      config t
      hostname HCMrouter
      interface s0/0/0
      ip address 10.100.4.1 255.255.255.252
      description connect to ha noi
      no shut
      exit

      interface s0/0/1
      ip address 10.100.2.1 255.255.255.252
      no shut
      description connect to vung tau
      exit

      interface s0/1/0
      ip address 10.100.6.1 255.255.255.252
      description connect to can tho
      no shut
      exit

      interface G 0/0
      ip address 10.100.3.1 255.255.255.0
      no shut
      exit

      ip routing
      ip route 10.100.1.0 255.255.255.0 10.100.2.2
      ip route 10.100.5.0 255.255.255.0 10.100.6.2
      ip route 0.0.0.0 0.0.0.0 10.100.4.2

      !voice port 1 connect to pbx
      voice-port 0/2/0
      signal immediate
      comfort-noise
      echo-cancel enable
      operation 4-wire
      type 5

      !voice port 2 connect to pbx
      voice-port 0/2/1
      signal immediate
      comfort-noise
      echo-cancel enable
      operation 4-wire
      type 5

      !voice port 3 connect to pbx
      voice-port 0/3/0
      signal immediate
      comfort-noise
      echo-cancel enable
      operation 4-wire
      type 5

      !voice port 4 connect to pbx
      voice-port 0/3/1
      signal immediate
      comfort-noise
      echo-cancel enable
      operation 4-wire
      type 5

      !Configure pots dial-peer 1
      dial-peer voice 1 pots
      destination-pattern +8...
      port 0/2/0

      !Configure pots dial-peer 2
      dial-peer voice 2 pots
      destination-pattern +8...
      port 0/2/1

      !Configure pots dial-peer 3
      dial-peer voice 3 pots
      destination-pattern +7...
      port 0/3/0

      !Configure pots dial-peer 4
      dial-peer voice 4 pots
      destination-pattern +7...
      port 0/3/1

      !Configure voip dial-peer 7 connect vung tau
      !dial-peer voice 7 voip
      !vad
      !fax protocol t38
      !destination-pattern +7...
      !session target ipv4:10.100.2.2

      !Configure voip dial-peer 6 connect can tho
      dial-peer voice 6 voip
      vad
      fax protocol t38
      destination-pattern +6...
      session target ipv4:10.100.6.2

      !Configure voip dial-peer 8 connect ha noi
      dial-peer voice 8 voip
      vad
      fax protocol t38
      destination-pattern +4...
      session target ipv4:10.100.4.2

      !Configure voip dial-peer 9 connect Cai Lan
      dial-peer voice 9 voip
      vad
      fax protocol t38
      destination-pattern +3...
      session target ipv4:10.100.14.2

      !Configure voip dial-peer 10 connect Da Nang
      dial-peer voice 10 voip
      vad
      fax protocol t38
      destination-pattern +5...
      session target ipv4:10.100.16.2

      end
      conf t
      line vty 0 4
      logi
      password cisco123
      ena secr cisco123

      end

      config t
      voice service voip
      fax protocol t38
      end

      copy runn start

      2. Bấm cáp từ router đến tồng đài theo chuẩn

      34,56 (T,R) 7:E , 2:M

      3. Sau đó nhấc điện thoại lên, ấn phím 8 đề test lookback thì có tone rất nhỏ, rồi sau đó mất tín hiệu luôn.

      Các anh chị nào đã từng làm qua, vui lòng cho em biết 1 chút kinh nghiệm
      Thanks,
      Nguyên.

      Comment


      • #4
        bỏ dấu + đi?
        -------------------------------------------------------
        Yamaha R6 Rider
        Tôi là Yuna_admirer.

        Comment

        Working...
        X