CrewPTT
CrewPTT
Enhancing In-Store Collaboration with a DECT Push-to-Talk Solution
Delivering exceptional customer service and operational efficiency in today’s fast‑paced retail environment demands seamless, real‑time communication. Our DECT CrewPTT solution—comprising rugged handsets, headsets, intuitive software, and expert integration—empowers store teams to connect instantly, work smarter, and enhance safety, all while driving substantial cost savings.
Streamlined Operations and Cost Savings
By enabling associates to communicate hands‑free across the entire sales floor, our CrewPTT system significantly reduces unnecessary foot traffic. Eliminating walking distances/time per colleague each day translates to huge annual savings per store—funds that can be reinvested in customer experience initiatives or staff development. Whether conducting stock checks, responding to self‑checkout alerts, or coordinating price checks, teams stay focused on high‑value tasks rather than logistics.
Accelerated Customer Response
Equipped with one versatile device, staff can talk, listen, and act from anywhere in the store. Voice alerts for low stock, system notifications, or colleague requests are delivered instantly through the headset, empowering associates to assist customers three times faster. From handling till enquiries to advising on product availability, teams maintain a continuous flow of information, ensuring shoppers enjoy prompt, knowledgeable service.
Unified Device for Communication and Training
Our DECT handset/headset is more than a walkie‑talkie—it’s a multi‑functional tool designed for retail. In addition to CrewPTT calls, associates can receive real‑time voice prompts for stock replenishment, price overrides, or safety alerts. New hires benefit from on‑the‑job coaching: trainers can guide remotely, providing step‑by‑step instructions without leaving the sales floor. This “learn‑as‑you‑serve” approach accelerates ramp‑up times and maintains service standards.
Enhanced Security and Team Safety
Integrating seamlessly with existing security systems (AML), the CrewPTT solution delivers immediate, discreet alerts when incidents occur. Rapid coordination reduces theft incidents, while associates report feeling safer—knowing backup is just a button press away. Whether facing a shoplifting event or managing an emergency, store teams can mobilize swiftly, keeping both customers and colleagues secure.
Conclusion
Our DECT CrewPTT solution transforms in‑store communication—driving efficiency, boosting customer satisfaction, and fortifying security. By uniting hardware, software, and integration expertise, we enable retailers to operate leaner, serve customers faster, and create a safer shopping environment. Empower your team with instant, reliable voice connectivity and experience the future of retail collaboration today.
Valid for N670. Software 2.67 or higher is needed. (Coming soon for N770 and N870)
1. Feature set
2. Installation and Configuration
3. DECT handset Push-to-talk
The following DECT handsets can be used as PTT device:
- S700H PRO software 130.13.06 or higher
- R700H PRO software 130.13.06 or higher
- SL800H PRO software 131.13.06 or higher
- SL850H PRO software ... (Coming soon)
- R700H Protect PRO software ... (Coming soon)
4. DECT headset Push-to-talk
The following DECT headsets can be used as PTT device:
- Gigaset CH41D
- Gigaset CH21D
Gigaset CH41D

- Microphone cover
- Microphone indicator
- Microphone boom
- Headset rubber pad
- Headband bottom cabinet
- Slider
- Linkage
- Speaker Cover
- Earpad Cushion
- Earpad
- Outer housing
- Inner housing
- Ring
- Earcup cover
- Talk / Off key
- Power/DECT key
- Light guide
- Volume key
- Hard key
- Mute key
- Headband top cabinet
- Earcup light guide
- Head Holder cover
- Head Holder
Gigaset CH21D

- Top Housing
- Volume Key / Function key (Switch group)
- Microphone boom
- Push to Talk key with LED (Green/Red)
- Mute Key
- Back Housing
- Mic Boom Rubber Part
5. Push-to-talk SIP account
Each PTT Group has it's own SIP account. This SIP account can be used by non PTT group users to be able to speak and listen to the PTT Group.
This SIP account can only receive calls.
An incoming SIP call will automatic be answered.
8. Auto-provisioning
Add PTT Group
<provisioning version="1.1" productID="e2">
<nvm>
<!-- ptt_000001 for group 1, ptt_000002 for group 2, ptt_000003 ...
The parameters below must be in the oper, else the group will not be added
-->
<oper name="add_ptt_group" value="ptt_000001">
<param name="PttGroup.DmId" value="local"/>
<param name="PttGroup.Name" value="Shop"/>
</oper>
<!--The following parameters can also be inside the oper but without the ptt_000001 -->
<!-- MAC address of the device hosting the conference bridge -->
<param name="PttGroup.ptt_000001.ConferenceBase" value="589ec600c8a9"/>
<param name="SipAccount.ptt_000001.AuthName" value="secret-name2"/>
<param name="SipAccount.ptt_000001.UserName" value="User-name2"/>
<param name="SipAccount.ptt_000001.AuthPassword" value="secret-password"/>
<param name="SipAccount.ptt_000001.ProviderId" value="1"/>
<param name="PttGroup.ptt_000001.VoipActive" value="1"/>
<param name="PttGroup.ptt_000001.Active" value="1"/>
<!-- General switch to activate CrewPTT -->
<param name="DmGlobal.0.PttActive" value="1" />
<!--
<param name="PttGroup.ptt_000001.MaxVoipTalkTime" value="180"/>
<param name="PttGroup.ptt_000001.RelPendingTime" value="3"/>
<param name="PttGroup.ptt_000001.MaxNoTalkingHs" value="3"/>
<param name="PttGroup.ptt_000001.MulticastIpAddr" value=""/>
<param name="PttGroup.ptt_000001.MulticastIpPort" value="0"/>
<param name="PttGroup.ptt_000001.MaxTalkLockTime" value="180"/>
-->
</nvm>
</provisioning>
Delete PTT Group
<provisioning version="1.1" productID="e2">
<nvm>
<oper name="delete_ptt_group" value="ptt_000001" />
</nvm>
</provisioning>
Assign PTT groups to handset
<provisioning version="1.1" productID="e2">
<nvm>
<!-- oper overwrites the existing setting -->
<oper name="assign_ptt_groups_to_handset" value="00029bb366">
<param name="PttGroup" value="ptt_000001"/>
</oper>
<!-- Example to assign 2 groups
<oper name="assign_ptt_groups_to_handset" value="00029bb366">
<param name="PttGroup" value="ptt_000001,ptt_000002"/>
</oper>
-->
<!--
Allow leaving all groups for handset with IPUI 0029bb366
-->
<param name="hs.0029bb366.PttNoGroup" value="1"/>
</nvm>
</provisioning>
Join handset to a CrewPTT group
<provisioning version="1.1" productID="e2">
<nvm>
<oper name="join_ptt_group">
<param name="Ipui" value="0355ac147b"/>
<param name="PttGroup" value="ptt_000001"/>
</oper>
</nvm>
</provisioning>
Remove handset from CrewPTT group
<provisioning version="1.1" productID="e2">
<nvm>
<!--HS1 -->
<oper name="assign_ptt_groups_to_handset" value="0355ac147b">
<param name="PttGroup" value=""/>
</oper>
</nvm>
</provisioning>
8. Frequently asked questions

Valid for:























Turn On
Turn Off





