Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
We currently have the following implementation:CUC 9.1 --> SIP --> CUCM 9.1 --> SIP --> Cisco 3945 --> QSIG --> AvayaI am struggling to get SIP MWI to get translated to QSIG. Following the below guides, it should be working, but looking at the debug...
This thread is a little old, but I wanted to add some information in case anyone else is still looking for it.
The status is current at the time you ran the command. If the phone appears on two servers, it is because it is currently registered on ...
Try "rule 2 reject /[^0-9]$/".Here is a good link to read up on regarding translation rules:http://www.cisco.com/en/US/tech/tk652/tk90/technologies_tech_note09186a0080325e8e.shtml
The command "rule 2 reject /[^0-9]/" matches any CID that contains anything but a number. A similar command would be "rule 2 reject /^[^0-9]/", which means match CID that does not begin with a number. Try that.For SIP calls, when a call is passed w...