About cme 4.x, SIP softphone and g729

Hi folks,
it's normal that a x-lite softphone (mac os x version) registered on CME 4.x system:
- calls correctly all internal numbers (ip phones Cisco)
- the client supports only g711a/u, GSM, iLBC and SPX ... then it uses g711a/u ... but all dial-peer voip use g729, then when I try to call a voip number, cme try to connect that with dial-peer pots, and it doesn't work ... no way to do that? I could only:
1- change dial-peer voip codec to g711
2- change softphone with g729 support
any advice will be appreciated
Regards
Andrea

It is possible to register a sip softphone (like x-lite, sjphone, etc) and make a call via voip trunk. This URL should help you:
http://www.cisco.com/en/US/products/sw/voicesw/ps556/products_administration_guide_chapter09186a00802df071.html

Similar Messages

  • Cannot Connect SIP Softphone to CME 8.6

    Hello all....I'm having trouble connecting a 3CX SIP softphone (Windows) to my CME router- version 8.6. Router is 2851 ISR- all connected via a lan switch in my office. Connectivity is fine between the PC\softphone and the router.
    I have successfully setup 3 SCCP phones (all Cisco) but I'm not too clear why the SIP softphone is having issues- I've Google and read quite a bit but maybe somebody can check my config-- I'm sure I'm missing something. Also, tried to get some debug info from various debug ccsip xxx commands, but the console is overwhelmed with lines of debug- nothing that stands out anyway. I am familiar configuring sip phones for Asterisk....as I have a working PBX up here...but not so much for CME\Cisco.
    Here's my pertinent config sections---  like I mentioned, I have working skinny phones on the same CME system. I wouldn't need to specify phone loads and type and tftp paths for a simple sip softphone would I???     Thanks in advance....Dennis
    voice service voip
    allow-connections sip to sip
    sip
    voice register global
    mode cme
    source-address 192.168.0.254 port 5060
    max-dn 5
    max-pool 5
    authenticate register
    voice register dn  1
    number 1041
    name DenOffice3CX
    label DenOffice3CX
    voice register pool  1
    id mac 94DE.802D.8921
    number 1 dn 1
    username 1041 password cisco
    codec g711ulaw

    Nadeem-- thanks-- nice outlined config in the blog! The main thing I missed was the registrar itself no being "turned on"!
    sip
    registrar server expires max 600 min 60    turns on the SIP registrar!
    It became blatently evident when I issued a debug ccsip events and got this:
    CCSIP_REGISTER:: Registrar is not enabled
    Lesson learned- thanks again
    Dennis

  • CME\7960 running SIP firmware - How do i setup incoming calls? - Can anyone help please?

    Hi Guys,
    I have a SIP trunk setup with a 2811 running CME version 7.  I can make outbound calls ok but having issues getting the incoming calls working, i have 1 number on my SIP trunk and that is 01133501788 and i want that to ring my Cisco 7960 which is running SIP firmware not SCCP.  I have included by config for anyone who can help me, i just want the incoming call to work. 
    Many Thanks.
    Matthew.
    version 12.4
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname Router
    boot-start-marker
    boot-end-marker
    logging message-counter syslog
    no aaa new-model
    clock timezone GMT 0
    dot11 syslog
    ip source-route
    ip cef
    no ip dhcp use vrf connected
    ip dhcp excluded-address 192.168.1.1
    ip dhcp excluded-address 10.10.10.1
    ip dhcp pool DATA_POOL
       network 10.10.10.0 255.255.255.0
       default-router 10.10.10.1
       dns-server 188.92.232.50 188.92.232.100
    ip dhcp pool VOICE_POOL
       network 192.168.1.0 255.255.255.0
       default-router 192.168.1.1
       dns-server 188.92.232.50 188.92.232.100
       option 150 ip 192.168.1.1
    ip name-server 188.92.232.50
    ip name-server 188.92.232.100
    no ipv6 cef
    multilink bundle-name authenticated
    voice service voip
    allow-connections h323 to h323
    allow-connections h323 to sip
    allow-connections sip to h323
    allow-connections sip to sip
    no supplementary-service sip moved-temporarily
    no supplementary-service sip refer
    sip
      bind control source-interface FastEthernet0/1.20
      bind media source-interface FastEthernet0/1.20
      registrar server
    voice class codec 1
    codec preference 2 g711ulaw
    codec preference 3 g711alaw
    voice register global
    mode cme
    source-address 192.168.1.1 port 5060
    max-dn 144
    max-pool 42
    load 7960-7940 P0S3-8-12-00
    authenticate register
    tftp-path flash:
    create profile sync 0008072514198272
    voice register dn  1
    number 6999
    allow watch
    name SIP
    label SIP
    voice register pool  1
    id mac 000F.902B.40E0
    type 7960
    number 1 dn 1
    dtmf-relay sip-notify
    username cisco password cisco
    codec g711ulaw
    voice translation-rule 1
    rule 1 /^9\(.*\)/ /\1/
    voice translation-rule 2
    rule 1 /^6...$/ /4143*002/
    voice translation-profile DiscardDigit9
    translate calling 2
    translate called 1
    voice translation-profile IncomingSIP
    translate calling 1133501788
    voice-card 0
    no dspfarm
    username matt privilege 15 secret 5 $1$DCD0$SjWqnKgDSGVzzIKRerXh11
    archive
    log config
      hidekeys
    interface FastEthernet0/0
    ip address 194.12.0.222 255.255.255.252
    ip nat outside
    ip virtual-reassembly
    duplex auto
    speed auto
    interface FastEthernet0/1
    no ip address
    ip nat inside
    ip virtual-reassembly
    duplex auto
    speed auto
    interface FastEthernet0/1.10
    description DATA
    encapsulation dot1Q 10
    ip address 10.10.10.1 255.255.255.0
    ip nat inside
    ip virtual-reassembly
    interface FastEthernet0/1.20
    description VOICE
    encapsulation dot1Q 20
    ip address 192.168.1.1 255.255.255.0
    ip nat inside
    ip virtual-reassembly
    ip forward-protocol nd
    ip route 0.0.0.0 0.0.0.0 194.12.0.221
    ip http server
    ip http authentication local
    no ip http secure-server
    ip nat inside source list 1 interface FastEthernet0/0 overload
    access-list 1 permit 192.168.1.0 0.0.0.255
    access-list 1 permit 10.10.10.0 0.0.0.255
    tftp-server flash:P003-8-12-00.bin
    tftp-server flash:P003-8-12-00.sbn
    tftp-server flash:P0S3-8-12-00.loads
    tftp-server flash:P0S3-8-12-00.sb2
    tftp-server flash:P003-8-12-00
    tftp-server flash:P003-8-12-00.loads
    tftp-server flash:P003-8-12-00.sb2
    tftp-server flash:SIP000F902B40E0.cnf.xml
    control-plane
    mgcp behavior g729-variants static-pt
    dial-peer cor custom
    dial-peer voice 2 voip
    description Outgoing Geographic
    translation-profile outgoing DiscardDigit9
    destination-pattern 0[7]........
    voice-class codec 1
    session protocol sipv2
    session target dns:sip.cloudcalling.co.uk
    dtmf-relay rtp-nte
    no vad
    dial-peer voice 1 voip
    description IncomingSIP
    translation-profile incoming IncomingSIP
    voice-class codec 1
    session protocol sipv2
    session target dns:sip.cloudcalling.co.uk
    incoming called-number .T
    dtmf-relay sip-notify rtp-nte
    no vad
    sip-ua
    credentials username 4143*002 password 7 password realm sip.cloudcalling.co.uk
    authentication username 4143*002 password 7 password
    nat symmetric role passive
    nat symmetric check-media-src
    calling-info sip-to-pstn number set 4143*002
    no remote-party-id
    retry invite 3
    retry register 3
    timers connect 100
    registrar dns:sip.cloudcalling.co.uk expires 60
    sip-server dns:sip.cloudcalling.co.uk
      host-registrar
    gatekeeper
    shutdown
    telephony-service
    load 7960-7940 P0S3-8-12-00
    max-ephones 24
    max-dn 30
    ip source-address 192.168.1.1 port 2000
    max-conferences 8 gain -6
    web admin system name Admin secret 5 $1$Fktw$t9GQkdDdHmoYdwptO8.or.
    transfer-system full-consult
    create cnf-files version-stamp Jan 01 2002 00:00:00
    line con 0
    line aux 0
    line vty 0 4
    login
    scheduler allocate 20000 1000
    ntp server 85.119.80.232
    end
    Router#

    You my friend are a star! worked straight away, many thanks.  Just one more thing, when i make an outgoing call, it always appears as "blocked" on my phone, my sip trunk is set to allow CME to alter outgoing CLI's how would i program the outgoing CLI to 01133501788 also?
    The new working config is below with your suggestion, which works!
    version 12.4
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname Router
    boot-start-marker
    boot-end-marker
    logging message-counter syslog
    no aaa new-model
    clock timezone GMT 0
    dot11 syslog
    ip source-route
    ip cef
    no ip dhcp use vrf connected
    ip dhcp excluded-address 192.168.1.1
    ip dhcp excluded-address 10.10.10.1
    ip dhcp pool DATA_POOL
       network 10.10.10.0 255.255.255.0
       default-router 10.10.10.1
       dns-server 188.92.232.50 188.92.232.100
    ip dhcp pool VOICE_POOL
       network 192.168.1.0 255.255.255.0
       default-router 192.168.1.1
       dns-server 188.92.232.50 188.92.232.100
       option 150 ip 192.168.1.1
    ip name-server 188.92.232.50
    ip name-server 188.92.232.100
    no ipv6 cef
    multilink bundle-name authenticated
    voice service voip
    allow-connections h323 to h323
    allow-connections h323 to sip
    allow-connections sip to h323
    allow-connections sip to sip
    no supplementary-service sip moved-temporarily
    no supplementary-service sip refer
    sip
      registrar server
    voice class codec 1
    codec preference 2 g711ulaw
    codec preference 3 g711alaw
    voice register global
    mode cme
    source-address 192.168.1.1 port 5060
    max-dn 144
    max-pool 42
    load 7960-7940 P0S3-8-12-00
    authenticate register
    tftp-path flash:
    create profile sync 0015244443466064
    voice register dn  1
    number 6999
    allow watch
    name SIP
    label SIP
    voice register pool  1
    id mac 000F.902B.40E0
    type 7960
    number 1 dn 1
    dtmf-relay sip-notify
    username cisco password cisco
    codec g711ulaw
    voice translation-rule 1
    rule 1 /^6...$/ /4143*002/
    voice translation-rule 3
    rule 1 /^01133501788$/ /6999/
    rule 2 /^1133501788$/ /6999/
    voice translation-profile IncomingSIP
    translate called 3
    voice translation-profile Translatetrunk
    translate calling 1
    voice-card 0
    no dspfarm
    username matt privilege 15 secret 5 $1$DCD0$SjWqnKgDSGVzzIKRerXh11
    archive
    log config
      hidekeys
    interface FastEthernet0/0
    ip address 194.12.0.222 255.255.255.252
    ip nat outside
    ip virtual-reassembly
    duplex auto
    speed auto
    interface FastEthernet0/1
    no ip address
    ip nat inside
    ip virtual-reassembly
    duplex auto
    speed auto
    interface FastEthernet0/1.10
    description DATA
    encapsulation dot1Q 10
    ip address 10.10.10.1 255.255.255.0
    ip nat inside
    ip virtual-reassembly
    interface FastEthernet0/1.20
    description VOICE
    encapsulation dot1Q 20
    ip address 192.168.1.1 255.255.255.0
    ip nat inside
    ip virtual-reassembly
    ip forward-protocol nd
    ip route 0.0.0.0 0.0.0.0 194.12.0.221
    ip http server
    ip http authentication local
    no ip http secure-server
    ip nat inside source list 1 interface FastEthernet0/0 overload
    access-list 1 permit 192.168.1.0 0.0.0.255
    access-list 1 permit 10.10.10.0 0.0.0.255
    tftp-server flash:P003-8-12-00.bin
    tftp-server flash:P003-8-12-00.sbn
    tftp-server flash:P0S3-8-12-00.loads
    tftp-server flash:P0S3-8-12-00.sb2
    tftp-server flash:P003-8-12-00
    tftp-server flash:P003-8-12-00.loads
    tftp-server flash:P003-8-12-00.sb2
    tftp-server flash:SIP000F902B40E0.cnf.xml
    control-plane
    mgcp behavior g729-variants static-pt
    dial-peer cor custom
    dial-peer voice 1 voip
    description IncomingSIP
    translation-profile incoming IncomingSIP
    voice-class codec 1
    session protocol sipv2
    session target sip-server
    incoming called-number .T
    dtmf-relay sip-notify rtp-nte
    no vad
    dial-peer voice 2 voip
    description Outgoing Geographic
    translation-profile outgoing Translatetrunk
    destination-pattern 0[7]........
    voice-class codec 1
    session protocol sipv2
    session target dns:sip.cloudcalling.co.uk
    dtmf-relay rtp-nte
    no vad
    sip-ua
    credentials username 4143*002 password 7 password realm sip.cloudcalling.co.uk
    authentication username 4143*002 password 7 password
    nat symmetric role passive
    nat symmetric check-media-src
    calling-info sip-to-pstn number set 4143*002
    no remote-party-id
    retry invite 3
    retry register 3
    timers connect 100
    registrar dns:sip.cloudcalling.co.uk expires 60
    sip-server dns:sip.cloudcalling.co.uk
      host-registrar
    gatekeeper
    shutdown
    telephony-service
    load 7960-7940 P0S3-8-12-00
    max-ephones 24
    max-dn 30
    ip source-address 192.168.1.1 port 2000
    max-conferences 8 gain -6
    web admin system name Admin secret 5 $1$Fktw$t9GQkdDdHmoYdwptO8.or.
    transfer-system full-consult
    create cnf-files version-stamp 7960 Dec 17 2013 14:35:13
    line con 0
    line aux 0
    line vty 0 4
    login
    scheduler allocate 20000 1000
    ntp server 85.119.80.232
    end
    Router#

  • Cisco CME: calls through SIP-provider again

    Hello,friends!
    I have already published a discussion here https://supportforums.cisco.com/discussion/12089656/cisco-cme-and-calls-through-sip-provider and you helped me, everything works well for Russian numbers.
    When I tried to add the configuration for calls to Belarus, again, there was a problem. I do not understand why, although the configuration ideintichnaya.
    My config:
    voice service voip
     ip address trusted list
      ipv4 178.16.26.122 255.255.255.255
      ipv4 144.76.42.108 255.255.255.255
      ipv4 176.9.145.115 255.255.255.255
      ipv4 5.9.108.25 255.255.255.255
      ipv4 78.46.95.118 255.255.255.255
      ipv4 89.249.23.194 255.255.255.255
      ipv4 178.16.26.124 255.255.255.255
      ipv4 176.9.85.133 255.255.255.255
      ipv4 46.4.53.86 255.255.255.255
      ipv4 5.9.84.165 255.255.255.255
      ipv4 78.16.26.122 255.255.255.255
      ipv4 77.235.62.222 255.255.255.255
      ipv4 81.88.86.11 255.255.255.255
      ipv4 192.168.1.50 255.255.255.255
      ipv4 217.150.198.44 255.255.255.255
      ipv4 178.63.96.3 255.255.255.255
      ipv4 178.63.96.28 255.255.255.255
     allow-connections h323 to h323
     allow-connections h323 to sip
     allow-connections sip to h323
     allow-connections sip to sip
     supplementary-service h450.12
     no supplementary-service sip moved-temporarily
     sip
      registrar server
    voice class codec 1
     codec preference 1 g711ulaw
     codec preference 2 g729r8
     codec preference 3 g711alaw
    voice class sip-profiles 20
     request INVITE sip-header From modify "\"(.*)\" <sip:(.*)@(.*)>" "\"\" <sip:[email protected]>"
    voice translation-rule 9
     rule 1 /^98/ /7/
    voice translation-rule 10
     rule 1 /^9/ //
    voice translation-rule 1020
     rule 1 /^.*$/ /141756/
    voice translation-rule 1030
     rule 1 /^.*/ /141756/
    voice translation-rule 1040
     rule 1 /^.*$/ /21/
    voice translation-profile incoming
     translate called 1040
    voice translation-profile outgoing
     translate calling 1030
     translate called 9
    voice translation-profile outgoing-mezhdunarod
     translate calling 1030
     translate called 10
    voice-card 0
    dial-peer voice 2 voip
     description TO-RUSSIA
     translation-profile outgoing outgoing
     preference 1
     destination-pattern 98..........
     session protocol sipv2
     session target sip-server
     voice-class codec 1
     no voice-class sip outbound-proxy
     voice-class sip profiles 20
     voice-class sip bind control source-interface FastEthernet0/0
     voice-class sip bind media source-interface FastEthernet0/0
     dtmf-relay rtp-nte sip-notify
     no vad
    dial-peer voice 3 voip
     translation-profile incoming incoming
     incoming called-number 141756
     voice-class codec 1
     voice-class sip bind control source-interface FastEthernet0/0
     voice-class sip bind media source-interface FastEthernet0/0
     dtmf-relay rtp-nte
     no vad
    dial-peer voice 4 voip
     description To-Belarus
     translation-profile outgoing outgoing-mezhdunarod
     destination-pattern 9375.........
     session protocol sipv2
     session target sip-server
     voice-class codec 1
     no voice-class sip outbound-proxy
     voice-class sip profiles 20
     voice-class sip bind control source-interface FastEthernet0/0
     voice-class sip bind media source-interface FastEthernet0/0
     dtmf-relay rtp-nte sip-notify
     no vad
    sip-ua
     credentials username 141756 password 7<pass> realm sip.zadarma.com
     authentication username 141756 password 7 <pass>
     no remote-party-id
     registrar 1 dns:sip.zadarma.com expires 3600
     sip-server dns:sip.zadarma.com
     connection-reuse
     host-registrar
    DEBUG ccsip message:
    Jun 17 14:23:09.033: //14293/D2C3B137AE52/SIP/Msg/ccsipDisplayMsg:
    Sent:
    INVITE sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 92.63.108.115:5060;branch=z9hG4bK36571F65
    From: "" <sip:[email protected]>;tag=40FCB218-23D7
    To: <sip:[email protected]>
    Date: Tue, 17 Jun 2014 09:23:09 GMT
    Call-ID: [email protected]
    Supported: 100rel,timer,resource-priority,replaces,sdp-anat
    Min-SE: 1800
    Cisco-Guid: 3536040247-4114026979-2924673736-0741251102
    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: 1402996989
    Contact: <sip:[email protected]:5060>
    Call-Info: <sip:92.63.108.115:5060>;method="NOTIFY;Event=telephone-event;Duration=2000"
    Expires: 180
    Allow-Events: telephone-event
    Content-Type: application/sdp
    Content-Disposition: session;handling=required
    Content-Length: 309
    v=0
    o=CiscoSystemsSIP-GW-UserAgent 6656 8059 IN IP4 92.63.108.115
    s=SIP Call
    c=IN IP4 92.63.108.115
    t=0 0
    m=audio 18252 RTP/AVP 0 18 8 101
    c=IN IP4 92.63.108.115
    a=rtpmap:0 PCMU/8000
    a=rtpmap:18 G729/8000
    a=fmtp:18 annexb=no
    a=rtpmap:8 PCMA/8000
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-16
    Jun 17 14:23:09.089: //14293/D2C3B137AE52/SIP/Msg/ccsipDisplayMsg:
    Received:
    SIP/2.0 407 Proxy Authentication Required
    Via: SIP/2.0/UDP 92.63.108.115:5060;branch=z9hG4bK36571F65;rport=5060
    From: "" <sip:[email protected]>;tag=40FCB218-23D7
    To: <sip:[email protected]>;tag=b638310eda6e4a73cf10b7fe3c94c572.6d40
    Call-ID: [email protected]
    CSeq: 101 INVITE
    Proxy-Authenticate: Digest realm="sip.zadarma.com", nonce="U6AYAFOgFtT86kmu2Fr5tYxLYGEexIl1", qop="auth"
    Server: kamailio (4.1.2 (x86_64/linux))
    Content-Length: 0
    Jun 17 14:23:09.169: //14293/D2C3B137AE52/SIP/Msg/ccsipDisplayMsg:
    Sent:
    ACK sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 92.63.108.115:5060;branch=z9hG4bK36571F65
    From: "Vankuver" <sip:[email protected]>;tag=40FCB218-23D7
    To: <sip:[email protected]>;tag=b638310eda6e4a73cf10b7fe3c94c572.6d40
    Date: Tue, 17 Jun 2014 09:23:09 GMT
    Call-ID: [email protected]
    Max-Forwards: 70
    CSeq: 101 ACK
    Allow-Events: telephone-event
    Content-Length: 0
    Jun 17 14:23:09.169: //14293/D2C3B137AE52/SIP/Msg/ccsipDisplayMsg:
    Sent:
    INVITE sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 92.63.108.115:5060;branch=z9hG4bK365820F2
    From: "" <sip:[email protected]>;tag=40FCB218-23D7
    To: <sip:[email protected]>
    Date: Tue, 17 Jun 2014 09:23:09 GMT
    Call-ID: [email protected]
    Supported: 100rel,timer,resource-priority,replaces,sdp-anat
    Min-SE: 1800
    Cisco-Guid: 3536040247-4114026979-2924673736-0741251102
    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: 1402996989
    Contact: <sip:[email protected]:5060>
    Call-Info: <sip:92.63.108.115:5060>;method="NOTIFY;Event=telephone-event;Duration=2000"
    Expires: 180
    Allow-Events: telephone-event
    Proxy-Authorization: Digest username="141756",realm="sip.zadarma.com",uri="sip:[email protected]:5060",response="9534322838cbf2e265b2004bc0aa240e",nonce="U6AYAFOgFtT86kmu2Fr5tYxLYGEexIl1",cnonce="FFF9A231",qop=auth,algorithm=md5,nc=00000001
    Content-Type: application/sdp
    Content-Disposition: session;handling=required
    Content-Length: 309
    v=0
    o=CiscoSystemsSIP-GW-UserAgent 6656 8059 IN IP4 92.63.108.115
    s=SIP Call
    c=IN IP4 92.63.108.115
    t=0 0
    m=audio 18252 RTP/AVP 0 18 8 101
    c=IN IP4 92.63.108.115
    a=rtpmap:0 PCMU/8000
    a=rtpmap:18 G729/8000
    a=fmtp:18 annexb=no
    a=rtpmap:8 PCMA/8000
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-16
    Jun 17 14:23:09.637: //14293/D2C3B137AE52/SIP/Msg/ccsipDisplayMsg:
    Sent:
    INVITE sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 92.63.108.115:5060;branch=z9hG4bK365820F2
    From: "" <sip:[email protected]>;tag=40FCB218-23D7
    To: <sip:[email protected]>
    Date: Tue, 17 Jun 2014 09:23:09 GMT
    Call-ID: [email protected]
    Supported: 100rel,timer,resource-priority,replaces,sdp-anat
    Min-SE: 1800
    Cisco-Guid: 3536040247-4114026979-2924673736-0741251102
    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: 1402996989
    Contact: <sip:[email protected]:5060>
    Call-Info: <sip:92.63.108.115:5060>;method="NOTIFY;Event=telephone-event;Duration=2000"
    Expires: 180
    Allow-Events: telephone-event
    Proxy-Authorization: Digest username="141756",realm="sip.zadarma.com",uri="sip:[email protected]:5060",response="9534322838cbf2e265b2004bc0aa240e",nonce="U6AYAFOgFtT86kmu2Fr5tYxLYGEexIl1",cnonce="FFF9A231",qop=auth,algorithm=md5,nc=00000001
    Content-Type: application/sdp
    Content-Disposition: session;handling=required
    Content-Length: 309
    v=0
    o=CiscoSystemsSIP-GW-UserAgent 6656 8059 IN IP4 92.63.108.115
    s=SIP Call
    c=IN IP4 92.63.108.115
    t=0 0
    m=audio 18252 RTP/AVP 0 18 8 101
    c=IN IP4 92.63.108.115
    a=rtpmap:0 PCMU/8000
    a=rtpmap:18 G729/8000
    a=fmtp:18 annexb=no
    a=rtpmap:8 PCMA/8000
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-16
    Jun 17 14:23:10.621: //14293/D2C3B137AE52/SIP/Msg/ccsipDisplayMsg:
    Sent:
    INVITE sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 92.63.108.115:5060;branch=z9hG4bK365820F2
    From: "" <sip:[email protected]>;tag=40FCB218-23D7
    To: <sip:[email protected]>
    Date: Tue, 17 Jun 2014 09:23:10 GMT
    Call-ID: [email protected]
    Supported: 100rel,timer,resource-priority,replaces,sdp-anat
    Min-SE: 1800
    Cisco-Guid: 3536040247-4114026979-2924673736-0741251102
    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: 1402996990
    Contact: <sip:[email protected]:5060>
    Call-Info: <sip:92.63.108.115:5060>;method="NOTIFY;Event=telephone-event;Duration=2000"
    Expires: 180
    Allow-Events: telephone-event
    Proxy-Authorization: Digest username="141756",realm="sip.zadarma.com",uri="sip:[email protected]:5060",response="9534322838cbf2e265b2004bc0aa240e",nonce="U6AYAFOgFtT86kmu2Fr5tYxLYGEexIl1",cnonce="FFF9A
    All possible debugging has been turned off
    DC#231",qop=auth,algorithm=md5,nc=00000001
    Content-Type: application/sdp
    Content-Disposition: session;handling=required
    Content-Length: 309
    v=0
    o=CiscoSystemsSIP-GW-UserAgent 6656 8059 IN IP4 92.63.108.115
    s=SIP Call
    c=IN IP4 92.63.108.115
    t=0 0
    m=audio 18252 RTP/AVP 0 18 8 101
    c=IN IP4 92.63.108.115
    a=rtpmap:0 PCMU/8000
    a=rtpmap:18 G729/8000
    a=fmtp:18 annexb=no
    a=rtpmap:8 PCMA/8000
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-16
    Debug voice ccapi inout:
     Destination Pattern=9375........., Called Number=375298911396, Digit Strip=FALSE
    Jun 17 15:22:13.073: //14425/13366763AF35/CCAPI/ccCallSetupRequest:
       Calling Number=141756(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
       Called Number=375298911396(TON=Unknown, NPI=Unknown),
       Redirect Number=, Display Info=Vankuver
       Account Number=, Final Destination Flag=FALSE,
       Guid=13366763-F540-11E3-AF35-FAC82C2E981E, Outgoing Dial-peer=4
    Jun 17 15:22:13.073: //14425/13366763AF35/CCAPI/cc_api_display_ie_subfields:
       ccCallSetupRequest:
       cisco-username=
       ----- ccCallInfo IE subfields -----
       cisco-ani=141756
       cisco-anitype=0
       cisco-aniplan=0
       cisco-anipi=0
       cisco-anisi=0
       dest=375298911396
       cisco-desttype=0
       cisco-destplan=0
       cisco-rdie=FFFFFFFF
       cisco-rdn=
       cisco-rdntype=0
       cisco-rdnplan=0
       cisco-rdnpi=0
       cisco-rdnsi=0
       cisco-redirectreason=0   fwd_final_type =0
       final_redirectNumber =
       hunt_group_timeout =0
    Jun 17 15:22:13.073: //14425/13366763AF35/CCAPI/ccIFCallSetupRequestPrivate:
       Interface=0x6968AA04, Interface Type=3, Destination=, Mode=0x0,
       Call Params(Calling Number=141756,(Calling Name=Vankuver)(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
       Called Number=375298911396(TON=Unknown, NPI=Unknown), Calling Translated=FALSE,
       Subscriber Type Str=RegularLine, FinalDestinationFlag=FALSE, Outgoing Dial-peer=4, Call Count On=FALSE,
       Source Trkgrp Route Label=, Target Trkgrp Route Label=, tg_label_flag=0, Application Call Id=)
    Jun 17 15:22:13.073: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
    Jun 17 15:22:13.073: :cc_get_feature_vsa malloc success
    Jun 17 15:22:13.073: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
    Jun 17 15:22:13.077:  cc_get_feature_vsa count is 2
    Jun 17 15:22:13.077: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
    Jun 17 15:22:13.077: :FEATURE_VSA attributes are: feature_name:0,feature_time:1819298856,feature_id:3371
    Jun 17 15:22:13.077: //14427/13366763AF35/CCAPI/ccIFCallSetupRequestPrivate:
       SPI Call Setup Request Is Success; Interface Type=3, FlowMode=1
    Jun 17 15:22:13.077: //14427/13366763AF35/CCAPI/ccCallSetContext:
       Context=0x6C726BF4
    Jun 17 15:22:13.077: //14425/13366763AF35/CCAPI/ccSaveDialpeerTag:
       Outgoing Dial-peer=4
    Jun 17 15:22:13.085: //14427/13366763AF35/CCAPI/cc_api_call_proceeding:
    Please help me... I don't know what to do!

    You need to contact service provider for this , after authentication challenge your sip provider is not sending any response.
    Contact them and ask whether they had received INVITE with proxy authentication details or not.

  • How do I use my serial number to find information about my MacBook Pro's Processor and RAM?

    So I want to find information about my MacBook Pro's processor and RAM using the serial number because the MacBook no longer works. I remember being able to find this information on the apple website before, maybe by using the coverage checker. Did they take this information out of the coverage checker? Is it no longer possible for a costumer to obtain this information?

    Append the last three characters of it to http://www.everymac.com/ultimate-mac-lookup/?search_keywords= and load the page.
    This won't reveal how much RAM it currently has installed.
    (117541)

  • Has Apple acknowledged the problem yet with itunes aborting preview of songs after about 10 seconds on windows 7 and if so is there an answer other than ipconfig?

    Has Apple acknowledged the problem yet with itunes aborting preview of songs after about 10 seconds on windows 7 and if so is there an answer other than ipconfig?  IPConfig /flushdns doesn't help at all.  Until they fix it I will be previewing and buying my songs thru Amazon.

    Doublechecking ... do you still get that if you update to iTunes 10.6.3.25 (just released today)?
    http://www.apple.com/itunes/download/

  • My iphone 3g stays on the apple logo for about 4 minutes then flashes white and goes back to the apple screen, it repeats untill battery is flat,  every now and then im lucky enough to get it to turn on but not very often and then it freezes and repeats??

    hello my name is kirstie, i updated to firmware 4.2.1 .....my iphone 3g stays on the apple logo for about 4 minutes then flashes white and goes back to the apple screen, it repeats untill battery is flat,  every now and then im lucky enough to get it to turn on but not very often and then it freezes and repeats the same problem?? (if i turn the phone off my pressing the two buttons it wont keep rebooting, its only when i leave it after turning it on)
    I have reset the phone, full firmware restore, even downgraded back from firmware 4.2.1 to .3.1.3 official by using dfu mode and still doesnt fix.
    (i correctly got out of dfu mode after the downgrade)
    i can enter dfu mode and recovery, and update through itunes with no problem, but it doesnt fix the problem,
    i have searched and found no answer to this problem, every option availible to try that i know of i have tried and failed. i dont care about preserving my content i just want a fix. i have a good understanding how to operate software on a computer and shouldnt be too confused by any advice given, so plz even if the answer is very complex i wish to try anything, please help me to get my iphone working.

    Anyone have any suggestions? or is everyone else just as clueless as me !

  • Every time I try to open my safari it restarts my computer, or if it does open it is for only about a minute before it gets and error and closes.What should I do?

    Every time I try to open my safari it restarts my computer, or if it does open it is for only about a minute before it gets and error and closes.What should I do?

    gets and error and closes.What should I do?
    If Safari is crashing.. post a crash report so we can try and help...
    If Safari has just crashed, press the Report button on the CrashReporter dialog box to view the crash  information.
    Copy/paste the entire contents of the Crash Reporter window into your reply including the, "binary images" seection.
    If the crash report dialog does not appear or the crash is hard to reproduce, crash logs can be retrieved from the ~/Library/Logs/CrashReporter> folder.

  • Updated to ios 6 and now when i go to the app store and try to check out my purchased it try to load the information but after about 20-25 seconds nothing loads and the app crashes. Im not sure if its because i have at least 600 apps in the cloud.

    WIth my iphone 4 in ios 6 when i try to view my puchased in the app store app it starts to load and after about 20-25 seconds nothing loads and the app crashes im wondering if its because i have at least 600 apps in there, but it has never happened to be before.

    WIth my iphone 4 in ios 6 when i try to view my puchased in the app store app it starts to load and after about 20-25 seconds nothing loads and the app crashes im wondering if its because i have at least 600 apps in there, but it has never happened to be before.

  • My battery life at a full 100% charge is about 2 hours 22 minutes (backlight and key lights at lowest level). Should I go complaining to Apple or do I just need different software?

    My battery life at a full 100% charge is about 2 hours 22 minutes (backlight and key lights at lowest level). Should I go complaining to Apple or do I just need different software? I've only had my mac book since August 2011. The battery dies in 2 to 3 hours with some web surfing (little video play) and photo editing etc. I really don't feel like taking my computer all the way to the apple store to wait there for 5 hours to hear that I need to call someone blah blah blah. Any advice? (BTW Safari hasn't been working since I last updated my mac, WHYYYY?)

    emsavage1127 wrote:
    Should I go complaining to Apple or do I just need different software?
    emsavage1127 wrote:
    I really don't feel like taking my computer all the way to the apple store to wait there for 5 hours to hear that I need to call someone blah blah blah.
    Make an appointment at the genius bar, that way, you wont have to wait. http://www.apple.com/retail/geniusbar/

  • We have 30 ipads at our school and it is great.  We are about 850 student on my school and everyone are using the ipads. One hour at the time. (we have a booking system.)   I teach music and are using Garageband. I need to find away were my students that

    We have 30 ipads at our school and it is great.  We are about 850 student on my school and everyone are using the ipads. One hour at the time. (we have a booking system.)
    I teach music and are using Garageband. I need to find away were my students that are working on a project can export the files and save them somewhere, so when they 7 days later open Garage band can import there song with all the correct  midi-tracks. When I export the song to Icloud the song become an Mp4 file (I think).  And I can import the files via Icloude.
    This is because too many times the song has been sabotages during the week
    Dan Sweden

    Dan,
    your students could store their projects in iCloud, only you would continously have to change the AppleIDs of the iPads, so each student could store the songs with their own AppleID.  I don't think this will be feasable.
    The other possibility would be to share the projects to iTunes and to download them to iTunes  on a Mac at the end of each lesson. Does your school have Macs? This will not work with PCs.
    See this link:  GarageBand for iPad: Get answers fast http://help.apple.com/garageband/ipad/1.2/index.html#chsec12c387
    Look at the section "Share GarageBand songs",   
    Send a GarageBand song to iTunes:
    -- Léonie

  • I am about to buy a new computer and I noticed that the system comes with Windows8. I have Photoshop CS6 for windows 7. My question is can this be loaded onto the new windows 8 and if so what steps do i have to take?. Are there any things to avoid?

    I am about to buy a new computer and have noticed that the system comes with Windows 8. I have Photoshop CS6 for windows 7.
    I would like to know if this can be loaded on the new system? and what steps I need to take to ensure it functions correctly.

    Windows 8 meets Photoshop CS6 system requirements, see the link below
    System requirements | Photoshop

  • Questions about the future directions of InfoPath and Microsoft Access

    Because I have been confused about the future directions of InfoPath and Access, I wrote a short blog post, which I have pasted below.  My question is, can Microsoft provide some more guidance on Access vs InfoPath?  If Access is indeed the
    the future direction, can you please provide some pointers to resources that can help us transition.
    A Short Review of MS Access,  SharePoint ,InfoPath (2013)
    After the November 2012 SharePoint Conference in Las Vegas (#spc12) there were a number of blog posts and people saying that Access 2013 was great and would be replacing InfoPath.
    Marc Anderson and
    Ruven
    Gotz have short posts summarizing #SPC12 and touch on the subject of InfoPath and Access.  I also spoke with several individuals shortly after #SPC12 and they were excited about Access 2013.
    Since I rely heavily on InfoPath for much of what I do, I wanted to kick the tires and see what everyone was talking about.  First, a few notes about SharePoint 2013 and Office 2013.
    Microsoft should rename Access:  If you have tried to
    bing the word Access, then you know that the search results are overwhelming,  because the word "access" is used for so many other purposes.
    Use the RTM version of Office 2013! I was performing  my investigations by leveraging the Office 365 Beta and the Office Applications that come with it.  Not much was working!  After I uninstalled the Beta
    version of Office 2013 and Installed the RTM version everything seemed to work. 
    Windows 7 and IE 9.0: The drag & drop that is being touted as
    "manna from heaven" seems to work well with Firefox, Safari, Chrome, and IE 10, but it does
    not work with IE 9!
    Non Microsoft browsers are still second class citizens (except for the drag & drop):  Microsoft has finally done away with the Active X's for datasheet view (that is brilliant!)  One can now see the newly
    minted datasheet view in many browsers.  But I still find that one needs to be in IE to do a number of key manual opeartions.  For example pasting numerous rows of data from a spreadsheet into the new sheet view works only in IE.
    Access 2013
    Microsoft Access is touted as a non developer tool.  I know a number of people who are on the business side and love Access.  These people will like the renewed energy that Microsoft has applied to Access.   One should note that conceptually
    this functionality existed  in SharePoint 2010.  Here is what I see that is new:
    +The new version works better:Although I haven't tested it fully, it seems that many more features that work on the Desktop version of Access, now work in the published Web Application which is hosted by SharePoint 2013.
    +The new version has fairly robust browser based forms: End users can now fill in data using forms that are rendered in the browser.
    +The published version that resides in SharePoint now uses its own SQL server tables.  So the engine appears to be SQL Server, not a modified version of Access built for a server.  This stands to be quite robust, but I imagine
    that some quirks will surface due to new model.
    The limitations are:
    - Access is pretty much its own application and does not integrate with SharePoint building blocks.  For example, an Access table is not easy to integrate with a SharePoint workflow.  Further, although  Access forms now are visible
    in a browser, they are not nearly as rich as InfoPath forms.  InfoPath forms cannot easily integrate with the Access tables.  In order to integrate SharePoint features and Access, one needs to tie SharePoint list(s) to Access as data sources. 
    This overcomplicates the model and one may very well run into synchronization issues.
    In short, although I believe there will be some people who will be happy with newly minted Access, I do not think that Access will be able to replace InfoPath and Workflow technologies.  I do agree that Microsoft does not seem to have put much energy into
    InfoPath.  If they leave a vacuum in this space, then others may very well take over, for instance Nintex Forms.

    Although I agree with the comments made by Ruven and Marc after the conference please note that those blog posts are their own personal opinions and that they don't work for Microsoft.  A lot of people have asked Microsoft to clarify the future of InfoPath
    and the response up until now has been a deafening silence.  In my opinion speculations about Access replacing InfoPath are premature.
    I should also point out that most of your comments about Access 2013 above are actually about Access Services in SharePoint Server 2013.  Access Services are NOT Access they are a shared service offering in SharePoint that convert and publish Access
    databases and forms.  As you point out once an Access database is published through Access services it is converted to SQL Server and no longer resides in Access.  Of course I don't work for Microsoft either so these are all just my personal opinion. 
    Having said that I doubt you will get the confirmation/response that you are hoping for from any official Microsoft channel.
    Paul Stork SharePoint Server
    MVP Principal Solutions Architect: BlueChip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • I down loaded about 100 cds to my library and I can no longer view the downloaded artwork it's shows a black picture or blank. How can I get the artwork back? Please help! Thank you

    I downloaded about 100 cds to my library and I can no longer view the downloaded artwork it's shows a black picture or blank. How can I get the artwork back? Please help! Thank you.

    Hi- apparently I also had a similar moment of madness and thought that 'freeride games' would be fun. Well, so much for that! It added a ton of things to my tool bar, I would like to uninstall it, any suggestions for this one?
    thanks :)

  • 2 of my movies are no longer working in my iTunes or on my iPod Touch, One doesn't play at all and the other gets to about 29:00 than stops working and I don't want to buy them again. What's happening?

    2 of my movies are no longer working in my iTunes or on my iPod Touch, One doesn't play at all and the other gets to about 29:00 than stops working and I don't want to buy them again. Then also when I added a non-iTunes movie and tried to have iTunes make an iPod/IPhone version it gave me error -4. What's happening to my movies?

    I also have to add that the right earbud only doesn't work on my phone while i'm listening to music. If I'm face timing it's okay. what the heck.

Maybe you are looking for

  • Asynchronous Business Object Event not triggering Workflow

    Hello everybody, I created a workflow for processing of inbound messages (IDoc). The workflow is correctly started when an IDoc arrives. Then it prepares some data and runs into a waiting step. After the user processes the messages via a custom trans

  • PHP Check box in Flash

    Hello all, I have a flash form that has three checkboxes and some input text boxes. My form uses a PHP script that works perfect for the text but not the Check boxes. I'm not using the checkbox component, I'm using a check box i got from flash kit. B

  • How to run IE8 on windows 7 professional that already have IE10 ?

    Dear all, I am using windows 7 professional and it already have Internet explorer 10  , but i want internet explorer 8 .>>....>> how to make it possible?  Please give some valuable suggestion. Regards, Vinay Yadav

  • Importing a pdf into photoshop CC and it corrupts the artwork slightly but in older photoshop version it does not corrupt?

    Hi When Importing a pdf into photoshop CC it corrupts the artwork slightly but in older photoshop version it does not corrupt? Please help as this corruption slightly marked the artwork, it was then printed and is going to cost my company thousands t

  • Will the query run Oracle 10g?

    Hi, Below is the structure of the emp and dept table.There is a query based on this, please let me know if this query will work ? Table EMP ========= EMPID NUMBER PRIMARY KEY, NAME ADDRESS Table DEPT ========== DEPTNO NUMBER, DEPTNAME select * from e