cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
733
Views
0
Helpful
0
Replies

SIP b2b configuration

tinochelli
Level 1
Level 1

Experts,

I am trying to put together a "simple" SIP trunk test setup between a 3900 with CME/CUE and 2800 which is acting as an SIP ISP.

My aim is to configure an inbound calls SIP trunk but I am having problems getting SIP configured correctly.  I have no previous experience of SIP so my knowledge is limited.

I have all the required dial peers in place so it is just the SIP i am looking for a bit of help with.

There is no peer when i do a sh sip status register.  Below is the output from a debu ccsip state

*Mar 25 10:43:25.851: //-1/8C373E348095/SIP/State/sipSPIChangeState: 0x66D617A0 : State change from (STATE_IDLE, SUBSTATE_NONE)  to (STATE_IDLE, SUBSTATE_NONE)

*Mar 25 10:43:26.111: //-1/8C60240B8096/SIP/State/sipSPIChangeState: 0x66D66A5C : State change from (STATE_NONE, SUBSTATE_NONE)  to (STATE_IDLE, SUBSTATE_NONE)

*Mar 25 10:43:26.115: //-1/8C60240B8096/SIP/Event/ccsip_api_register_ind: CCSIP_REGISTER:: Registrar is not enabled

*Mar 25 10:43:26.115: //-1/8C60240B8096/SIP/Event/sact_idle_new_message_register:

ccsip_api_register_ind return value : SIP_SERVICE_UNAVAIL

IP's
3900 Gi0/2 - 172.16.16.1

2800 Fa0/0 - 172.16.16.2

2800 - SIP ISP Config

no ip domain lookup

ip domain name sipisp.com

voice service voip
allow-connections h323 to sip
allow-connections sip to h323
allow-connections sip to sip
fax protocol cisco
sip
  bind control source-interface FastEthernet0/0
  bind media source-interface FastEthernet0/0
dial-peer voice 100 voip
destination-pattern 123456
session protocol sipv2
session target ipv4:172.16.16.1
!
!
sip-ua
authentication username admin password 7 05080F1C2243
retry invite 4
retry response 3
retry bye 2
retry cancel 2
retry register 5
timers register 250
registrar ipv4:172.16.16.1 expires 3600
sip-server ipv4:172.16.16.1
3900 - config
no ip domain lookup
ip domain name cisco.com
voice service voip
allow-connections sip to h323
allow-connections sip to sip
fax protocol t38 ls-redundancy 0 hs-redundancy 0 fallback none
sip
  bind control source-interface GigabitEthernet0/2
  bind media source-interface GigabitEthernet0/2
dial-peer voice 100 voip
description *** SIP Trunks ***
translation-profile incoming 2
max-conn 5
session protocol sipv2
session target ipv4:172.16.16.2
incoming called-number 123456
voice-class codec 1
dtmf-relay rtp-nte sip-notify
sip-ua
authentication username admin password 7 14141B180F0B
retry invite 4
retry response 3
retry bye 2
retry cancel 2
retry register 5
timers register 250
registrar ipv4:172.16.16.2 expires 3600
sip-server ipv4:172.16.16.2
Thanks

0 Replies 0