06-08-2007 07:10 PM - edited 03-14-2019 09:58 PM
I've a call Manager 5.0 with a Voice Gateway connected to an Ericsson Pbx (qsig).
Ericsson has the connection with the Pstn.
I've this scenario:
- when I receive a call from an external wired phone I must edit the calling number adding two zeroes
- when I receive a call from a mobile phone I must add one zero
- if the number is 3 digits long is ok (it can be a Cisco or an Ericsson number).
Can I fix this situation?
Thanks
06-09-2007 12:17 AM
Hi,
Please use the foll. link.
http://www.cisco.com/en/US/products/sw/voicesw/ps556/products_tech_note09186a00805b6f33.shtml
Hope this helps.
Rgds.,
Sachin
06-11-2007 08:56 PM
I'm trying to use one translation rule on h323 gateway but my results are not good.
For example
rule 1 /^3/ /03/
works with mobile phones, but works for three digits number too (3xx on Ericsson) and it is wrong.
Can I exclude them with a rule 0?
How can check the caller number lenght in the rule?
Thanks
06-12-2007 04:25 AM
Fixed.
This translation rule works fine for us.
translation-rule 1
rule 1 /\(^3.........$\)/ /0\1/
rule 2 /\(^3........$\)/ /0\1/
rule 3 /\(^...$\) /\1/
rule 4 /\(^.*\)/ /00\1/
It's not elegant but it works.
Of course we must add the international calls, but we want to watch how our telco manages them.
Thanks
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide