catejust Posted June 17, 2011 Report Posted June 17, 2011 Hello! I was just curious if anyone knew whether or not at any point Snom One would begin featuring call-routing rules based on the caller ID of a party calling into the pbx? Thanks =) Quote
Vodia PBX Posted June 18, 2011 Report Posted June 18, 2011 Right now there are some specific method implemented, I can think of the detection of calls from cell phones (associated with extensions) and when a caller calls into a agent group it may route the call to the agent that spoke with the person last time. We have the pattern "t" in the routing area for the trunk already. Thinking about it, it makes so much sense to include a "f" field there as well (and it is so easy), we'll include in the next version! Quote
Zelbi Posted July 1, 2011 Report Posted July 1, 2011 Hello, do you have implemented this feature in the last update (2011-4.2.1.4025) ? it will be more user-friendly to add a sub-menu under the trunk edit: Incoming Priority Field Match Replacement -------- ------- --------------- ------------- 1 From ^4122.* 300 2 From ^4121.* 400 3 To .* 800 Best regards Quote
pbx support Posted July 1, 2011 Report Posted July 1, 2011 Yes, it is part of the .4025 version. But currently there is no fancy menu . It is very similar to how you use "To" or "Request-URI" based routing. So you can use this string in the "Send Call to Extension" to achieve what you want to do !(4122[0-9]*)!\1!f!300 !(4121[0-9]*)!\1!f!400 !([0-9]*)!\1!t!800 Quote
Vodia PBX Posted July 6, 2011 Report Posted July 6, 2011 !(4122[0-9]*)!\1!f!300 !(4121[0-9]*)!\1!f!400 !([0-9]*)!\1!t!800 I guess the pattern should be more like this: !^(4122[0-9]*)!300!f! !^(4121[0-9]*)!400!f! 800 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.