UPDATE - I fianlly figured out why the UC520 has trouble with Packet8. Packet8 does not send the phone number in the INVITE URI. They are not RFC-compliant. Not that I can really complaint to them. I have been looking at debugs and packet captures for weeks now and missed it the entire time. See below... Hello, I have finally got my UC520 configured more or less how I want with one giant, glaring exception. I can NOT get it to receive incoming calls from my SIP provider. I am sip registered and I can see (via debug) the SIP messages come in during an incoming call. Outbound calls work fine. I would like it to at least ring on my desk (ext. 201) as well as all phones (inc. analog) via hunt-group 1 (parallel). I have tried CCA and CLI based configs. I have also tried as best as I could to read all the documentation on Cisco.com before I posted asking for help. I have hosed my config so many times that the box spends more time reloading than running :) I've also had to go back to factory defaults several times. So please know that I have tried everything I know of. One item to note is that my SIP provider is Packet8. They in no way support the UC520 and in fact do not want anyone using their residential service with anything other than their cheap ATA. The reason I note this is because the debug shows: SIP/2.0 400 Bad Request - 'Malformed/Missing URL' Which may (or not) be part of my inbound call problem. I'm not running a call center here, I just want to tinker. Also, my SIP username is different than my phone number. DEBUG INFO: Note: this forum strips out the f: and t: header because it thinks it is html. I've replaced the greater than/less than symbols with brackets. *Nov 16 17:22:18.037: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg: Received: INVITE sip:72.128.219.32:5060 SIP/2.0 [---NOTE: no number after "sip:" f: [sip:12135551212@209.247.17.37];tag=bhcP3XtYvRhpK t: [sip:12125551212@192.84.16.60:5060] i: MCLMGC0120081116172003046722@209.244.63.24 CSeq: 642840363 INVITE Max-Forwards: 64 k: timer, histinfo l: 177 Remote-Party-ID: "Lastname First"[sip:12135551212@p8t.us:5060;user=phone] User-Agent: Packet8/1.1.103.1 (inlevel3) eSLEE/0.12.72.1 c: application/sdp x: 2122 m: [sip:bu6NAccNntM4nUDhUId@192.84.16.60:5060] Record-Route: [sip:bzk0VU4MAPb48VDhUId@63.209.12.208:15062;lr], [sip:bFSaCccNntM4nUDhUId@63.209.12.69:5181;lr] Alert-Info: [file://cadence_0] v: SIP/2.0/UDP 63.209.12.208:15062;branch=z9hG4bKagelsKQplAmlabc8fd7b18960132ddc7bc10ec66d921 v=0 o=- 1226856003 1226856008 IN IP4 209.244.187.124 s=- c=IN IP4 209.244.187.124 t=0 0 m=audio 60382 RTP/AVP 18 0 101 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 The UC520 doesn't like that: 000324: *Nov 16 17:22:18.041: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg: Sent: SIP/2.0 400 Bad Request - 'Malformed/Missing URL' Reason: Q.850;cause=100 Date: Sun, 16 Nov 2008 17:22:18 GMT From: [sip:12135551212@209.247.17.37];tag=bhcP3XtYvRhpK Allow-Events: telephone-event Content-Length: 0 To: [sip:12125551212@192.84.16.60:5060];tag=3BAA7E4-1313 Call-ID: MCLMGC0120081116172003046722@209.244.63.24 Via: SIP/2.0/UDP 63.209.12.208:15062;branch=z9hG4bKagelsKQplAmlabc8fd7b18960132ddc7bc10ec66d921 Server: Cisco-SIPGateway/IOS-12.x CSeq: 642840363 INVITE So, other than dumping Packet8, does anyone have any suggestions for how to get the UC520 to ignore the fact that the INVITE URI doesn't have the dialed number in it? Freebie X-Lite can handle this. |
|||

Translation
I may be wrong, but I think your issue may be to do with your incoming dial-peer and the translation rule.
!
dial-peer voice 3001 voip
description SIP
translation-profile incoming SIP_Called_5
voice-class codec 1
voice-class sip dtmf-relay force rtp-nte
session protocol sipv2
session target sip-server
incoming called-number 2125551212
dtmf-relay rtp-nte
ip qos dscp cs5 media
ip qos dscp cs4 signaling
no vad
!
!
voice translation-profile SIP_Called_5
translate called 5
!
voice translation-rule 5
rule 1 /7039944167/ /201/
!
Your incoming number is 2125551212 but your rule is translating 7039944167 to 201.
I would suggest modifying your translation rule to be
!
voice translation-rule 5
rule 1 /2125551212/ /201/
!
I noticed that you have no ephone-hunt set up... you will need to do this if you want hunt groups....
Hi Shane, Thank you very much
.
Bump
Anyone? Ideas?
This is what a successful incoming call looks like on Packet8
.
.
.