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

SIP configuration on UC 560 with XO

TY08
Level 1
Level 1

guys,

did anyone use sip trunk with XO on their UC? i am trying to setup sip trunk on the uc using CLI, but no success. i haven't worked with sip trunk that many. 

let me know if you guys can share. thanks in advanced.

4 Replies 4

David Hornstein
Level 7
Level 7

I did think there was a profile for XO in CCA.

But if no one responds, I reckon you should have a chat during the day with  the wonderful folks at the Small Business Support Center .

http://www.cisco.com/en/US/support/tsd_cisco_small_business_support_center_contacts.html

regards Dave

David Trad
VIP Alumni
VIP Alumni

Hi There,

Please check you have filled out the following information:

  • The SIP-UA
  • Created a SIP registration DN
  • Created your SIP Translation Rule/Profiles(s)
  • Made sure that the ITSP IP address is in the ACL's so incoming calls get through

That should cover it, if you need some configuration guides then let me know and I will post one up.

Cheers,

David.

Cheers, David Trad. **When you rate a persons post, you are indicating a thank you or that it helped, but at the same time you are also helping to maintain the community spirit - You don't have to rate posts and you wont be looked down upon :) *

Hi,

thanks for the response.

this is what i have so far. i have pretty configured everything by CLI, and have the right credential from the telco side. but i don't see that sip is registered. also, access list on the outiside interface is open to all. let me know if there is mistake or anything.

thank you.

voice translation-rule 8000

rule 1 /^91\(.*\)/ /\1/

rule 2 /^9\([2-9]\)/ /\1/

rule 3 /^9011/ /011/

!

voice translation-rule 8001

rule 1 /.*/ /2122794200/

!

voice translation-rule 8002

rule 1 /^2122794237/ /8000/

rule 2 /^2122794200/ /8001/

rule 3 /^2129677555/ /8009/

rule 4 /^2122681299/ /8009/

rule 5 /^2125640489/ /6405/

rule 6 /.*/ /8001/

rule 7 /^6469989100/ /106/

!

voice translation-rule 8003

rule 1 /\(.*\)/ /91\1/

voice translation-profile SIP_PSTN_Incoming

translate calling 8003

translate called 8002

!

voice translation-profile SIP_PSTN_Outgoing

translate calling 8001

translate called 8000

dial-peer voice 24000 voip

description SIP_Incoming

translation-profile incoming SIP_PSTN_Incoming

preference 1

session protocol sipv2

session target ipv4:207.101.31.37

incoming called-number .

dtmf-relay rtp-nte

codec g711ulaw

no vad

!

dial-peer voice 24001 voip

description US Call SIP_Outgoing

translation-profile outgoing SIP_PSTN_Outgoing

preference 1

destination-pattern 91..........

session protocol sipv2

session target ipv4:207.101.31.37

voice-class sip dtmf-relay force rtp-nte

dtmf-relay rtp-nte h245-alphanumeric

no vad

!

dial-peer voice 24002 voip

description Service Call SIP_Outgoing

translation-profile outgoing SIP_PSTN_Outgoing

preference 1

destination-pattern 9[2-9]11

session protocol sipv2

session target ipv4:207.101.31.37

voice-class sip dtmf-relay force rtp-nte

dtmf-relay rtp-nte h245-alphanumeric

no vad

sip-ua

credentials username 2-1IU-3869 password 7 06544270657B444A5D414B realm 207.101.31.37

authentication username 2-1IU-3869 password 7 05594B5E0879035A41534E realm 207.101.31.37

retry invite 2

retry register 3

mwi-server ipv4:10.1.10.1 expires 3600 port 5060 transport udp

registrar ipv4:207.101.31.37 expires 3600

sip-server ipv4:207.101.31.37

host-registrar

sh sip-ua register status:

Line          peer           expires(sec)  registered   P-Associated-URI

============  =============  ============  ===========  ================

101           20025            81            no

103           20021            81            no

104           20023            81            no

105           20026            81            no

106           20007            81            no

107           20009            81            no

108           20018            81            no

110           20014            81            no

111           20024            81            no

112           20016            81            no

113           20011            81            no

114           20008            81            no

115           20015            81            no

116           20012            81            no

118           20019            81            no

119           20022            81            no

121           20020            91            no

122           20028            91            no

123           20013            94            no

124           20017            91            no

125           20010            94            no

130           20029            91            no

180           20030            90            no

190           20027            90            no

2-1IU-3869    -1               93            no

Hi There,

You may need the following:

ephone-dn  XXX

number 2122794200

description SIP Trunk Registration

hold-alert 30 originator

Or

ephone-dn  XXX

number 2-1IU-3869

description SIP Trunk Registration

hold-alert 30 originator

I don't know how XO work so I would try it with your DID number first, if that does not work then try it with your username, although not sure if the configuration will take that type of character arrangement

But I am going to assume at this stage you need a DN to form the registration process as well, unless someone who has used XO before advises otherwise.

Cheers,

David.

Cheers, David Trad. **When you rate a persons post, you are indicating a thank you or that it helped, but at the same time you are also helping to maintain the community spirit - You don't have to rate posts and you wont be looked down upon :) *