[Freeswitch-users] CISCO + FreeSwitch = nobody at domain

Ítalo Rossi italorossib at gmail.com
Wed May 6 06:11:13 MSD 2015


Cisco is not forwarding the caller-id to your box, I don't know what
exactly command you need to enable this on cisco, probably on your
dial-peer.

But,  you're getting 488 in this call, Cisco is offering only g729 and you
don't have it enabled in your inbound codes prefs (check vars.xml)
Em 05/05/2015 18:26, "Luiz Fernando Softov" <fernando at softov.com.br>
escreveu:

> Hi, i'm trying to configure a CISCO 1700 IOS, 12.4 + FXO
>
> Is there my conf in CISCO
> ********************
> voice-port 0/0
>  connection plar opx 1002
>  description 1002
> !
> dial-peer voice 1002 voip
>  description INCOMING MATCHING
>  preference 1
>  destination-pattern .T
>  session protocol sipv2
>  session target sip-server
>  session transport udp
>  incoming called-number .
>  dtmf-relay rtp-nte
>  no vad
> !
> sip-ua
>  credentials username 1002 password 1415000915102F7F757967 realm
> 192.168.142.14
>  authentication username 1002 password 7 08235E4C100D0043435A58
>  retry invite 3
>  retry response 3
>  retry bye 3
>  retry cancel 3
>  timers trying 1000
>  registrar ipv4:192.168.142.14:5061 expires 3600
>  sip-server ipv4:192.168.142.14:5061
> !
> ********************
>
> I have a profile running in 192.168.142.14:5061
> And trying to use the user 1002 to make (authenticated) calls
>
> This register fine, but when i'm trying to make calls i receive this
>
> **** sofia/profile_1001/nobody at 192.168.142.14
>
> I there a way/conf to receive 1002 at ip? like:
>
> **** sofia/profile_1001/1002 at 192.168.142.14
>
> Or i only receive nobody, and need to create a extension/user nobody?
>
>    ------------------------------------------------------------------------
>    ------------------------------------------------------------------------
>    ------------------------------------------------------------------------
> freeswitch at internal>
> recv 1062 bytes from udp/[192.168.140.139]:64907 at 16:55:21.082728:
>    ------------------------------------------------------------------------
>    INVITE sip:1002 at 192.168.142.14:5061 SIP/2.0
>    Via: SIP/2.0/UDP 192.168.140.139:5060;branch=z9hG4bK743303
>    From: <sip:192.168.142.14>;tag=2E582AC-1000
>    To: <sip:1002 at 192.168.142.14>
>    Date: Fri, 01 Mar 2002 13:38:56 GMT
>    Call-ID: 83580E71-2C5011D6-83BFF2FE-86D21958 at 192.168.140.139
>    Supported: 100rel,timer,resource-priority,replaces
>    Min-SE:  1800
>    Cisco-Guid: 2203265591-743444950-2210067198-2261915992
>    User-Agent: Cisco-SIPGateway/IOS-12.x
>    Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER,
> SUBSCRIBE, NOTIFY, INFO, REGISTER
>    CSeq: 101 INVITE
>    Max-Forwards: 70
>    Timestamp: 1014989936
>    Contact: <sip:192.168.140.139:5060>
>    Expires: 180
>    Allow-Events: telephone-event
>    Content-Type: application/sdp
>    Content-Disposition: session;handling=required
>    Content-Length: 278
>
>    v=0
>    o=CiscoSystemsSIP-GW-UserAgent 9597 428 IN IP4 192.168.140.139
>    s=SIP Call
>    c=IN IP4 192.168.140.139
>    t=0 0
>    m=audio 18060 RTP/AVP 18 101
>    c=IN IP4 192.168.140.139
>    a=rtpmap:18 G729/8000
>    a=fmtp:18 annexb=no
>    a=rtpmap:101 telephone-event/8000
>    a=fmtp:101 0-16
>    a=ptime:20
>    ------------------------------------------------------------------------
> send 315 bytes to udp/[192.168.140.139]:5060 at 16:55:21.082952:
>    ------------------------------------------------------------------------
>    SIP/2.0 100 Trying
>    Via: SIP/2.0/UDP 192.168.140.139:5060;branch=z9hG4bK743303
>    From: <sip:192.168.142.14>;tag=2E582AC-1000
>    To: <sip:1002 at 192.168.142.14>
>    Call-ID: 83580E71-2C5011D6-83BFF2FE-86D21958 at 192.168.140.139
>    CSeq: 101 INVITE
>    Timestamp: 1014989936 0.000085
>    User-Agent: BrByte Agent
>    Content-Length: 0
>
>    ------------------------------------------------------------------------
> 2015-05-05 16:55:21.075398 [NOTICE] switch_channel.c:1075 New Channel
> sofia/profile_1001/nobody at 192.168.142.14
> [b3054ea9-60f3-e411-a31b-e840f23bc0a0]
> 2015-05-05 16:55:21.075398 [DEBUG] switch_core_session.c:1061 Send
> signal sofia/profile_1001/nobody at 192.168.142.14 [BREAK]
> 2015-05-05 16:55:21.075398 [DEBUG] switch_core_state_machine.c:472
> (sofia/profile_1001/nobody at 192.168.142.14) Running State Change CS_NEW
> 2015-05-05 16:55:21.075398 [DEBUG] switch_core_session.c:1061 Send
> signal sofia/profile_1001/nobody at 192.168.142.14 [BREAK]
> 2015-05-05 16:55:21.075398 [DEBUG] sofia.c:8848
> sofia/profile_1001/nobody at 192.168.142.14 receiving invite from
> 192.168.140.139:64907 version: 1.5.15b git d55c4a0 2015-04-07
> 23:11:34Z 64bit
> 2015-05-05 16:55:21.075398 [DEBUG] sofia.c:9015 IP 192.168.140.139
> Rejected by acl "domains". Falling back to Digest auth.
> 2015-05-05 16:55:21.075398 [DEBUG] switch_core_state_machine.c:491
> (sofia/profile_1001/nobody at 192.168.142.14) State NEW
> send 788 bytes to udp/[192.168.140.139]:5060 at 16:55:21.084838:
>    ------------------------------------------------------------------------
>    SIP/2.0 407 Proxy Authentication Required
>    Via: SIP/2.0/UDP 192.168.140.139:5060;branch=z9hG4bK743303
>    From: <sip:192.168.142.14>;tag=2E582AC-1000
>    To: <sip:1002 at 192.168.142.14>;tag=gj3vFZ76pevSg
>    Call-ID: 83580E71-2C5011D6-83BFF2FE-86D21958 at 192.168.140.139
>    CSeq: 101 INVITE
>    User-Agent: BrByte Agent
>    Accept: application/sdp
>    Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE,
> REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE
>    Supported: timer, path, replaces
>    Allow-Events: talk, hold, conference, presence, as-feature-event,
> dialog, line-seize, call-info, sla, include-session-description,
> presence.winfo, message-summary, refer
>    Proxy-Authenticate: Digest realm="192.168.142.14",
> nonce="4e0d4ea9-60f3-e411-a31b-e840f23bc0a0", algorithm=MD5,
> qop="auth"
>    Content-Length: 0
>
>    ------------------------------------------------------------------------
> 2015-05-05 16:55:21.075398 [DEBUG] switch_core_session.c:1061 Send
> signal sofia/profile_1001/nobody at 192.168.142.14 [BREAK]
> 2015-05-05 16:55:21.075398 [DEBUG] sofia.c:2065 detaching session
> b3054ea9-60f3-e411-a31b-e840f23bc0a0
> recv 380 bytes from udp/[192.168.140.139]:64907 at 16:55:21.110969:
>    ------------------------------------------------------------------------
>    ACK sip:1002 at 192.168.142.14:5061 SIP/2.0
>    Via: SIP/2.0/UDP 192.168.140.139:5060;branch=z9hG4bK743303
>    From: <sip:192.168.142.14>;tag=2E582AC-1000
>    To: <sip:1002 at 192.168.142.14>;tag=gj3vFZ76pevSg
>    Date: Fri, 01 Mar 2002 13:38:56 GMT
>    Call-ID: 83580E71-2C5011D6-83BFF2FE-86D21958 at 192.168.140.139
>    Max-Forwards: 70
>    CSeq: 101 ACK
>    Allow-Events: telephone-event
>    Content-Length: 0
>
>    ------------------------------------------------------------------------
> recv 1310 bytes from udp/[192.168.140.139]:64907 at 16:55:21.113190:
>    ------------------------------------------------------------------------
>    INVITE sip:1002 at 192.168.142.14:5061 SIP/2.0
>    Via: SIP/2.0/UDP 192.168.140.139:5060;branch=z9hG4bK74418FA
>    From: <sip:192.168.142.14>;tag=2E582AC-1000
>    To: <sip:1002 at 192.168.142.14>
>    Date: Fri, 01 Mar 2002 13:38:56 GMT
>    Call-ID: 83580E71-2C5011D6-83BFF2FE-86D21958 at 192.168.140.139
>    Supported: 100rel,timer,resource-priority,replaces
>    Min-SE:  1800
>    Cisco-Guid: 2203265591-743444950-2210067198-2261915992
>    User-Agent: Cisco-SIPGateway/IOS-12.x
>    Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER,
> SUBSCRIBE, NOTIFY, INFO, REGISTER
>    CSeq: 102 INVITE
>    Max-Forwards: 70
>    Timestamp: 1014989936
>    Contact: <sip:192.168.140.139:5060>
>    Expires: 180
>    Allow-Events: telephone-event
>    Proxy-Authorization: Digest
> username="1002",realm="192.168.142.14",uri="sip:1002 at 192.168.142.14:5061
> ",response="7d6773297fbfb70d44136a2232d62ec5",nonce="4e0d4ea9-60f3-e411-a31b-e840f23bc0a0",cnonce="66998CBE",qop="auth",algorithm=MD5,nc=00000001
>    Content-Type: application/sdp
>    Content-Disposition: session;handling=required
>    Content-Length: 278
>
>    v=0
>    o=CiscoSystemsSIP-GW-UserAgent 9597 428 IN IP4 192.168.140.139
>    s=SIP Call
>    c=IN IP4 192.168.140.139
>    t=0 0
>    m=audio 18060 RTP/AVP 18 101
>    c=IN IP4 192.168.140.139
>    a=rtpmap:18 G729/8000
>    a=fmtp:18 annexb=no
>    a=rtpmap:101 telephone-event/8000
>    a=fmtp:101 0-16
>    a=ptime:20
>    ------------------------------------------------------------------------
> send 316 bytes to udp/[192.168.140.139]:5060 at 16:55:21.113382:
>    ------------------------------------------------------------------------
>    SIP/2.0 100 Trying
>    Via: SIP/2.0/UDP 192.168.140.139:5060;branch=z9hG4bK74418FA
>    From: <sip:192.168.142.14>;tag=2E582AC-1000
>    To: <sip:1002 at 192.168.142.14>
>    Call-ID: 83580E71-2C5011D6-83BFF2FE-86D21958 at 192.168.140.139
>    CSeq: 102 INVITE
>    Timestamp: 1014989936 0.000070
>    User-Agent: BrByte Agent
>    Content-Length: 0
>
>    ------------------------------------------------------------------------
> 2015-05-05 16:55:21.106397 [DEBUG] sofia.c:2173 Re-attaching to
> session b3054ea9-60f3-e411-a31b-e840f23bc0a0
> 2015-05-05 16:55:21.106397 [DEBUG] switch_core_session.c:1061 Send
> signal sofia/profile_1001/nobody at 192.168.142.14 [BREAK]
> 2015-05-05 16:55:21.106397 [DEBUG] switch_core_session.c:1061 Send
> signal sofia/profile_1001/nobody at 192.168.142.14 [BREAK]
> 2015-05-05 16:55:21.126156 [DEBUG] sofia.c:8848
> sofia/profile_1001/nobody at 192.168.142.14 receiving invite from
> 192.168.140.139:64907 version: 1.5.15b git d55c4a0 2015-04-07
> 23:11:34Z 64bit
> 2015-05-05 16:55:21.126156 [DEBUG] sofia.c:9015 IP 192.168.140.139
> Rejected by acl "domains". Falling back to Digest auth.
> 2015-05-05 16:55:21.126156 [DEBUG] sofia.c:6627 Channel
> sofia/profile_1001/nobody at 192.168.142.14 entering state
> [received][100]
> 2015-05-05 16:55:21.126156 [DEBUG] sofia.c:6637 Remote SDP:
> v=0
> o=CiscoSystemsSIP-GW-UserAgent 9597 428 IN IP4 192.168.140.139
> s=SIP Call
> c=IN IP4 192.168.140.139
> t=0 0
> m=audio 18060 RTP/AVP 18 101
> c=IN IP4 192.168.140.139
> a=rtpmap:18 G729/8000
> a=fmtp:18 annexb=no
> a=rtpmap:101 telephone-event/8000
> a=fmtp:101 0-16
> a=ptime:20
>
> 2015-05-05 16:55:21.126156 [DEBUG] switch_core_media.c:3221 Activate
> Buggy RFC2833 Mode!
> 2015-05-05 16:55:21.126156 [DEBUG] switch_core_media.c:3666 Audio
> Codec Compare [G729:18:8000:20:8000:1]/[PCMU:0:8000:20:64000:1]
> 2015-05-05 16:55:21.126156 [DEBUG] switch_core_media.c:3666 Audio
> Codec Compare [G729:18:8000:20:8000:1]/[PCMA:8:8000:20:64000:1]
> 2015-05-05 16:55:21.126156 [DEBUG] switch_core_media.c:3666 Audio
> Codec Compare [G729:18:8000:20:8000:1]/[GSM:3:8000:20:13200:1]
> 2015-05-05 16:55:21.126156 [DEBUG] switch_core_media.c:3666 Audio
> Codec Compare [G729:18:8000:20:8000:1]/[G722:9:8000:20:64000:1]
> 2015-05-05 16:55:21.126156 [DEBUG] switch_core_media.c:3666 Audio
> Codec Compare [G729:18:8000:20:8000:1]/[opus:116:48000:20:0:1]
> 2015-05-05 16:55:21.126156 [DEBUG] switch_core_media.c:3582 Set
> telephone-event payload to 101
> 2015-05-05 16:55:21.126156 [DEBUG] switch_core_media.c:3929 Set 2833
> dtmf send/recv payload to 101
> 2015-05-05 16:55:21.126156 [NOTICE] sofia.c:6981 Hangup
> sofia/profile_1001/nobody at 192.168.142.14 [CS_NEW]
> [INCOMPATIBLE_DESTINATION]
> 2015-05-05 16:55:21.126156 [DEBUG] switch_channel.c:3242 Send signal
> sofia/profile_1001/nobody at 192.168.142.14 [KILL]
> 2015-05-05 16:55:21.126156 [DEBUG] switch_core_session.c:1396 Send
> signal sofia/profile_1001/nobody at 192.168.142.14 [BREAK]
> 2015-05-05 16:55:21.126156 [DEBUG] switch_core_state_machine.c:472
> (sofia/profile_1001/nobody at 192.168.142.14) Running State Change
> CS_HANGUP
> 2015-05-05 16:55:21.126156 [DEBUG] switch_core_state_machine.c:735
> (sofia/profile_1001/nobody at 192.168.142.14) Callstate Change DOWN ->
> HANGUP
> 2015-05-05 16:55:21.126156 [DEBUG] switch_core_state_machine.c:737
> (sofia/profile_1001/nobody at 192.168.142.14) State HANGUP
> 2015-05-05 16:55:21.126156 [DEBUG] mod_sofia.c:413 Channel
> sofia/profile_1001/nobody at 192.168.142.14 hanging up, cause:
> INCOMPATIBLE_DESTINATION
> 2015-05-05 16:55:21.126156 [DEBUG] mod_sofia.c:549 Responding to
> INVITE with: 488
> 2015-05-05 16:55:21.126156 [DEBUG] switch_core_state_machine.c:60
> sofia/profile_1001/nobody at 192.168.142.14 Standard HANGUP, cause:
> INCOMPATIBLE_DESTINATION
> 2015-05-05 16:55:21.126156 [DEBUG] switch_core_state_machine.c:737
> (sofia/profile_1001/nobody at 192.168.142.14) State HANGUP going to sleep
> 2015-05-05 16:55:21.126156 [DEBUG] switch_core_state_machine.c:504
> (sofia/profile_1001/nobody at 192.168.142.14) State Change CS_HANGUP ->
> CS_REPORTING
> 2015-05-05 16:55:21.126156 [DEBUG] switch_core_session.c:1396 Send
> signal sofia/profile_1001/nobody at 192.168.142.14 [BREAK]
> 2015-05-05 16:55:21.126156 [DEBUG] switch_core_state_machine.c:472
> (sofia/profile_1001/nobody at 192.168.142.14) Running State Change
> CS_REPORTING
> send 816 bytes to udp/[192.168.140.139]:5060 at 16:55:21.132211:
>    ------------------------------------------------------------------------
>    SIP/2.0 488 Not Acceptable Here
>    Via: SIP/2.0/UDP 192.168.140.139:5060;branch=z9hG4bK74418FA
>    Max-Forwards: 70
>    From: <sip:192.168.142.14>;tag=2E582AC-1000
>    To: <sip:1002 at 192.168.142.14>;tag=HUvNHtramQjcc
>    Call-ID: 83580E71-2C5011D6-83BFF2FE-86D21958 at 192.168.140.139
>    CSeq: 102 INVITE
>    User-Agent: BrByte Agent
>    Accept: application/sdp
>    Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE,
> REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE
>    Supported: timer, path, replaces
>    Allow-Events: talk, hold, conference, presence, as-feature-event,
> dialog, line-seize, call-info, sla, include-session-description,
> presence.winfo, message-summary, refer
>    Reason: Q.850;cause=88;text="INCOMPATIBLE_DESTINATION"
>    Content-Length: 0
> 2015-05-05 16:55:21.126156 [DEBUG] switch_core_state_machine.c:823
> (sofia/profile_1001/nobody at 192.168.142.14) State REPORTING
>    Remote-Party-ID: "1002"
> <sip:1002 at 192.168.142.14>;party=calling;privacy=off;screen=no
>
>    ------------------------------------------------------------------------
>
> --
> Luiz Fernando Softov
> http://www.softov.com.br
> fernando at softov.com.br
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://confluence.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150505/eab76b17/attachment-0001.html 


Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users mailing list