- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Not the Solution
- Report Inappropriate Content
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Not the Solution
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Accept as Solution
- Report Inappropriate Content
Re: Call waiting doesn't work on TA908
Should I run "debug voice summary"?
Sip connectivity:
Customer - > TA908 - > SIP trunk over Ciena Gig ERPS Ring - > NV3430 SBC - > Metaswitch

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Accept as Solution
- Report Inappropriate Content
Re: Call waiting doesn't work on TA908
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Accept as Solution
- Report Inappropriate Content
Re: Call waiting doesn't work on TA908
voice flashhook mode transparent fixed the problem