cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
495
Views
4
Helpful
3
Replies

SRST Tcl!!! Help!!

jolo07310
Level 5
Level 5

Hi all..

Need help here....

Two Questions:

First time to set up SRST Tcl, Sort of working... but not 100%.

I dial the AA DID (212 521 4000) from my cell... it connected, after 5 sec, it transfer to pilot extension 4001. If I press "0", it transfered to 4001 at once.

I suspect that I miss a music file to play a greeting. If yes... can anyone point to donwload a right files... coz I couldnt find it.

Second Question:

Can I dial 4000 (AA number) at local site?? I got busy signal for some reason.

Here is my config, please point me out if I doing anything wrong.

application

service srstaa flash:its-CISCO.2.0.1.0.tcl

param operator 4001

paramspace english index 1

paramspace english language en

param pilot 4000

param cm-pilot 4000

paramspace english location flash:

paramspace english prefix en

param aa-pilot 2125214000

!

dial-peer voice 2000 pots

service srstaa

incoming called-number 2125214000

Thanks

Ken

3 Replies 3

thisisshanky
Level 11
Level 11

Ken,

You can download the tar file that says : cme-aa-2.0.1.0.tar

http://www.cisco.com/cgi-bin/tablebuild.pl/ip-iostsp

Use your CCO login to download.

I have seen that the pilot number should match the dnis of the call. So if you telco is sending 10 digits you need to match the pilot with the 10 digits .

Also refer to the help file in flash, after you extract the files to flash for command syntax.

HTH

Sankar

PS: please remember to rate posts!

Sankar Nair
UC Solutions Architect
Pacific Northwest | CDW
CCIE Collaboration #17135 Emeritus

Shanky,

The AA greeting is working now after tftp to flash.

I have question from first post... Can I dial 4000 internally??

For example:

Phone 1: 4001

Phone 2: 4002

4001 dial 4000 (I got busy signal), is there anyway to allow 4001 to call 4000 and then play AA greeting????

Thanks

Ken

Yes. you can.

Setup a loopback interface and send the call back to the router itself. Use two dial-peers.

int lo 0

ip add 1.1.1.1 255.255.255.255

dial-peer voice 1 voip

service aa

incoming called-number 4000

no vad

codec g711ulaw

dtmf-relay h245-alpha

dial-peer voice 2 voip

destination-pattern 4000

no vad

codec g711ulaw

dtmf-relay h245-alpha

HTH

Sankar

PS: please remember to rate posts!

Sankar Nair
UC Solutions Architect
Pacific Northwest | CDW
CCIE Collaboration #17135 Emeritus