Search This Blog

Showing posts with label Cisco. Show all posts
Showing posts with label Cisco. Show all posts

Monday, January 20, 2014

Cisco SP112 ATA dialplan for Switzerland

Here is an example of dialplan string for Switzerland:
([3-6]xx|1xx|1xxx|0xxxxxxxxx|00xxxxxxxxxxx|00xxxxxxxxxxx.|08xxxxxxxx|09xxxxxxxx|0901xxxxxx!|0906xxxxxx!)


3xx, 4xx, 5xx, 6xx - internal Extensions,

1xx and 1xxx - emergency numbers of 3 digits or 4 digits,

Then city or mobile numbers,

International numbers

08xx.. and 09xx.. numbers - all above allowed.

All non-business related numbers are denied, ie 0901 and 0906 - refer to http://www.bakom.admin.ch/themen/telekom/00479/00604/index.html?lang=en&download=NHzLpZeg7t,lnp6I0NTU042l2Z6ln1ad1IZn4Z2qZpnO2Yuq2Z6gpJCDdIN5f2ym162epYbg2c_JjKbNoKSn6A--

Tuesday, November 13, 2012

Cisco ATA-187 unregistered - workarounds

1) try to enable only UDP in System > Security Profile > Phone Security Profile - ATA-187 SIP non-secure.

2) with ssh enabled  try to telnet to port 7870 and run reboot cli to softreboot the ATA

see more tips at https://supportforums.cisco.com/message/3775179

Thursday, June 7, 2012

Cisco IP Phone Owner ID is greyed out in CM

If  owner ID  is greyed out in Call Manager (8.6), check if you have extension mobility enabled - scroll little bit lower on the same page. Uncheck it then set owner ID. 

Thursday, May 3, 2012

AsyncOS 7.5.1 blocks Office files

Cisco IronPort AsyncOS 7.5.1 has a bug and it blocks Office 2007/2010 files as executables (some Office file files have .bin for printer settings). Defect 81190 apparently was fixed in 7.5.2 and higher - ref readme.  https://supportforums.cisco.com/thread/2127402

Thursday, March 22, 2012

Cisco ATA 187 and fax

ATA 187 does not work well with some fax devices, in our case it is Xerox 7228. The config that works (little bit weird): enable t38 on outgoing and disable on incoming
!
dial-peer voice 300 voip
no modem passthrough
session target ipv4:192.168.25.1
incoming called-number 0T
voice-class codec 1
voice-class h323 1
dtmf-relay h245-alphanumeric
fax-relay sg3-to-g3
fax nsf 000000
fax protocol t38 version 0 ls-redundancy 5 hs-redundancy 2 fallback pass-through g711ulaw
no vad
!
dial-peer voice 200 voip
destination-pattern 5..
session target ipv4:192.168.25.1
voice-class codec 1
voice-class h323 1
dtmf-relay h245-alphanumeric
fax-relay sg3-to-g3
fax nsf 000000
fax protocol pass-through g711ulaw
no vad
!

update: moved from ATA to FXS card in router and all issues are gone - isn't it a magic? Heh, Cisco?  :)
update2: Cisco made available configurations scenarios: https://supportforums.cisco.com/docs/DOC-25210

Monday, January 2, 2012

Yahoo or Google weather on your cisco IP Phone

Thursday, December 15, 2011

Cisco ATA 187

Looking for the standards that would help to improve Cisco ATA 187 signal quality by impedance setting... The closest settings for Switzerland, I could find by googling is this http://en.wikipedia.org/wiki/Two-wire_circuit 270Ω + ( 750Ω || 150 nF ) to be verified tomorrow... by default Cisco sets 600 Ohms complex which seems to be oriented to North American market.

Thursday, December 1, 2011

Cisco fuzzy voice

Cisco IP phone users are complaining about voice quality only on G.722 calls. Looking for the ways to improve it. There is this discussion, that comes close to what we experience: https://supportforums.cisco.com/message/3205941#3205941 Probably we should try to disable G.722 and downgrade G.711, as there are no control available for input gain in IP phone that probably is a source of "fuzzy" voice.

Wednesday, November 23, 2011

Cisco IPPS on Windows 2008 64bit

To fix the issue with Cisco IP Phone Services (IPPS) on Windows 2008 64bit "ErrorCode 800a01ad Description Automation server can't create object", you need to enable 32bit support in IIS 7.0 - refer here

Monday, November 15, 2010

Cisco VPN client registers local LAN IP

You may notice that when connected VPN client registers in DNS the VPN IP and also local LAN IP. To prevent client registering local LAN, you should add to vpnclient.ini entry

[DNS]
EnableDNSRedirection=0