cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
577
Views
0
Helpful
2
Replies

Authorization code during SRST

markcarat
Level 1
Level 1

Hello

We have a  PRI that the carrier requires user to enter a code when making long distance call.

user dial 1.212xxxxxxx get a tone from carrier then enter the pass code .

In SRST we configure the router to dial a number to access voicemail.  The call will fail because carrier expect a passcode.  How could I setup the

router to dial the passwode during SRST.  Thanks

call-manager-fallback

max-conferences 8 gain -6

transfer-system full-consult

ip source-address 10.108.177.4 port 2000

max-ephones 58

max-dn 192 dual-line preference 2

system message primary Network Outage

dialplan-pattern 1 604408.... extension-length 4

transfer-pattern .T

voicemail 1415XXXXXXX

call-forward pattern .T

call-forward busy 1415XXXXXXX

call-forward noan 1415XXXXXXX timeout 15 call-manager-fallback
max-conferences 8 gain -6
transfer-system full-consult
ip source-address 10.108.177.4 port 2000
max-ephones 58
max-dn 192 dual-line preference 2
system message primary Network Outage
dialplan-pattern 1 604408.... extension-length 4
transfer-pattern .T
voicemail 14155412701
call-forward pattern .T
call-forward busy 1415XXXXXXX

call-forward noan 1415XXXXXXX timeout 15

Mark

2 Replies 2

boris.kudr
Level 1
Level 1

Hi Mark,

Configuration example below  is not supported for PRI connections, but works (I used it in my lab to  log into Unity Connection account with number 2001 and PIN 123):

telephony-service

voicemail 666

num-exp 666 0012012012100,,,*2001#,123#

dial-peer voice 666 pots

destination-pattern 0012012012100

port 0/0/0:15

forward-digits extra inband

Cheers,

Boris

Thanks Boris,  I will try it next and provide

Mark