cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1347
Views
10
Helpful
2
Replies

CUE AA - Blind transfer no ringback tone

Gerald Chong
Level 1
Level 1

During incoming call from SIP trunk to AA, and when blind transfer to an internal extension, the caller not present with ringback tone. Are there any way to configure sending ringback tone during transfer?

1 Accepted Solution

Accepted Solutions

Hi Gerald,

A few things to try:

If you're running code older than 12.4(15)T, make sure your incoming voip leg doesn't have a 'codec class' on it.

In CUE, you can try changing this parameter to see different results:

ccn subsystem sip

transfer-mode blind bye-also (suggested

transfer-mode blind refer

See if you get different results with any of the transfer modes.

You may need to make sure you have this command:

voice service voip

no supplementary-service sip moved-temporarily

supplementary-service sip refer

hth,

nick

View solution in original post

2 Replies 2

Hi Gerald,

A few things to try:

If you're running code older than 12.4(15)T, make sure your incoming voip leg doesn't have a 'codec class' on it.

In CUE, you can try changing this parameter to see different results:

ccn subsystem sip

transfer-mode blind bye-also (suggested

transfer-mode blind refer

See if you get different results with any of the transfer modes.

You may need to make sure you have this command:

voice service voip

no supplementary-service sip moved-temporarily

supplementary-service sip refer

hth,

nick

Thanks Nick.

It works. Look like only need to add in the following to have it working.

voice service voip

no supplementary-service sip moved-temporarily

supplementary-service sip refer

Rg,

Gerald.