07-25-2006 10:10 PM
6 PRI lines are terminated on 3660 router, how i can initiate a call form these PRI lines to any ISDN/GSM mumber?
Is it possible ?
the logice is, data will be transfer from central site (PRI lines) to remote sites. there will be no efforts from remote sites for data transfer. the remote site may have an ISDN connection or GMS SIMcard with modem
07-25-2006 11:15 PM
Hi
AFAIK you can dial onto the ISDN lines in your remote locations from the central PRI but sure though about the GSM SIM Card with Modem setup..
regds
07-26-2006 12:07 AM
how i can make call from PRI? it's is not a callback type logic.here the PRI will initate the first call , u have any doc
07-26-2006 08:49 PM
Hi Vinay
You can refer this link where you have the call out from a PRI has been discussed..
http://www.cisco.com/en/US/tech/tk801/tk133/technologies_configuration_example09186a0080094559.shtml
regds
07-27-2006 01:32 AM
Hi Kumar
thanks for this doc. what will be config change required at BRI end for taking this call. have any doc ?
can we use 3660 as access server, as given in doc it is AS5300.
07-31-2006 08:24 AM
Hi Vinay,
It is very simple , hope you have configured loopback address. Make PRI. a member of this loop back address. ( use pool member cooomand. )
Create dialers for different locations, add a dialer string for every location in each corresponding dialer. Define interesting traffic using acces-list and use this access-list to trigger the corresponding dialer. Give static routes for all dialers. On the other end configure similar dialer with dialer caller command in it. so that it will accept calls only from Central location. Give IP address from same subnet that of loopback address.
Here is example
Assume you have a network 10.10.10.0 /24 at location A and ur central loaction is B. Dilaer 1 is configured for location A.
so route will be
ip route 10.10.10.0 255.255.255.0 dialer 1
This will route traffic to dialer 1 . which in trun trigger PRI for location A's ( using phone number.)
You can test which are the users are now connected on PRI by command
sh users . You can check which ISDN chanels are currently on by sh isdn act command.
But make sure that BRI at the other end is ok.
Use isdn test call command to trigger PRI line mannually. and test that call is getting complete.
Hope i have given you lots , hope it will help
Thanks
Subodh
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide