Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sip.conf
- [general]
- context=default
- dtmfmode=rfc2833
- relaxdtmf=yes
- rfc2833compensate=yest38pt_udptl = yes
- ; Register with provider for incoming calls
- register=>username:[email protected]/my-number
- [my-number]
- type=friend
- secret=xxxxxx
- defaultuser=xxxxxx
- host=sip.nettel.dk
- fromuser=xxxxxxx
- fromdomain=nettel.dk
- context=incoming
- insecure=invite,port
- dtmfmode=rfc2833
- qualify=yes
- directmedia=no
- t38pt_udptl=yes,redundancy
- disallow=all
- allow=alaw
- allow=ulaw
- Asterisk 13.13.1, Copyright (C) 1999 - 2014, Digium, Inc. and others.
- *CLI> fax show settings
- FAX For Asterisk Settings:
- ECM: Enabled
- Status Events: On
- Minimum Bit Rate: 2400
- Maximum Bit Rate: 14400
- Modem Modulations Allowed: V17,V27,V29
- T.38 Negotiation Timeout: 5000
- FAX Technology Modules:
- Spandsp (Spandsp FAX Driver) Settings:
- *CLI> sip show peer my-number
- * Name : my-number
- Description :
- Secret : <Set>
- MD5Secret : <Not set>
- Remote Secret: <Not set>
- Context : incoming
- Record On feature : automon
- Record Off feature : automon
- Subscr.Cont. : <Not set>
- Language :
- Tonezone : <Not set>
- AMA flags : Unknown
- Transfer mode: open
- CallingPres : Presentation Allowed, Not Screened
- FromUser : xxxxxxxx
- FromDomain : nettel.dk Port 5060
- Callgroup :
- Pickupgroup :
- Named Callgr :
- Nam. Pickupgr:
- MOH Suggest :
- Mailbox :
- VM Extension : asterisk
- LastMsgsSent : 0/0
- Call limit : 0
- Max forwards : 0
- Dynamic : No
- Callerid : "" <>
- MaxCallBR : 384 kbps
- Expire : -1
- Insecure : port,invite
- Force rport : Auto (No)
- Symmetric RTP: No
- ACL : No
- DirectMedACL : No
- T.38 support : Yes
- T.38 EC mode : Redundancy
- T.38 MaxDtgrm: 4294967295
- DirectMedia : No
- PromiscRedir : No
- User=Phone : No
- Video Support: No
- Text Support : No
- Ign SDP ver : No
- Trust RPID : No
- Send RPID : No
- Path support : No
- Path : N/A
- TrustIDOutbnd: Legacy
- Subscriptions: Yes
- Overlap dial : Yes
- DTMFmode : rfc2833
- Timer T1 : 500
- Timer B : 32000
- ToHost : sip.nettel.dk
- Addr->IP : 194.192.15.56:5060
- Defaddr->IP : (null)
- Prim.Transp. : UDP
- Allowed.Trsp : UDP
- Def. Username: xxxxxxxx
- SIP Options : (none)
- Codecs : (alaw|ulaw)
- Auto-Framing : No
- Status : OK (113 ms)
- Useragent :
- Reg. Contact :
- Qualify Freq : 60000 ms
- Keepalive : 0 ms
- Sess-Timers : Accept
- Sess-Refresh : uas
- Sess-Expires : 1800 secs
- Min-Sess : 90 secs
- RTP Engine : asterisk
- Parkinglot :
- Use Reason : No
- Encryption : No
- Trace of incoming FAX:
- <--- SIP read from UDP:194.192.15.56:5060 --->
- INVITE sip:my-number@my-ip-address:5060 SIP/2.0
- CSeq: 1 INVITE
- Via: SIP/2.0/UDP 194.192.15.56:5060;branch=z9hG4bK310959519696682224995421
- From: "+41225185576" <sip:[email protected]:5060>;tag=0931592224995421
- Call-ID: [email protected]
- To: <sip:my-number@my-ip-address:5060>
- Contact: <sip:194.192.15.56:5060;transport=udp>
- Allow: INVITE, ACK, OPTIONS, BYE, CANCEL, REGISTER, INFO, NOTIFY, MESSAGE, SUBSCRIBE, REFER, PUBLISH, UPDATE
- Content-Type: application/sdp
- Content-Length: 209
- Max-Forwards: 70
- v=0
- o=- 2289845697 2224995406 IN IP4 194.192.15.56
- s=VoipSIP
- c=IN IP4 194.192.15.56
- t=0 0
- m=audio 6418 RTP/AVP 8 101
- a=rtpmap:8 PCMA/8000
- a=rtpmap:101 telephone-event/8000
- a=fmtp:101 0-15
- a=sendrecv
- <------------->
- --- (11 headers 10 lines) ---
- Sending to 194.192.15.56:5060 (no NAT)
- Sending to 194.192.15.56:5060 (no NAT)
- Using INVITE request as basis request - [email protected]
- Found peer 'my-number' for '+41225185576' from 194.192.15.56:5060
- == Using SIP RTP CoS mark 5
- Found RTP audio format 8
- Found RTP audio format 101
- Found audio description format PCMA for ID 8
- Found audio description format telephone-event for ID 101
- Capabilities: us - (alaw|ulaw), peer - audio=(alaw)/video=(nothing)/text=(nothing), combined - (alaw)
- Non-codec capabilities (dtmf): us - 0x1 (telephone-event|), peer - 0x1 (telephone-event|), combined - 0x1 (telephone-event|)
- Peer audio RTP is at port 194.192.15.56:6418
- Looking for my-number in incoming (domain my-ip-address)
- sip_route_dump: route/path hop: <sip:194.192.15.56:5060;transport=udp>
- <--- Transmitting (no NAT) to 194.192.15.56:5060 --->
- SIP/2.0 100 Trying
- Via: SIP/2.0/UDP 194.192.15.56:5060;branch=z9hG4bK310959519696682224995421;received=194.192.15.56
- From: "+41225185576" <sip:[email protected]:5060>;tag=0931592224995421
- To: <sip:my-number@my-ip-address:5060>
- Call-ID: [email protected]
- CSeq: 1 INVITE
- Server: Asterisk PBX 13.13.1
- Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
- Supported: replaces, timer
- Contact: <sip:my-number@my-ip-address:5060>
- Content-Length: 0
- <------------>
- -- Executing [my-number@incoming:1] Log("SIP/my-number-00000002", "NOTICE,*** Call +41225185576 ***") in new stack
- [Feb 14 03:32:02] NOTICE[27551][C-00000002]: Ext. my-number:1 @ incoming: *** Call +41225185576 ***
- -- Executing [my-number@incoming:2] Answer("SIP/my-number-00000002", "") in new stack
- Audio is at 18406
- Adding codec alaw to SDP
- Adding non-codec 0x1 (telephone-event) to SDP
- <--- Reliably Transmitting (no NAT) to 194.192.15.56:5060 --->
- SIP/2.0 200 OK
- Via: SIP/2.0/UDP 194.192.15.56:5060;branch=z9hG4bK310959519696682224995421;received=194.192.15.56
- From: "+41225185576" <sip:[email protected]:5060>;tag=0931592224995421
- To: <sip:my-number@my-ip-address:5060>;tag=as29f92b25
- Call-ID: [email protected]
- CSeq: 1 INVITE
- Server: Asterisk PBX 13.13.1
- Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
- Supported: replaces, timer
- Contact: <sip:my-number@my-ip-address:5060>
- Content-Type: application/sdp
- Content-Length: 240
- v=0
- o=root 1151749796 1151749796 IN IP4 my-ip-address
- s=Asterisk PBX 13.13.1
- c=IN IP4 my-ip-address
- t=0 0
- m=audio 18406 RTP/AVP 8 101
- a=rtpmap:8 PCMA/8000
- a=rtpmap:101 telephone-event/8000
- a=fmtp:101 0-16
- a=maxptime:150
- a=sendrecv
- <------------>
- <--- SIP read from UDP:194.192.15.56:5060 --->
- INVITE sip:my-number@my-ip-address:5060 SIP/2.0
- CSeq: 1 INVITE
- Via: SIP/2.0/UDP 194.192.15.56:5060;branch=z9hG4bK310959551202442224995421
- From: "+41225185576" <sip:[email protected]:5060>;tag=0931592224995421
- Call-ID: [email protected]
- To: <sip:my-number@my-ip-address:5060>
- Contact: <sip:194.192.15.56:5060;transport=udp>
- Allow: INVITE, ACK, OPTIONS, BYE, CANCEL, REGISTER, INFO, NOTIFY, MESSAGE, SUBSCRIBE, REFER, PUBLISH, UPDATE
- Content-Type: application/sdp
- Content-Length: 209
- Max-Forwards: 70
- v=0
- o=- 2293553865 2224995421 IN IP4 194.192.15.56
- s=VoipSIP
- c=IN IP4 194.192.15.56
- t=0 0
- m=audio 6458 RTP/AVP 8 101
- a=rtpmap:8 PCMA/8000
- a=rtpmap:101 telephone-event/8000
- a=fmtp:101 0-15
- a=sendrecv
- <------------->
- --- (11 headers 10 lines) ---
- Sending to 194.192.15.56:5060 (no NAT)
- Sending to 194.192.15.56:5060 (no NAT)
- Using INVITE request as basis request - [email protected]
- Found peer 'my-number' for '+41225185576' from 194.192.15.56:5060
- == Using SIP RTP CoS mark 5
- Found RTP audio format 8
- Found RTP audio format 101
- Found audio description format PCMA for ID 8
- Found audio description format telephone-event for ID 101
- Capabilities: us - (alaw|ulaw), peer - audio=(alaw)/video=(nothing)/text=(nothing), combined - (alaw)
- Non-codec capabilities (dtmf): us - 0x1 (telephone-event|), peer - 0x1 (telephone-event|), combined - 0x1 (telephone-event|)
- Peer audio RTP is at port 194.192.15.56:6458
- Looking for my-number in incoming (domain my-ip-address)
- sip_route_dump: route/path hop: <sip:194.192.15.56:5060;transport=udp>
- <--- Transmitting (no NAT) to 194.192.15.56:5060 --->
- SIP/2.0 100 Trying
- Via: SIP/2.0/UDP 194.192.15.56:5060;branch=z9hG4bK310959551202442224995421;received=194.192.15.56
- From: "+41225185576" <sip:[email protected]:5060>;tag=0931592224995421
- To: <sip:my-number@my-ip-address:5060>
- Call-ID: [email protected]
- CSeq: 1 INVITE
- Server: Asterisk PBX 13.13.1
- Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
- Supported: replaces, timer
- Contact: <sip:my-number@my-ip-address:5060>
- Content-Length: 0
- <------------>
- -- Executing [my-number@incoming:1] Log("SIP/my-number-00000003", "NOTICE,*** Call +41225185576 ***") in new stack
- [Feb 14 03:32:02] NOTICE[27552][C-00000003]: Ext. my-number:1 @ incoming: *** Call +41225185576 ***
- -- Executing [my-number@incoming:2] Answer("SIP/my-number-00000003", "") in new stack
- Audio is at 16202
- Adding codec alaw to SDP
- Adding non-codec 0x1 (telephone-event) to SDP
- <--- Reliably Transmitting (no NAT) to 194.192.15.56:5060 --->
- SIP/2.0 200 OK
- Via: SIP/2.0/UDP 194.192.15.56:5060;branch=z9hG4bK310959551202442224995421;received=194.192.15.56
- From: "+41225185576" <sip:[email protected]:5060>;tag=0931592224995421
- To: <sip:my-number@my-ip-address:5060>;tag=as500cef67
- Call-ID: [email protected]
- CSeq: 1 INVITE
- Server: Asterisk PBX 13.13.1
- Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
- Supported: replaces, timer
- Contact: <sip:my-number@my-ip-address:5060>
- Content-Type: application/sdp
- Content-Length: 238
- v=0
- o=root 843246073 843246073 IN IP4 my-ip-address
- s=Asterisk PBX 13.13.1
- c=IN IP4 my-ip-address
- t=0 0
- m=audio 16202 RTP/AVP 8 101
- a=rtpmap:8 PCMA/8000
- a=rtpmap:101 telephone-event/8000
- a=fmtp:101 0-16
- a=maxptime:150
- a=sendrecv
- <------------>
- Retransmitting #1 (no NAT) to 194.192.15.56:5060:
- SIP/2.0 200 OK
- Via: SIP/2.0/UDP 194.192.15.56:5060;branch=z9hG4bK310959519696682224995421;received=194.192.15.56
- From: "+41225185576" <sip:[email protected]:5060>;tag=0931592224995421
- To: <sip:my-number@my-ip-address:5060>;tag=as29f92b25
- Call-ID: [email protected]
- CSeq: 1 INVITE
- Server: Asterisk PBX 13.13.1
- Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
- Supported: replaces, timer
- Contact: <sip:my-number@my-ip-address:5060>
- Content-Type: application/sdp
- Content-Length: 240
- v=0
- o=root 1151749796 1151749796 IN IP4 my-ip-address
- s=Asterisk PBX 13.13.1
- c=IN IP4 my-ip-address
- t=0 0
- m=audio 18406 RTP/AVP 8 101
- a=rtpmap:8 PCMA/8000
- a=rtpmap:101 telephone-event/8000
- a=fmtp:101 0-16
- a=maxptime:150
- a=sendrecv
- ---
- Retransmitting #1 (no NAT) to 194.192.15.56:5060:
- SIP/2.0 200 OK
- Via: SIP/2.0/UDP 194.192.15.56:5060;branch=z9hG4bK310959551202442224995421;received=194.192.15.56
- From: "+41225185576" <sip:[email protected]:5060>;tag=0931592224995421
- To: <sip:my-number@my-ip-address:5060>;tag=as500cef67
- Call-ID: [email protected]
- CSeq: 1 INVITE
- Server: Asterisk PBX 13.13.1
- Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
- Supported: replaces, timer
- Contact: <sip:my-number@my-ip-address:5060>
- Content-Type: application/sdp
- Content-Length: 238
- v=0
- o=root 843246073 843246073 IN IP4 my-ip-address
- s=Asterisk PBX 13.13.1
- c=IN IP4 my-ip-address
- t=0 0
- m=audio 16202 RTP/AVP 8 101
- a=rtpmap:8 PCMA/8000
- a=rtpmap:101 telephone-event/8000
- a=fmtp:101 0-16
- a=maxptime:150
- a=sendrecv
- ---
- <--- SIP read from UDP:194.192.15.56:5060 --->
- CANCEL sip:my-number@my-ip-address:5060 SIP/2.0
- CSeq: 1 CANCEL
- Via: SIP/2.0/UDP 194.192.15.56:5060;branch=z9hG4bK310959551202442224995421
- From: "+41225185576" <sip:[email protected]:5060>;tag=0931592224995421
- Call-ID: [email protected]
- To: <sip:my-number@my-ip-address:5060>
- Contact: <sip:194.192.15.56:5060;transport=udp>
- Content-Length: 0
- Max-Forwards: 70
- <------------->
- --- (9 headers 0 lines) ---
- Sending to 194.192.15.56:5060 (no NAT)
- <--- Transmitting (no NAT) to 194.192.15.56:5060 --->
- SIP/2.0 200 OK
- Via: SIP/2.0/UDP 194.192.15.56:5060;branch=z9hG4bK310959551202442224995421;received=194.192.15.56
- From: "+41225185576" <sip:[email protected]:5060>;tag=0931592224995421
- To: <sip:my-number@my-ip-address:5060>;tag=as500cef67
- Call-ID: [email protected]
- CSeq: 1 CANCEL
- Server: Asterisk PBX 13.13.1
- Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
- Supported: replaces, timer
- Content-Length: 0
- <------------>
- <--- SIP read from UDP:194.192.15.56:5060 --->
- BYE sip:my-number@my-ip-address:5060 SIP/2.0
- CSeq: 2 BYE
- Via: SIP/2.0/UDP 194.192.15.56:5060;branch=z9hG4bK310959519696682224995546
- From: "+41225185576" <sip:[email protected]:5060>;tag=0931592224995421
- Call-ID: [email protected]
- To: <sip:my-number@my-ip-address:5060>;tag=as29f92b25
- Contact: <sip:194.192.15.56:5060;transport=udp>
- Content-Length: 0
- Max-Forwards: 70
- <------------->
- --- (9 headers 0 lines) ---
- <--- Reliably Transmitting (no NAT) to 194.192.15.56:5060 --->
- SIP/2.0 487 Request Terminated
- Via: SIP/2.0/UDP 194.192.15.56:5060;branch=z9hG4bK310959519696682224995421;received=194.192.15.56
- From: "+41225185576" <sip:[email protected]:5060>;tag=0931592224995421
- To: <sip:my-number@my-ip-address:5060>;tag=as29f92b25
- Call-ID: [email protected]
- CSeq: 1 INVITE
- Server: Asterisk PBX 13.13.1
- Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
- Supported: replaces, timer
- Content-Length: 0
- <------------>
- Sending to 194.192.15.56:5060 (no NAT)
- Scheduling destruction of SIP dialog '[email protected]' in 7232 ms (Method: BYE)
- <--- Transmitting (no NAT) to 194.192.15.56:5060 --->
- SIP/2.0 200 OK
- Via: SIP/2.0/UDP 194.192.15.56:5060;branch=z9hG4bK310959519696682224995546;received=194.192.15.56
- From: "+41225185576" <sip:[email protected]:5060>;tag=0931592224995421
- To: <sip:my-number@my-ip-address:5060>;tag=as29f92b25
- Call-ID: [email protected]
- CSeq: 2 BYE
- Server: Asterisk PBX 13.13.1
- Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
- Supported: replaces, timer
- Content-Length: 0
- <------------>
- == Spawn extension (incoming, my-number, 2) exited non-zero on 'SIP/my-number-00000002'
- > 0x7fed500129b0 -- Probation passed - setting RTP source address to 194.192.15.56:6458
- -- Executing [my-number@incoming:3] Wait("SIP/my-number-00000003", "2") in new stack
- <--- SIP read from UDP:194.192.15.56:5060 --->
- ACK sip:my-number@my-ip-address:5060 SIP/2.0
- CSeq: 1 ACK
- Via: SIP/2.0/UDP 194.192.15.56:5060;branch=z9hG4bK310959627188362224995609
- From: "+41225185576" <sip:[email protected]:5060>;tag=0931592224995421
- Call-ID: [email protected]
- To: <sip:my-number@my-ip-address:5060>;tag=as500cef67
- Contact: <sip:194.192.15.56:5060;transport=udp>
- Content-Length: 0
- Max-Forwards: 70
- <------------->
- --- (9 headers 0 lines) ---
- <--- SIP read from UDP:194.192.15.56:5060 --->
- ACK sip:my-number@my-ip-address:5060 SIP/2.0
- CSeq: 1 ACK
- Via: SIP/2.0/UDP 194.192.15.56:5060;branch=z9hG4bK310959627188362224995609
- From: "+41225185576" <sip:[email protected]:5060>;tag=0931592224995421
- Call-ID: [email protected]
- To: <sip:my-number@my-ip-address:5060>;tag=as500cef67
- Contact: <sip:194.192.15.56:5060;transport=udp>
- Content-Length: 0
- Max-Forwards: 70
- <------------->
- --- (9 headers 0 lines) ---
- <--- SIP read from UDP:194.192.15.56:5060 --->
- ACK sip:my-number@my-ip-address:5060 SIP/2.0
- CSeq: 2 ACK
- Via: SIP/2.0/UDP 194.192.15.56:5060;branch=z9hG4bK310959519696682224995546
- From: "+41225185576" <sip:[email protected]:5060>;tag=0931592224995421
- Call-ID: [email protected]
- To: <sip:my-number@my-ip-address:5060>;tag=as29f92b25
- Contact: <sip:194.192.15.56:5060;transport=udp>
- Content-Length: 0
- Max-Forwards: 70
- <------------->
- --- (9 headers 0 lines) ---
- -- Executing [my-number@incoming:4] ReceiveFAX("SIP/my-number-00000003", "/tmp/incoming-fax.tiff,df") in new stack
- -- Channel 'SIP/my-number-00000003' receiving FAX '/tmp/incoming-fax.tiff'
- == Using UDPTL CoS mark 5
- set_destination: Parsing <sip:194.192.15.56:5060;transport=udp> for address/port to send to
- set_destination: set destination to 194.192.15.56:5060
- Reliably Transmitting (no NAT) to 194.192.15.56:5060:
- INVITE sip:194.192.15.56:5060;transport=udp SIP/2.0
- Via: SIP/2.0/UDP my-ip-address:5060;branch=z9hG4bK0d7e4eec
- Max-Forwards: 70
- From: <sip:my-number@my-ip-address:5060>;tag=as500cef67
- To: "+41225185576" <sip:[email protected]:5060>;tag=0931592224995421
- Contact: <sip:my-number@my-ip-address:5060>
- Call-ID: [email protected]
- CSeq: 102 INVITE
- User-Agent: Asterisk PBX 13.13.1
- Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
- Supported: replaces, timer
- X-asterisk-Info: SIP re-invite (External RTP bridge)
- Content-Type: application/sdp
- Content-Length: 270
- v=0
- o=root 843246073 843246074 IN IP4 my-ip-address
- s=Asterisk PBX 13.13.1
- c=IN IP4 my-ip-address
- t=0 0
- m=image 4477 udptl t38
- a=T38FaxVersion:0
- a=T38MaxBitRate:14400
- a=T38FaxRateManagement:transferredTCF
- a=T38FaxMaxDatagram:1400
- a=T38FaxUdpEC:t38UDPRedundancy
- ---
- Retransmitting #1 (no NAT) to 194.192.15.56:5060:
- INVITE sip:194.192.15.56:5060;transport=udp SIP/2.0
- Via: SIP/2.0/UDP my-ip-address:5060;branch=z9hG4bK0d7e4eec
- Max-Forwards: 70
- From: <sip:my-number@my-ip-address:5060>;tag=as500cef67
- To: "+41225185576" <sip:[email protected]:5060>;tag=0931592224995421
- Contact: <sip:my-number@my-ip-address:5060>
- Call-ID: [email protected]
- CSeq: 102 INVITE
- User-Agent: Asterisk PBX 13.13.1
- Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
- Supported: replaces, timer
- X-asterisk-Info: SIP re-invite (External RTP bridge)
- Content-Type: application/sdp
- Content-Length: 270
- v=0
- o=root 843246073 843246074 IN IP4 my-ip-address
- s=Asterisk PBX 13.13.1
- c=IN IP4 my-ip-address
- t=0 0
- m=image 4477 udptl t38
- a=T38FaxVersion:0
- a=T38MaxBitRate:14400
- a=T38FaxRateManagement:transferredTCF
- a=T38FaxMaxDatagram:1400
- a=T38FaxUdpEC:t38UDPRedundancy
- ---
- <--- SIP read from UDP:194.192.15.56:5060 --->
- SIP/2.0 100 Trying
- CSeq: 102 INVITE
- Via: SIP/2.0/UDP my-ip-address:5060;branch=z9hG4bK0d7e4eec
- From: <sip:my-number@my-ip-address:5060>;tag=as500cef67
- Call-ID: [email protected]
- To: "+41225185576" <sip:[email protected]:5060>;tag=0931592224995421
- Content-Length: 0
- <------------->
- --- (7 headers 0 lines) ---
- <--- SIP read from UDP:194.192.15.56:5060 --->
- SIP/2.0 200 OK
- CSeq: 102 INVITE
- Via: SIP/2.0/UDP my-ip-address:5060;branch=z9hG4bK0d7e4eec
- From: <sip:my-number@my-ip-address:5060>;tag=as500cef67
- Call-ID: [email protected]
- To: "+41225185576" <sip:[email protected]:5060>;tag=0931592224995421
- Contact: <sip:194.192.15.56:5060;transport=udp>
- Allow: INVITE, ACK, OPTIONS, BYE, CANCEL, REGISTER, INFO, NOTIFY, MESSAGE, SUBSCRIBE, REFER, PUBLISH, UPDATE
- Content-Type: application/sdp
- Content-Length: 487
- v=0
- o=- 2293553865 2224995422 IN IP4 194.192.15.56
- s=VoipSIP
- c=IN IP4 194.192.15.56
- t=0 0
- m=image 6458 udptl t38
- a=T38FaxVersion:0
- a=T38FaxRateManagement:transferredTCF
- a=T38FaxMaxDatagram:160
- a=T38FaxUdpEC:t38UDPRedundancy
- a=sqn:0
- a=cdsc: 1 audio RTP/AVP 8 101
- a=cdsc: 3 image udptl t38
- a=cpar: a=T38FaxVersion:0
- a=cpar: a=T38FaxRateManagement:transferredTCF
- a=cpar: a=T38FaxMaxDatagram:160
- a=cpar: a=T38FaxUdpEC:t38UDPRedundancy
- a=X-sqn:0
- a=X-cap: 1 image udptl t38
- <------------->
- --- (10 headers 19 lines) ---
- <--- SIP read from UDP:194.192.15.56:5060 --->
- SIP/2.0 200 OK
- CSeq: 102 INVITE
- Via: SIP/2.0/UDP my-ip-address:5060;branch=z9hG4bK0d7e4eec
- From: <sip:my-number@my-ip-address:5060>;tag=as500cef67
- Call-ID: [email protected]
- To: "+41225185576" <sip:[email protected]:5060>;tag=0931592224995421
- Contact: <sip:194.192.15.56:5060;transport=udp>
- Allow: INVITE, ACK, OPTIONS, BYE, CANCEL, REGISTER, INFO, NOTIFY, MESSAGE, SUBSCRIBE, REFER, PUBLISH, UPDATE
- Content-Type: application/sdp
- Content-Length: 487
- v=0
- o=- 2293553865 2224995422 IN IP4 194.192.15.56
- s=VoipSIP
- c=IN IP4 194.192.15.56
- t=0 0
- m=image 6458 udptl t38
- a=T38FaxVersion:0
- a=T38FaxRateManagement:transferredTCF
- a=T38FaxMaxDatagram:160
- a=T38FaxUdpEC:t38UDPRedundancy
- a=sqn:0
- a=cdsc: 1 audio RTP/AVP 8 101
- a=cdsc: 3 image udptl t38
- a=cpar: a=T38FaxVersion:0
- a=cpar: a=T38FaxRateManagement:transferredTCF
- a=cpar: a=T38FaxMaxDatagram:160
- a=cpar: a=T38FaxUdpEC:t38UDPRedundancy
- a=X-sqn:0
- a=X-cap: 1 image udptl t38
- <------------->
- --- (10 headers 19 lines) ---
- set_destination: Parsing <sip:194.192.15.56:5060;transport=udp> for address/port to send to
- set_destination: set destination to 194.192.15.56:5060
- Transmitting (no NAT) to 194.192.15.56:5060:
- ACK sip:194.192.15.56:5060;transport=udp SIP/2.0
- Via: SIP/2.0/UDP my-ip-address:5060;branch=z9hG4bK6d349b41
- Max-Forwards: 70
- From: <sip:my-number@my-ip-address:5060>;tag=as500cef67
- To: "+41225185576" <sip:[email protected]:5060>;tag=0931592224995421
- Contact: <sip:my-number@my-ip-address:5060>
- Call-ID: [email protected]
- CSeq: 102 ACK
- User-Agent: Asterisk PBX 13.13.1
- Content-Length: 0
- ---
- Really destroying SIP dialog '[email protected]' Method: BYE
- [Feb 14 03:32:12] WARNING[27552][C-00000003]: res_fax.c:1947 receivefax_t38_init: channel 'SIP/my-number-00000003' timed-out during the T.38 negotiation.
- Channel 'SIP/my-number-00000003' fax session '1', [ 000.220059 ], stack sent 10 frames (200 ms) of silence.
- Channel 'SIP/my-number-00000003' fax session '1', [ 002.820110 ], stack sent 130 frames (2600 ms) of energy.
- Channel 'SIP/my-number-00000003' fax session '1', [ 002.880090 ], stack sent 3 frames (60 ms) of silence.
- Channel 'SIP/my-number-00000003' fax session '1', [ 004.960089 ], stack sent 104 frames (2080 ms) of energy.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement