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

Call forward on as5400 router

kmarttila
Level 1
Level 1

I am configuring a AS5400 router. Is it possible to allow the router to forward calls that come only from certain SIP addresses from the IP network?

1 Reply 1

smalkeric
Level 6
Level 6

Configuring Call Forwarding

You can configure Cisco SPS to perform call forwarding, providing that you have a MySQL database.

**** For call forwarding, you need to define the corresponding subscribers. Rather than editing an existing subscriber, add a new one:

user --> 5100

domain --> cisco.com

Then add a call-forwarding URL for that user. Enable the corresponding call-forwarding feature in sipd.conf as well.

***************************

These are the step needed please follow exactly:

****************************

******Step 1: In the (Linux) /usr/local/sip/conf/ or (Solaris) /opt/sip/conf directory, open the sipd.conf file using a text editor such as vi:

# vi sipd.conf

*********Step 2: Set the following directives as needed:

CallForwardUnconditionalForwards calls unconditionally. Valid values are On (forward) and Off (do not forward).

CallForwardNoAnswerForwards calls when a call is not answered within a designated amount of time. Valid values are On (forward) and Off (do not forward).

******Step 3 : Save and close the file.