cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
235
Views
0
Helpful
1
Replies

fxo line

Branch Site

we are  using  centralised call processing  unit  in branch site we are using 4fxo line we want make trunk for this 4lines how  to  make it  and how it works

in dial-peer also we have  to apply this trunk

1 Reply 1

acampbell
VIP Alumni
VIP Alumni

Syed,

If your branch gateway is H323.

Add something along these lines

!
!
trunk group PSTN-ACCESS
! THIS DEFINE THE TRUNK GROUP
!
dial peer voice 9 pots
description *** OUTGOING PSTN ***
destination-pattern 9T
incoming called-number .
trunkgroup PSTN-ACCESS
!
!### POINTS THE DIAL PEER AT THE TRUNK GROUP
!
voice-port 1/0/0
description *** PSTN LINE 1 ***
trunk-group PSTN-ACCESS
!
!### MAKES THIS FXO PORT PART OF THE TRUNK GROUP
!
voice-port 1/0/1
description *** PSTN LINE 2 ***
trunk-group PSTN-ACCESS
!
!### MAKES THIS FXO PORT PART OF THE TRUNK GROUP
!
voice-port 1/0/2
description *** PSTN LINE 3 ***
trunk-group PSTN-ACCESS
!
!### MAKES THIS FXO PORT PART OF THE TRUNK GROUP
!
voice-port 1/0/3
description *** PSTN LINE 4 ***
trunk-group PSTN-ACCESS
!
!### MAKES THIS FXO PORT PART OF THE TRUNK GROUP
!

Regards,
Alex.
Please rate useful posts.

Regards, Alex. Please rate useful posts.