1. Brekeke Product Name and Version:
2. Java version:
3. OS type and the version:
4. UA (phone), gateway or other hardware/software involved:
5. Your problem:
Network Setup: IP Phone --->V3 PBX --->V2 PBX --->SIP Carrier
IP Phones use
When a user in V3 enters #8 on ip phone endpoint Both v3 and v2 act on it. Is there a way to prevent the pass thru of #8 from v3 pbx to v2 pbx. Using rfc2833 for dtmf because carrier requirement. Thanks!
Stop PBX pass thru #8 call park
Moderator: Brekeke Support Team
-
- Posts: 528
- Joined: Tue Sep 20, 2005 9:10 am
- Location: Tannersville, Pennsylvania
-
- Posts: 528
- Joined: Tue Sep 20, 2005 9:10 am
- Location: Tannersville, Pennsylvania
Change #8 to #4 or another digit call park
Is it possible to change the built in key for call park to something other than #8? #5 for example?
This is not official way but you can add a property like below at Options > Advanced.
fw.com.brekeke.pbx.fw.talker.User.COMMAND_TRANSFER=DTMF:#9;TIME:1500;COMMAND:TRANSFER,DTMF:#5;TIME:1500;COMMAND:PARK2,DTMF:#0;TIME:1500;COMMAND:CONF,DTMF:#7;TIME:1500;COMMAND:CONF_SILENT
It would not be better to apply a PBX user to the calls at V2 PBX so the call won't be parked at V2 PBX.
Lucy
fw.com.brekeke.pbx.fw.talker.User.COMMAND_TRANSFER=DTMF:#9;TIME:1500;COMMAND:TRANSFER,DTMF:#5;TIME:1500;COMMAND:PARK2,DTMF:#0;TIME:1500;COMMAND:CONF,DTMF:#7;TIME:1500;COMMAND:CONF_SILENT
It would not be better to apply a PBX user to the calls at V2 PBX so the call won't be parked at V2 PBX.
Lucy
-
- Posts: 528
- Joined: Tue Sep 20, 2005 9:10 am
- Location: Tannersville, Pennsylvania
Lucy,
Thank you very much for your response. Can i use this string in either v2 or v3?
For others reading this post i reformatted the answer to make it easier to read. It appears the commas are the delimiter.
Park changed from #8 to #5:
fw.com.brekeke.pbx.fw.talker.User.COMMAND_TRANSFER=
DTMF:#9;TIME:1500;COMMAND:TRANSFER,
DTMF:#5;TIME:1500;COMMAND:PARK2,
DTMF:#0;TIME:1500;COMMAND:CONF,
DTMF:#7;TIME:1500;COMMAND:CONF_SILENT
Thank you very much for your response. Can i use this string in either v2 or v3?
For others reading this post i reformatted the answer to make it easier to read. It appears the commas are the delimiter.
Park changed from #8 to #5:
fw.com.brekeke.pbx.fw.talker.User.COMMAND_TRANSFER=
DTMF:#9;TIME:1500;COMMAND:TRANSFER,
DTMF:#5;TIME:1500;COMMAND:PARK2,
DTMF:#0;TIME:1500;COMMAND:CONF,
DTMF:#7;TIME:1500;COMMAND:CONF_SILENT