1. Brekeke Product Name and Version:Version 3.3.9.3 Advanced
2. Java version:7
3. OS type and the version:ms 2008 r2
4. UA (phone), gateway or other hardware/software involved:
Cisco CM
Avaya Communcator
5. Your problem: I've got the cisco working fine for awhile and the customer wants to play with some spectralink phones connected to an avaya cm.
My thought is to create another dial plan for those ext's only, would the brekeke roll over to next plan?
Has anyone added to different IP's inot the outbound? ex- To=sip:%1@xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx
Dial plan for 2 call managers
Moderator: Brekeke Support Team
Do you want to route a call to another phone if the first phone doesn't respond?
Try Failover.
http://wiki.brekeke.com/wiki/How-to-mak ... -Dial-Plan
Deploy Pattern will be like this.
[Deploy Patterns]
To = sip:%1@x.x.x.x
$session = failover sip:%1@y.y.y.y
Try Failover.
http://wiki.brekeke.com/wiki/How-to-mak ... -Dial-Plan
Deploy Pattern will be like this.
[Deploy Patterns]
To = sip:%1@x.x.x.x
$session = failover sip:%1@y.y.y.y
I ended up placing the new dial plan directed at the 7000 ext's in the number 1 slot of the dial plans. So, if the system dialed a 7xxx it would grab that and anything else would go to the next plan.
example
1. To=sip:(7.+)@ To=sip%1@x.x.x.x
2. To=sip:(.+)@ To=sip%1@y.y.y.y
But, your way would have been alot cleaner.
example
1. To=sip:(7.+)@ To=sip%1@x.x.x.x
2. To=sip:(.+)@ To=sip%1@y.y.y.y
But, your way would have been alot cleaner.