Hi everyone!
I trying register my CUBE (ISR 881) on SIP ITSP, but nothing happend. I tried use clear config (only public ip address on external interface and static default route) and its not help. Also I tried connect Service Provider cable to router directly for eliminating the impact of other devices. “Debug ccsip messages” command show nothing. Router don't send any SIP messages. But command “debug ccsip all” show some info when I enter “registrar” command in “sip-ua” section:
RUV-vgw01(config-sip-ua)#registrar ipv4:81.26.144.35:5060 expires 600
RUV-vgw01(config-sip-ua)#
Jan 31 08:08:52.311: //-1/xxxxxxxxxxxx/SIP/Info/notify/262144/ccsip_register_reset_dns_cache: CCSIP_REGISTER:: registrar 0 DNS resolved addr reset
Jan 31 08:08:52.311: //-1/xxxxxxxxxxxx/SIP/Info/notify/262144/ccsip_spi_register_update_e164_registrations: CCSIP_REGISTER:: e164 number (4952740300$NsCorp) event (1)
Jan 31 08:08:52.315: //-1/xxxxxxxxxxxx/SIP/Info/critical/4096/ccsip_register_search_e164_table: ****No entry found in E164 Table
Jan 31 08:08:52.315: //-1/xxxxxxxxxxxx/SIP/Info/verbose/4096/ccsip_spi_register_get_rcb: Getting New RCB [0x8B1CB7A4]
Jan 31 08:08:52.315: //-1/xxxxxxxxxxxx/SIP/Info/critical/262144/ccsip_spi_outgoing_register: Process CCSIP_SPI_CONTROL not UP yet; send no Register msg
Jan 31 08:08:52.315: //-1/xxxxxxxxxxxx/SIP/Info/critical/4096/ccsip_register_search_e164_table: ****No entry found in E164 Table
Jan 31 08:08:52.315: //-1/xxxxxxxxxxxx/SIP/Error/ccsip_register_delete_from_e164_table:
Invalid Entry for search key
Jan 31 08:08:52.315: //-1/xxxxxxxxxxxx/SIP/Info/verbose/262144/ccsipGetCCBFromRCB: Retrived CCB pointer [0x0]
Jan 31 08:08:52.315: //-1/xxxxxxxxxxxx/SIP/Info/verbose/4096/ccsip_spi_register_free_rcb: Freeing rcb [0x8B1CB7A4]
This my CUBE config:
voice service voip
ip address trusted list
ipv4 81.26.144.35
allow-connections h323 to h323
allow-connections h323 to sip
allow-connections sip to h323
allow-connections sip to sip
redirect ip2ip
fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback none
sip
header-passing
error-passthru
midcall-signaling passthru
no call service stop
sip-ua
credentials username 4952740300$NsCorp password [password] realm naukanet.ru
authentication username 4952740300 password [password]
registrar ipv4:81.26.144.35:5060 expires 600
sip-server ipv4:81.26.144.35
I can ping registrar IP-address.
Version of IOS - 15.4(3)M6a
Any ideas why CUBE can't register?