cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
luke_shelton
New Contributor

Call waiting doesn't work on TA908

Jump to solution

We have a 908 in production and the call waiting is not working.  When someone is on the phone and another call comes in, the customer hits "flash" on their phone and it goes to dead air.  The weird thing is from the callers perspective the phone keeps ringing.  Any suggestions?

0 Kudos
1 Solution

Accepted Solutions
ftwrobert
New Contributor III

Re: Call waiting doesn't work on TA908

Jump to solution

Would you be able to provide a SIP packet capture? A description of the over-all SIP connectivity would help as well.

The TA900's can be programmed to provide call waiting it's self, or can let the switch handle the service.

Switch Controlled flash-hook:

(config)# voice flashhook mode transparent

TA900 controlled flash-hook

(config)# voice flashhook mode interpreted
(config)# voice call-appearance-mode multiple
(config)# voice conferencing-mode local

In our setup, we have opted to use the TA900 controlled flash-hook while providing two SIP trunk's to each voice user.

View solution in original post

0 Kudos
4 Replies
ftwrobert
New Contributor III

Re: Call waiting doesn't work on TA908

Jump to solution

Would you be able to provide a SIP packet capture? A description of the over-all SIP connectivity would help as well.

The TA900's can be programmed to provide call waiting it's self, or can let the switch handle the service.

Switch Controlled flash-hook:

(config)# voice flashhook mode transparent

TA900 controlled flash-hook

(config)# voice flashhook mode interpreted
(config)# voice call-appearance-mode multiple
(config)# voice conferencing-mode local

In our setup, we have opted to use the TA900 controlled flash-hook while providing two SIP trunk's to each voice user.

0 Kudos

Re: Call waiting doesn't work on TA908

Jump to solution

Should I run "debug voice summary"?

Sip connectivity:

Customer - > TA908 - >  SIP trunk over Ciena Gig ERPS Ring - > NV3430 SBC - > Metaswitch

ftwrobert
New Contributor III

Re: Call waiting doesn't work on TA908

Jump to solution

I think you'll want to focus on the NV3430 SBC. I have been able to make call waiting work with a TA908e on the same subnet as our Metaswitch -- DOC-8762 in Metaswitch Communities.

I'm not much familiar with the tools Adtran provides for debugging SIP. I tend to get wireshark / tcpdump captures from the equipment in our path. A switch in between the equipment with port mirroring would do the trick as well.

Some useful commands may be

debug voice

debug voice verbose

debug sip stack mess
debug sip stack err
debug sip cldu

Re: Call waiting doesn't work on TA908

Jump to solution

voice flashhook mode transparent fixed the problem