Distribution Group
Posted by , Last modified by Daniel Lizaola on 14 December 2017 04:21 PM

Configuration description

Incoming SIP call rings four phones simultaneously.


Commande Sequence to copy, edit and paste

#-----------------------------------------------------------------#
#                                                                 #
# SMARTWARE 5.X                                                   #
#                                                                 #
# Incoming SIP call rings 4 Analogue-phones simultaneously        #
#                                                                 #
# DATE:   2011-01-05                                              #
# AUTHOR: Thomas Tlapak                                           #
#         PATTON-INALP-NETWORKS; CH-3172 NIEDERWANGEN             #
#         WWW.PATTON.COM    WWW.INALP.COM                         #
#                                                                 #
#                                                                 #
#-----------------------------------------------------------------#

context cs switch

  interface sip IF_SIP
    bind context sip-gateway GW_SIP
    route call dest-service DISTRIBUTE

  interface fxs IF_FXS_00
    route call dest-interface SIP_OUT
    subscriber-number 111

  interface fxs IF_FXS_01
    route call dest-interface SIP_OUT
    subscriber-number 222

  interface fxs IF_FXS_02
    route call dest-interface SIP_OUT
    subscriber-number 333

  interface fxs IF_FXS_03
    route call dest-interface SIP_OUT
    subscriber-number 444

  service distribution-group DISTRIBUTE
    route call 1 dest-interface IF_FXS_00
    route call 2 dest-interface IF_FXS_01
    route call 3 dest-interface IF_FXS_02
    route call 4 dest-interface IF_FXS_03
   
context cs switch
  no shutdown

(8748 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).