Sip connection alcatel and fax, fax not working

Hello Folks,
I have succesfully put asterisk and alcatel pbx together , ican talk from alkatel to asterisk and vice versa
What I want is send incoming faxes through alcatel to asterisk.
But I can’t succeed, something complaining about no audio, pse can someone help

asterisk 1.6 and also 10.0 beta.
sip:

[trunk-novo]
type=peer
host=10.0.0.246
t38pt_udptl = yes
;username=354
;secret=354
qualify=yes
canreinvite=yes
;t38pt_usertpsource=yes ; Use the source IP address of RTP as the destination IP address for UDPTL packets
;t38pt_rtp=no
;t38pt_tcp=no

also t38pt_udptl = yes in general and faxdetect = t38

extensions:
exten => 359,1,Goto(inboundfax,s,1)

inboundfax]
exten => s,1,NoOp(**** FAX RECEIVED from ${CALLERID(num)} ${STRFTIME(${EPOCH},%c)} )
exten => s,n,Set(FAXOPT(ecm)=yes)
exten => s,n,Set(FILENAME=fax-${STRFTIME(${EPOCH},%Y%m%d-%H%M%S)}-${CALLERID(num)})
exten => s,n,Set(FAXFILE=${FILENAME}.tif)
exten => s,n,Set(FAXOPT(ecm)=yes)
exten => s,n,Set(FAXOPT(headerinfo)=Received by MYCOMPANY ${STRFTIME(${EPOCH},%Y-%m-%d %H:%M)})
exten => s,n,Set(FAXOPT(localstationid)=0331234567)
exten => s,n,Set(FAXOPT(maxrate)=14400)
exten => s,n,Set(FAXOPT(minrate)=2400)
exten => s,n,NoOp(FAXOPT(ecm) : ${FAXOPT(ecm)})
exten => s,n,NoOp(FAXOPT(headerinfo) : ${FAXOPT(headerinfo)})
exten => s,n,NoOp(FAXOPT(localstationid) : ${FAXOPT(localstationid)})
exten => s,n,NoOp(FAXOPT(maxrate) : ${FAXOPT(maxrate)})
exten => s,n,NoOp(FAXOPT(minrate) : ${FAXOPT(minrate)})
exten => s,n,NoOp(
RECEIVING FAX : ${FAXFILE} ****)
;exten => s,n,ReceiveFAX(/var/spool/asterisk/fax/${FAXFILE},d)
exten => s,n,ReceiveFAX(/tmp/${FAXFILE},d)
exten => s,n,Hangup()
exten => h,1,NoOp(FAXOPT(ecm) : ${FAXOPT(ecm)})

dump:
Asterisk 10.0.0-beta1, Copyright © 1999 - 2011 Digium, Inc. and others.
Created by Mark Spencer markster@digium.com
Asterisk comes with ABSOLUTELY NO WARRANTY; type ‘core show warranty’ for details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it under
certain conditions. Type ‘core show license’ for details.

[ Booting…
[ Reading Master Configuration ]
e[0;37m[ Initializing Custom Configuration Options ]
[Aug 25 14:14:15] e[1;31mWARNINGe[0m[16455]: e[1;37mhttp.ce[0m:e[1;37m1058e[0m e[1;37m__ast_http_loade[0m: Got 1 addresses
[Aug 25 14:14:16] e[1;33mNOTICEe[0m[16455]: e[1;37mcdr.ce[0m:e[1;37m1558e[0m e[1;37mdo_reloade[0m: CDR simple logging enabled.
[Aug 25 14:14:16] e[1;33mNOTICEe[0m[16455]: e[1;37mloader.ce[0m:e[1;37m1118e[0m e[1;37mload_modulese[0m: 182 modules will be loaded.
.[Aug 25 14:14:17] e[1;33mNOTICEe[0m[16455]: e[1;37mres_smdi.ce[0m:e[1;37m1418e[0m e[1;37mload_modulee[0m: No SMDI interfaces are available to listen on, not starting SMDI listener.
…[Aug 25 14:14:17] e[1;31mWARNINGe[0m[16455]: e[1;37mloader.ce[0m:e[1;37m387e[0m e[1;37mload_dynamic_modulee[0m: Error loading module ‘res_pktccops’: /usr/lib/asterisk/modules/res_pktccops.so: cannot open shared object file: No such file or directory
[Aug 25 14:14:17] e[1;31mWARNINGe[0m[16455]: e[1;37mloader.ce[0m:e[1;37m449e[0m e[1;37mload_dynamic_modulee[0m: Error loading module ‘chan_mgcp.so’: /usr/lib/asterisk/modules/chan_mgcp.so: undefined symbol: ast_pktccops_gate_alloc
[Aug 25 14:14:17] e[1;31mWARNINGe[0m[16455]: e[1;37mloader.ce[0m:e[1;37m839e[0m e[1;37mload_resourcee[0m: Module ‘chan_mgcp.so’ could not be loaded.
…[Aug 25 14:14:18] e[1;33mNOTICEe[0m[16455]: e[1;37mchan_skinny.ce[0m:e[1;37m7673e[0m e[1;37mconfig_loade[0m: Configuring skinny from skinny.conf
.SIP channel loading…
.[Aug 25 14:14:18] e[1;33mNOTICEe[0m[16579]: e[1;37mchan_sip.ce[0m:e[1;37m20680e[0m e[1;37mhandle_response_peerpokee[0m: Peer ‘801’ is now Reachable. (13ms / 2000ms)
[Aug 25 14:14:18] e[1;33mNOTICEe[0m[16579]: e[1;37mchan_sip.ce[0m:e[1;37m20680e[0m e[1;37mhandle_response_peerpokee[0m: Peer ‘trunk-novo’ is now Reachable. (36ms / 2000ms)
…e[1;30m == e[0mAliased CLI command ‘hangup request’ to 'channel request hangup’
e[1;30m == e[0mAliased CLI command ‘originate’ to 'channel originate’
e[1;30m == e[0mAliased CLI command ‘help’ to 'core show help’
e[1;30m == e[0mAliased CLI command ‘pri intense debug span’ to 'pri set debug 2 span’
e[1;30m == e[0mAliased CLI command ‘reload’ to ‘module reload’
…[Aug 25 14:14:18] e[1;33mNOTICEe[0m[16455]: e[1;37mpbx_ael.ce[0m:e[1;37m164e[0m e[1;37mpbx_load_modulee[0m: Starting AEL load process.
[Aug 25 14:14:18] e[1;33mNOTICEe[0m[16455]: e[1;37mpbx_ael.ce[0m:e[1;37m177e[0m e[1;37mpbx_load_modulee[0m: AEL load process: parsed config file name ‘/etc/asterisk/extensions.ael’.
[Aug 25 14:14:18] e[1;33mNOTICEe[0m[16455]: e[1;37mpbx_ael.ce[0m:e[1;37m180e[0m e[1;37mpbx_load_modulee[0m: AEL load process: checked config file name ‘/etc/asterisk/extensions.ael’.
[Aug 25 14:14:18] e[1;33mNOTICEe[0m[16455]: e[1;37mpbx_ael.ce[0m:e[1;37m187e[0m e[1;37mpbx_load_modulee[0m: AEL load process: compiled config file name ‘/etc/asterisk/extensions.ael’.
[Aug 25 14:14:18] e[1;33mNOTICEe[0m[16455]: e[1;37mpbx_ael.ce[0m:e[1;37m192e[0m e[1;37mpbx_load_modulee[0m: AEL load process: merged config file name ‘/etc/asterisk/extensions.ael’.
[Aug 25 14:14:18] e[1;33mNOTICEe[0m[16455]: e[1;37mpbx_ael.ce[0m:e[1;37m195e[0m e[1;37mpbx_load_modulee[0m: AEL load process: verified config file name ‘/etc/asterisk/extensions.ael’.
…e[1;30m e[0m]
e[1;37mAsterisk Ready.
e[0me]1;Asteriskae]2;Asterisk Console on ‘heering’ (pid 16455)a*CLI> sip set debug on
e[0;37mSIP Debugging enabled
*CLI> udptl set debug on
e[0;37mUDPTL Debugging Enabled
*CLI> rtp set debug on
e[0;37mRTP Debugging Enabled
*CLI> fax set debug on
e[0;37m

FAX Debug Enabled

*CLI> core se[Kset verbose 9
e[0;37mVerbosity was 0 and is now 9
*CLI> cose[Kre set debug 9
e[0;37mCore debug was 0 and is now 9
*CLI> Reliably Transmitting (no NAT) to 192.168.1.161:5060:
OPTIONS sip:801@192.168.1.161:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.100:5060;branch=z9hG4bK0c691430
Max-Forwards: 70
From: “asterisk” sip:asterisk@192.168.1.100;tag=as3b8092d5
To: sip:801@192.168.1.161:5060
Contact: sip:asterisk@192.168.1.100:5060
Call-ID: 3e1f11c47c40eacd7e16bbd318cdab18@192.168.1.100:5060
CSeq: 102 OPTIONS
User-Agent: Asterisk PBX 10.0.0-beta1
Date: Thu, 25 Aug 2011 12:15:18 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
Supported: replaces, timer
Content-Length: 0


<— SIP read from UDP:192.168.1.161:5060 —>
SIP/2.0 200 OK
To: sip:801@192.168.1.161:5060;tag=e84c292467207e88i0
From: “asterisk” sip:asterisk@192.168.1.100;tag=as3b8092d5
Call-ID: 3e1f11c47c40eacd7e16bbd318cdab18@192.168.1.100:5060
CSeq: 102 OPTIONS
Via: SIP/2.0/UDP 192.168.1.100:5060;branch=z9hG4bK0c691430
Server: Sipura/SPA921-4.1.10(b)
Content-Length: 0
Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER

<------------->
— (9 headers 0 lines) —
Really destroying SIP dialog ‘3e1f11c47c40eacd7e16bbd318cdab18@192.168.1.100:5060’ Method: OPTIONS
Reliably Transmitting (no NAT) to 10.0.0.246:5060:
OPTIONS sip:10.0.0.246 SIP/2.0
Via: SIP/2.0/UDP 10.0.0.100:5060;branch=z9hG4bK7110c8fe
Max-Forwards: 70
From: “asterisk” sip:asterisk@10.0.0.100;tag=as0613f08a
To: sip:10.0.0.246
Contact: sip:asterisk@10.0.0.100:5060
Call-ID: 256e579756667e5e3cb6df507d43a48b@10.0.0.100:5060
CSeq: 102 OPTIONS
User-Agent: Asterisk PBX 10.0.0-beta1
Date: Thu, 25 Aug 2011 12:15:18 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
Supported: replaces, timer
Content-Length: 0


<— SIP read from UDP:10.0.0.246:5060 —>
SIP/2.0 200 OK
Allow: INVITE, ACK, CANCEL, BYE, OPTIONS, PRACK, REFER, NOTIFY
Contact: sip:10.0.0.246
Supported: 100rel
User-Agent: OxO_GW_600/017.002
P-Asserted-Identity: sip:10.0.0.246
Privacy: user;id
To: sip:10.0.0.246;tag=ff288f975e051411ffde49f4890790c2
From: “asterisk” sip:asterisk@10.0.0.100;tag=as0613f08a
Call-ID: 256e579756667e5e3cb6df507d43a48b@10.0.0.100:5060
CSeq: 102 OPTIONS
Via: SIP/2.0/UDP 10.0.0.100:5060;branch=z9hG4bK7110c8fe
Content-Length: 0

<------------->
— (13 headers 0 lines) —
Really destroying SIP dialog ‘256e579756667e5e3cb6df507d43a48b@10.0.0.100:5060’ Method: OPTIONS

<— SIP read from UDP:10.0.0.246:5060 —>
INVITE sip:359@10.0.0.100 SIP/2.0
Supported: 100rel,timer
User-Agent: OxO_GW_600/017.002
Session-Expires: 43200
P-Asserted-Identity: “sipfax 359” sip:+31523624357@10.0.0.246
To: sip:359@10.0.0.100
From: “sipfax 359” sip:+31523624357@10.0.0.246;tag=af89368cba6ee2498daa457a0ab97534
Contact: “sipfax 359” sip:+31523624357@10.0.0.246
Content-Type: application/sdp
Call-ID: 09814842f57879346ed3b15e73703e3c@10.0.0.246
CSeq: 153831031 INVITE
Via: SIP/2.0/udp 10.0.0.246;branch=z9hG4bK7ee7ea8f3f0aaf006404b5bb3bd22db4
Max-Forwards: 70
Content-Length: 204

v=0
o=default 1314274493 1314274493 IN IP4 10.0.0.246
s=-
c=IN IP4 10.0.0.246
t=0 0
m=audio 32000 RTP/AVP 18 106 4 8 0
a=sendrecv
a=rtpmap:106 telephone-event/8000
a=fmtp:106 0-15
a=maxptime:90
<------------->
— (14 headers 10 lines) —
e[1;30m == e[0mUsing UDPTL CoS mark 5
Sending to 10.0.0.246:5060 (no NAT)
Using INVITE request as basis request - 09814842f57879346ed3b15e73703e3c@10.0.0.246
Found peer ‘trunk-novo’ for ‘+31523624357’ from 10.0.0.246:5060
e[1;30m == e[0mUsing SIP RTP CoS mark 5
Found RTP audio format 18
Found RTP audio format 106
Found RTP audio format 4
Found RTP audio format 8
Found RTP audio format 0
Found audio description format telephone-event for ID 106
Capabilities: us - (gsm|ulaw|alaw|h263|testlaw), peer - audio=(g723|ulaw|alaw|g729)/video=(nothing)/text=(nothing), combined - (ulaw|alaw)
Non-codec capabilities (dtmf): us - 0x1 (telephone-event|), peer - 0x1 (telephone-event|), combined - 0x1 (telephone-event|)
Peer audio RTP is at port 10.0.0.246:32000
Looking for 359 in default (domain 10.0.0.100)
list_route: hop: sip:+31523624357@10.0.0.246

<— Transmitting (no NAT) to 10.0.0.246:5060 —>
SIP/2.0 100 Trying
Via: SIP/2.0/udp 10.0.0.246;branch=z9hG4bK7ee7ea8f3f0aaf006404b5bb3bd22db4;received=10.0.0.246
From: “sipfax 359” sip:+31523624357@10.0.0.246;tag=af89368cba6ee2498daa457a0ab97534
To: sip:359@10.0.0.100
Call-ID: 09814842f57879346ed3b15e73703e3c@10.0.0.246
CSeq: 153831031 INVITE
Server: Asterisk PBX 10.0.0-beta1
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
Supported: replaces, timer
Session-Expires: 1800;refresher=uas
Contact: sip:359@10.0.0.100:5060
Content-Length: 0

<------------>
e[1;30m – e[0mExecuting [359@default:1] e[1;36mGotoe[0m(“e[1;35mSIP/trunk-novo-00000000e[0m”, “e[1;35minboundfax,s,1e[0m”) in new stack
e[1;30m – e[0mGoto (inboundfax,s,1)
e[1;30m – e[0mExecuting [s@inboundfax:1] e[1;36mNoOpe[0m(“e[1;35mSIP/trunk-novo-00000000e[0m”, “e[1;35m**** FAX RECEIVED from +31523624357 Thu Aug 25 14:15:25 2011 e[0m") in new stack
e[1;30m – e[0mExecuting [s@inboundfax:2] e[1;36mSete[0m(“e[1;35mSIP/trunk-novo-00000000e[0m”, “e[1;35mFAXOPT(ecm)=yese[0m”) in new stack
e[1;30m – e[0mExecuting [s@inboundfax:3] e[1;36mSete[0m(“e[1;35mSIP/trunk-novo-00000000e[0m”, “e[1;35mFILENAME=fax-20110825-141525-+31523624357e[0m”) in new stack
e[1;30m – e[0mExecuting [s@inboundfax:4] e[1;36mSete[0m(“e[1;35mSIP/trunk-novo-00000000e[0m”, “e[1;35mFAXFILE=fax-20110825-141525-+31523624357.tife[0m”) in new stack
e[1;30m – e[0mExecuting [s@inboundfax:5] e[1;36mSete[0m(“e[1;35mSIP/trunk-novo-00000000e[0m”, “e[1;35mFAXOPT(ecm)=yese[0m”) in new stack
e[1;30m – e[0mExecuting [s@inboundfax:6] e[1;36mSete[0m(“e[1;35mSIP/trunk-novo-00000000e[0m”, “e[1;35mFAXOPT(headerinfo)=Received by MYCOMPANY 2011-08-25 14:15e[0m”) in new stack
e[1;30m – e[0mExecuting [s@inboundfax:7] e[1;36mSete[0m(“e[1;35mSIP/trunk-novo-00000000e[0m”, “e[1;35mFAXOPT(localstationid)=0331234567e[0m”) in new stack
e[1;30m – e[0mExecuting [s@inboundfax:8] e[1;36mSete[0m(“e[1;35mSIP/trunk-novo-00000000e[0m”, “e[1;35mFAXOPT(maxrate)=14400e[0m”) in new stack
e[1;30m – e[0mExecuting [s@inboundfax:9] e[1;36mSete[0m(“e[1;35mSIP/trunk-novo-00000000e[0m”, “e[1;35mFAXOPT(minrate)=2400e[0m”) in new stack
e[1;30m – e[0mExecuting [s@inboundfax:10] e[1;36mNoOpe[0m(“e[1;35mSIP/trunk-novo-00000000e[0m”, “e[1;35mFAXOPT(ecm) : yese[0m”) in new stack
e[1;30m – e[0mExecuting [s@inboundfax:11] e[1;36mNoOpe[0m(“e[1;35mSIP/trunk-novo-00000000e[0m”, “e[1;35mFAXOPT(headerinfo) : Received by MYCOMPANY 2011-08-25 14:15e[0m”) in new stack
e[1;30m – e[0mExecuting [s@inboundfax:12] e[1;36mNoOpe[0m(“e[1;35mSIP/trunk-novo-00000000e[0m”, “e[1;35mFAXOPT(localstationid) : 0331234567e[0m”) in new stack
e[1;30m – e[0mExecuting [s@inboundfax:13] e[1;36mNoOpe[0m(“e[1;35mSIP/trunk-novo-00000000e[0m”, “e[1;35mFAXOPT(maxrate) : 14400e[0m”) in new stack
e[1;30m – e[0mExecuting [s@inboundfax:14] e[1;36mNoOpe[0m(“e[1;35mSIP/trunk-novo-00000000e[0m”, “e[1;35mFAXOPT(minrate) : 2400e[0m”) in new stack
e[1;30m – e[0mExecuting [s@inboundfax:15] e[1;36mNoOpe[0m(“e[1;35mSIP/trunk-novo-00000000e[0m”, "e[1;35m
RECEIVING FAX : fax-20110825-141525-+31523624357.tif ****e[0m”) in new stack
e[1;30m – e[0mExecuting [s@inboundfax:16] e[1;36mReceiveFAXe[0m(“e[1;35mSIP/trunk-novo-00000000e[0m”, “e[1;35m/tmp/fax-20110825-141525-+31523624357.tif,de[0m”) in new stack
e[1;30m – e[0mChannel ‘SIP/trunk-novo-00000000’ receiving FAX '/tmp/fax-20110825-141525-+31523624357.tif’
Audio is at 5060
Adding codec 100003 (ulaw) to SDP
Adding codec 100004 (alaw) to SDP
Adding non-codec 0x1 (telephone-event) to SDP

<— Reliably Transmitting (no NAT) to 10.0.0.246:5060 —>
SIP/2.0 200 OK
Via: SIP/2.0/udp 10.0.0.246;branch=z9hG4bK7ee7ea8f3f0aaf006404b5bb3bd22db4;received=10.0.0.246
From: “sipfax 359” sip:+31523624357@10.0.0.246;tag=af89368cba6ee2498daa457a0ab97534
To: sip:359@10.0.0.100;tag=as67d39e37
Call-ID: 09814842f57879346ed3b15e73703e3c@10.0.0.246
CSeq: 153831031 INVITE
Server: Asterisk PBX 10.0.0-beta1
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
Supported: replaces, timer
Session-Expires: 1800;refresher=uas
Contact: sip:359@10.0.0.100:5060
Content-Type: application/sdp
Content-Length: 288

v=0
o=root 1291345540 1291345540 IN IP4 10.0.0.100
s=Asterisk PBX 10.0.0-beta1
c=IN IP4 10.0.0.100
t=0 0
m=audio 11220 RTP/AVP 0 8 106
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:106 telephone-event/8000
a=fmtp:106 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv

<------------>
Retransmitting #1 (no NAT) to 10.0.0.246:5060:
SIP/2.0 200 OK
Via: SIP/2.0/udp 10.0.0.246;branch=z9hG4bK7ee7ea8f3f0aaf006404b5bb3bd22db4;received=10.0.0.246
From: “sipfax 359” sip:+31523624357@10.0.0.246;tag=af89368cba6ee2498daa457a0ab97534
To: sip:359@10.0.0.100;tag=as67d39e37
Call-ID: 09814842f57879346ed3b15e73703e3c@10.0.0.246
CSeq: 153831031 INVITE
Server: Asterisk PBX 10.0.0-beta1
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
Supported: replaces, timer
Session-Expires: 1800;refresher=uas
Contact: sip:359@10.0.0.100:5060
Content-Type: application/sdp
Content-Length: 288

v=0
o=root 1291345540 1291345540 IN IP4 10.0.0.100
s=Asterisk PBX 10.0.0-beta1
c=IN IP4 10.0.0.100
t=0 0
m=audio 11220 RTP/AVP 0 8 106
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:106 telephone-event/8000
a=fmtp:106 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv


Got RTP packet from 10.0.0.246:32000 (type 00, seq 018764, ts 3471986592, len 000160)
Sent RTP packet to 10.0.0.246:32000 (type 00, seq 026587, ts 000160, len 000160)
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018765, ts 3471986752, len 000081)

<— SIP read from UDP:10.0.0.246:5060 —>
ACK sip:359@10.0.0.100:5060 SIP/2.0
Contact: “sipfax 359” sip:+31523624357@10.0.0.246
User-Agent: OxO_GW_600/017.002
To: sip:359@10.0.0.100;tag=as67d39e37
From: “sipfax 359” sip:+31523624357@10.0.0.246;tag=af89368cba6ee2498daa457a0ab97534
Call-ID: 09814842f57879346ed3b15e73703e3c@10.0.0.246
CSeq: 153831031 ACK
Via: SIP/2.0/udp 10.0.0.246;branch=z9hG4bKe8f282c9fb3a7155120032df22ec6ac4
Max-Forwards: 70
Content-Length: 0

<------------->
— (10 headers 0 lines) —

<— SIP read from UDP:10.0.0.246:5060 —>
INVITE sip:359@10.0.0.100:5060 SIP/2.0
Supported: 100rel,timer
User-Agent: OxO_GW_600/017.002
Session-Expires: 1800;Refresher=uas
P-Asserted-Identity: “sipfax 359” sip:+31523624357@10.0.0.246
Contact: “sipfax 359” sip:+31523624357@10.0.0.246
Content-Type: application/sdp
To: sip:359@10.0.0.100;tag=as67d39e37
From: sip:+31523624357@10.0.0.246;tag=af89368cba6ee2498daa457a0ab97534
Call-ID: 09814842f57879346ed3b15e73703e3c@10.0.0.246
CSeq: 153831032 INVITE
Via: SIP/2.0/udp 10.0.0.246;branch=z9hG4bK1e054b3f7451347a77211f05931a8b07
Max-Forwards: 70
Content-Length: 209

v=0
o=default 1314274493 1314274493 IN IP4 10.0.0.246
s=-
c=IN IP4 10.0.0.246
t=0 0
m=audio 32000 RTP/AVP 0 106
a=sendrecv
a=rtpmap:106 telephone-event/8000
a=fmtp:106 0-15
a=ptime:20
a=maxptime:90
<------------->
— (14 headers 11 lines) —
Sending to 10.0.0.246:5060 (no NAT)

<— Transmitting (no NAT) to 10.0.0.246:5060 —>
SIP/2.0 100 Trying
Via: SIP/2.0/udp 10.0.0.246;branch=z9hG4bK1e054b3f7451347a77211f05931a8b07;received=10.0.0.246
From: sip:+31523624357@10.0.0.246;tag=af89368cba6ee2498daa457a0ab97534
To: sip:359@10.0.0.100;tag=as67d39e37
Call-ID: 09814842f57879346ed3b15e73703e3c@10.0.0.246
CSeq: 153831032 INVITE
Server: Asterisk PBX 10.0.0-beta1
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
Supported: replaces, timer
Session-Expires: 1800;refresher=uas
Contact: sip:359@10.0.0.100:5060
Content-Length: 0

<------------>
Audio is at 5060
Adding codec 100003 (ulaw) to SDP
Adding codec 100004 (alaw) to SDP
Adding non-codec 0x1 (telephone-event) to SDP

<— Reliably Transmitting (no NAT) to 10.0.0.246:5060 —>
SIP/2.0 200 OK
Via: SIP/2.0/udp 10.0.0.246;branch=z9hG4bK1e054b3f7451347a77211f05931a8b07;received=10.0.0.246
From: sip:+31523624357@10.0.0.246;tag=af89368cba6ee2498daa457a0ab97534
To: sip:359@10.0.0.100;tag=as67d39e37
Call-ID: 09814842f57879346ed3b15e73703e3c@10.0.0.246
CSeq: 153831032 INVITE
Server: Asterisk PBX 10.0.0-beta1
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
Supported: replaces, timer
Session-Expires: 1800;refresher=uas
Contact: sip:359@10.0.0.100:5060
Content-Type: application/sdp
Content-Length: 288

v=0
o=root 1291345540 1291345540 IN IP4 10.0.0.100
s=Asterisk PBX 10.0.0-beta1
c=IN IP4 10.0.0.100
t=0 0
m=audio 11220 RTP/AVP 0 8 106
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:106 telephone-event/8000
a=fmtp:106 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv

<------------>

<— SIP read from UDP:10.0.0.246:5060 —>
ACK sip:359@10.0.0.100:5060 SIP/2.0
Contact: “sipfax 359” sip:+31523624357@10.0.0.246
User-Agent: OxO_GW_600/017.002
To: sip:359@10.0.0.100;tag=as67d39e37
From: sip:+31523624357@10.0.0.246;tag=af89368cba6ee2498daa457a0ab97534
Call-ID: 09814842f57879346ed3b15e73703e3c@10.0.0.246
CSeq: 153831032 ACK
Via: SIP/2.0/udp 10.0.0.246;branch=z9hG4bKb53bdde3d7dfead310362dafb930e7d7
Max-Forwards: 70
Content-Length: 0

<------------->
— (10 headers 0 lines) —
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018766, ts 3471996432, len 000160)
Sent RTP packet to 10.0.0.246:32000 (type 00, seq 026588, ts 009992, len 000160)
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018767, ts 3471996592, len 000160)
Sent RTP packet to 10.0.0.246:32000 (type 00, seq 026589, ts 010152, len 000160)
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018768, ts 3471996752, len 000160)
Sent RTP packet to 10.0.0.246:32000 (type 00, seq 026590, ts 010312, len 000160)
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018769, ts 3471996912, len 000160)
Sent RTP packet to 10.0.0.246:32000 (type 00, seq 026591, ts 010472, len 000160)
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018770, ts 3471997072, len 000160)
Sent RTP packet to 10.0.0.246:32000 (type 00, seq 026592, ts 010632, len 000160)
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018771, ts 3471997232, len 000160)
Sent RTP packet to 10.0.0.246:32000 (type 00, seq 026593, ts 010792, len 000160)
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018772, ts 3471997392, len 000160)
Sent RTP packet to 10.0.0.246:32000 (type 00, seq 026594, ts 010952, len 000160)
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018773, ts 3471997552, len 000160)
Sent RTP packet to 10.0.0.246:32000 (type 00, seq 026595, ts 011112, len 000160)
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018774, ts 3471997712, len 000160)
Sent RTP packet to 10.0.0.246:32000 (type 00, seq 026596, ts 011272, len 000160)
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018775, ts 3471997872, len 000160)
Sent RTP packet to 10.0.0.246:32000 (type 00, seq 026597, ts 011432, len 000160)
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018776, ts 3471998032, len 000160)
Sent RTP packet to 10.0.0.246:32000 (type 00, seq 026598, ts 011592, len 000160)
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018777, ts 3471998192, len 000160)
Sent RTP packet to 10.0.0.246:32000 (type 00, seq 026599, ts 011752, len 000160)
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018778, ts 3471998352, len 000160)
Sent RTP packet to 10.0.0.246:32000 (type 00, seq 026600, ts 011912, len 000160)
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018779, ts 3471998512, len 000160)
Sent RTP packet to 10.0.0.246:32000 (type 00, seq 026601, ts 012072, len 000160)
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018780, ts 3471998672, len 000160)
Sent RTP packet to 10.0.0.246:32000 (type 00, seq 026602, ts 012232, len 000160)
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018781, ts 3471998832, len 000160)
Sent RTP packet to 10.0.0.246:32000 (type 00, seq 026603, ts 012392, len 000160)
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018782, ts 3471998992, len 000160)
Sent RTP packet to 10.0.0.246:32000 (type 00, seq 026604, ts 012552, len 000160)
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018783, ts 3471999152, len 000160)
Sent RTP packet to 10.0.0.246:32000 (type 00, seq 026605, ts 012712, len 000160)
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018784, ts 3471999312, len 000160)
Sent RTP packet to 10.0.0.246:32000 (type 00, seq 026606, ts 012872, len 000160)
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018785, ts 3471999472, len 000160)
Sent RTP packet to 10.0.0.246:32000 (type 00, seq 026607, ts 013032, len 000160)
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018786, ts 3471999632, len 000160)
Sent RTP packet to 10.0.0.246:32000 (type 00, seq 026608, ts 013192, len 000160)
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018787, ts 3471999792, len 000160)
Sent RTP packet to 10.0.0.246:32000 (type 00, seq 026609, ts 013352, len 000160)
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018788, ts 3471999952, len 000160)
Sent RTP packet to 10.0.0.246:32000 (type 00, seq 026610, ts 013512, len 000160)
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018789, ts 3472000112, len 000160)
Sent RTP packet to 10.0.0.246:32000 (type 00, seq 026611, ts 013672, len 000160)
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018790, ts 3472000272, len 000160)
Sent RTP packet to 10.0.0.246:32000 (type 00, seq 026612, ts 013832, len 000160)
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018791, ts 3472000432, len 000160)
Sent RTP packet to 10.0.0.246:32000 (type 00, seq 026613, ts 013992, len 000160)
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018792, ts 3472000592, len 000160)
Sent RTP packet to 10.0.0.246:32000 (type 00, seq 026614, ts 014152, len 000160)
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018793, ts 3472000752, len 000160)
Sent RTP packet to 10.0.0.246:32000 (type 00, seq 026615, ts 014312, len 000160)
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018794, ts 3472000912, len 000160)
Sent RTP packet to 10.0.0.246:32000 (type 00, seq 026616, ts 014472, len 000160)
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018795, ts 3472001072, len 000160)
Sent RTP packet to 10.0.0.246:32000 (type 00, seq 026617, ts 014632, len 000160)
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018796, ts 3472001232, len 000160)
Sent RTP packet to 10.0.0.246:32000 (type 00, seq 026618, ts 014792, len 000160)
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018797, ts 3472001392, len 000160)
Sent RTP packet to 10.0.0.246:32000 (type 00, seq 026619, ts 014952, len 000160)
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018798, ts 3472001552, len 000160)
Sent RTP packet to 10.0.0.246:32000 (type 00, seq 026620, ts 015112, len 000160)
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018799, ts 3472001712, len 000160)
Sent RTP packet to 10.0.0.246:32000 (type 00, seq 026621, ts 015272, len 000160)
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018800, ts 3472001872, len 000160)
Sent RTP packet to 10.0.0.246:32000 (type 00, seq 026622, ts 015432, len 000160)
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018801, ts 3472002032, len 000160)
Sent RTP packet to 10.0.0.246:32000 (type 00, seq 026623, ts 015592, len 000160)
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018802, ts 3472002192, len 000160)
Sent RTP packet to 10.0.0.246:32000 (type 00, seq 026624, ts 015752, len 000160)
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018803, ts 3472002352, len 000160)
Sent RTP packet to 10.0.0.246:32000 (type 00, seq 026625, ts 015912, len 000160)
Got RTP packet from 10.0.0.246:32000 (type 00, seq 018804, ts 3472002512, len 000001)
set_destination: Parsing sip:+31523624357@10.0.0.246 for address/port to send to
set_destination: set destination to 10.0.0.246:5060
Reliably Transmitting (no NAT) to 10.0.0.246:5060:
INVITE sip:+31523624357@10.0.0.246 SIP/2.0
Via: SIP/2.0/UDP 10.0.0.100:5060;branch=z9hG4bK6288a532
Max-Forwards: 70
From: sip:359@10.0.0.100;tag=as67d39e37
To: sip:+31523624357@10.0.0.246;tag=af89368cba6ee2498daa457a0ab97534
Contact: sip:359@10.0.0.100:5060
Call-ID: 09814842f57879346ed3b15e73703e3c@10.0.0.246
CSeq: 102 INVITE
User-Agent: Asterisk PBX 10.0.0-beta1
Session-Expires: 1800;refresher=uas
Min-SE: 90
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
Supported: replaces, timer
X-asterisk-Info: SIP re-invite (External RTP bridge)
Content-Type: application/sdp
Content-Length: 265

v=0
o=root 1291345540 1291345541 IN IP4 10.0.0.100
s=Asterisk PBX 10.0.0-beta1
c=IN IP4 10.0.0.100
t=0 0
m=image 4734 udptl t38
a=T38FaxVersion:0
a=T38MaxBitRate:14400
a=T38FaxRateManagement:transferredTCF
a=T38FaxMaxDatagram:849
a=T38FaxUdpEC:t38UDPFEC


<— SIP read from UDP:10.0.0.246:5060 —>
SIP/2.0 100 Trying
To: sip:+31523624357@10.0.0.246;tag=af89368cba6ee2498daa457a0ab97534
From: sip:359@10.0.0.100;tag=as67d39e37
Call-ID: 09814842f57879346ed3b15e73703e3c@10.0.0.246
CSeq: 102 INVITE
Via: SIP/2.0/UDP 10.0.0.100:5060;branch=z9hG4bK6288a532
Content-Length: 0

<------------->
— (7 headers 0 lines) —

<— SIP read from UDP:10.0.0.246:5060 —>
SIP/2.0 200 OK
Content-Type: application/sdp
Allow: INVITE, ACK, CANCEL, BYE, OPTIONS, PRACK, REFER, NOTIFY
Contact: “sipfax 359” sip:+31523624357@10.0.0.246
Supported: 100rel,timer
User-Agent: OxO_GW_600/017.002
Session-Expires: 1800;Refresher=uas
P-Asserted-Identity: “sipfax 359” sip:+31523624357@10.0.0.246
To: sip:+31523624357@10.0.0.246;tag=af89368cba6ee2498daa457a0ab97534
From: sip:359@10.0.0.100;tag=as67d39e37
Call-ID: 09814842f57879346ed3b15e73703e3c@10.0.0.246
CSeq: 102 INVITE
Via: SIP/2.0/UDP 10.0.0.100:5060;branch=z9hG4bK6288a532
Content-Length: 211

v=0
o=default 1314274496 1314274496 IN IP4 10.0.0.246
s=Asterisk PBX 10.0.0-beta1
c=IN IP4 10.0.0.246
t=0 0
m=image 6666 udptl t38
a=sendrecv
a=T38FaxRateManagement:transferredTCF
a=T38MaxBitRate:14400
<------------->
— (14 headers 9 lines) —
Got T.38 offer in SDP in dialog 09814842f57879346ed3b15e73703e3c@10.0.0.246
Capabilities: us - (gsm|ulaw|alaw|h263|testlaw), peer - audio=(nothing)/video=(nothing)/text=(nothing), combined - (nothing)
Non-codec capabilities (dtmf): us - 0x1 (telephone-event|), peer - 0x0 (nothing), combined - 0x0 (nothing)
Got T.38 Re-invite without audio. Keeping RTP active during T.38 session.
set_destination: Parsing sip:+31523624357@10.0.0.246 for address/port to send to
set_destination: set destination to 10.0.0.246:5060
Transmitting (no NAT) to 10.0.0.246:5060:
ACK sip:+31523624357@10.0.0.246 SIP/2.0
Via: SIP/2.0/UDP 10.0.0.100:5060;branch=z9hG4bK7569756a
Max-Forwards: 70
From: sip:359@10.0.0.100;tag=as67d39e37
To: sip:+31523624357@10.0.0.246;tag=af89368cba6ee2498daa457a0ab97534
Contact: sip:359@10.0.0.100:5060
Call-ID: 09814842f57879346ed3b15e73703e3c@10.0.0.246
CSeq: 102 ACK
User-Agent: Asterisk PBX 10.0.0-beta1
Content-Length: 0


e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 0, len 6)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 1, len 6)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 2, len 6)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 3, len 6)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 4, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 5, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 6, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 7, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 8, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 9, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 10, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 11, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 12, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 13, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 14, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 15, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 16, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 17, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 18, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 19, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 20, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 21, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 22, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 23, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 24, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 25, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 26, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 27, len 8)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 28, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 29, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 30, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 31, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 32, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 33, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 34, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 35, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 36, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 37, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 38, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 39, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 40, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 41, len 8)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 42, len 6)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 43, len 6)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 44, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 45, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 46, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 47, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 48, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 49, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 50, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 51, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 52, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 53, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 54, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 55, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 56, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 57, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 58, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 59, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 60, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 61, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 62, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 63, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 64, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 65, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 66, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 67, len 8)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 68, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 69, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 70, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 71, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 72, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 73, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 74, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 75, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 76, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 77, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 78, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 79, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 80, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 81, len 8)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 82, len 6)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 83, len 6)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 84, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 85, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 86, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 87, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 88, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 89, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 90, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 91, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 92, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 93, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 94, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 95, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 96, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 97, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 98, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 99, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 100, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 101, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 102, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 103, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 104, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 105, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 106, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 107, len 8)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 108, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 109, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 110, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 111, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 112, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 113, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 114, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 115, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 116, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 117, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 118, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 119, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 120, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 121, len 8)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 122, len 6)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 123, len 6)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 124, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 125, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 126, len 11)
e[1;30m e[0mUDPTL (SIP/): packet to 10.0.0.246:6666 (type 0, seq 127, len 8)
set_destination: Parsing sip:+31523624357@10.0.0.246 for address/port to send to
set_destination: set destination to 10.0.0.246:5060
Audio is at 5060
Adding codec 100003 (ulaw) to SDP
Adding codec 100004 (alaw) to SDP
Adding non-codec 0x1 (telephone-event) to SDP
Reliably Transmitting (no NAT) to 10.0.0.246:5060:
INVITE sip:+31523624357@10.0.0.246 SIP/2.0
Via: SIP/2.0/UDP 10.0.0.100:5060;branch=z9hG4bK06dc182c
Max-Forwards: 70
From: sip:359@10.0.0.100;tag=as67d39e37
To: sip:+31523624357@10.0.0.246;tag=af89368cba6ee2498daa457a0ab97534
Contact: sip:359@10.0.0.100:5060
Call-ID: 09814842f57879346ed3b15e73703e3c@10.0.0.246
CSeq: 103 INVITE
User-Agent: Asterisk PBX 10.0.0-beta1
Session-Expires: 1800;refresher=uas
Min-SE: 90
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
Supported: replaces, timer
X-asterisk-Info: SIP re-invite (External RTP bridge)
Content-Type: application/sdp
Content-Length: 288

v=0
o=root 1291345540 1291345542 IN IP4 10.0.0.100
s=Asterisk PBX 10.0.0-beta1
c=IN IP4 10.0.0.100
t=0 0
m=audio 11220 RTP/AVP 0 8 106
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:106 telephone-event/8000
a=fmtp:106 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv


<— SIP read from UDP:10.0.0.246:5060 —>
SIP/2.0 100 Trying
To: sip:+31523624357@10.0.0.246;tag=af89368cba6ee2498daa457a0ab97534
From: sip:359@10.0.0.100;tag=as67d39e37
Call-ID: 09814842f57879346ed3b15e73703e3c@10.0.0.246
CSeq: 103 INVITE
Via: SIP/2.0/UDP 10.0.0.100:5060;branch=z9hG4bK06dc182c
Content-Length: 0

<------------->
— (7 headers 0 lines) —

<— SIP read from UDP:10.0.0.246:5060 —>
SIP/2.0 487 Request Terminated
To: sip:+31523624357@10.0.0.246;tag=af89368cba6ee2498daa457a0ab97534
From: sip:359@10.0.0.100;tag=as67d39e37
Call-ID: 09814842f57879346ed3b15e73703e3c@10.0.0.246
CSeq: 103 INVITE
Via: SIP/2.0/UDP 10.0.0.100:5060;branch=z9hG4bK06dc182c
Content-Length: 0

<------------->
— (7 headers 0 lines) —
set_destination: Parsing sip:+31523624357@10.0.0.246 for address/port to send to
set_destination: set destination to 10.0.0.246:5060
Transmitting (no NAT) to 10.0.0.246:5060:
ACK sip:+31523624357@10.0.0.246 SIP/2.0
Via: SIP/2.0/UDP 10.0.0.100:5060;branch=z9hG4bK06dc182c
Max-Forwards: 70
From: sip:359@10.0.0.100;tag=as67d39e37
To: sip:+31523624357@10.0.0.246;tag=af89368cba6ee2498daa457a0ab97534
Contact: sip:359@10.0.0.100:5060
Call-ID: 09814842f57879346ed3b15e73703e3c@10.0.0.246
CSeq: 103 ACK
User-Agent: Asterisk PBX 10.0.0-beta1
Content-Length: 0


e[1;30m – e[0mExecuting [h@inboundfax:1] e[1;36mNoOpe[0m(“e[1;35mSIP/trunk-novo-00000000e[0m”, “e[1;35mFAXOPT(ecm) : yese[0m”) in new stack
Scheduling destruction of SIP dialog ‘09814842f57879346ed3b15e73703e3c@10.0.0.246’ in 6400 ms (Method: ACK)
set_destination: Parsing sip:+31523624357@10.0.0.246 for address/port to send to
set_destination: set destination to 10.0.0.246:5060

<— SIP read from UDP:10.0.0.246:5060 —>
BYE sip:359@10.0.0.100:5060 SIP/2.0
User-Agent: OxO_GW_600/017.002
To: sip:359@10.0.0.100;tag=as67d39e37
From: sip:+31523624357@10.0.0.246;tag=af89368cba6ee2498daa457a0ab97534
Call-ID: 09814842f57879346ed3b15e73703e3c@10.0.0.246
CSeq: 153831033 BYE
Via: SIP/2.0/udp 10.0.0.246;branch=z9hG4bK2af44cb2f86e58670e6ca6bbe31962ec
Max-Forwards: 70
Content-Length: 0

<------------->
— (9 headers 0 lines) —
Reliably Transmitting (no NAT) to 10.0.0.246:5060:
BYE sip:+31523624357@10.0.0.246 SIP/2.0
Via: SIP/2.0/UDP 10.0.0.100:5060;branch=z9hG4bK7a1089e8
Max-Forwards: 70
From: sip:359@10.0.0.100;tag=as67d39e37
To: sip:+31523624357@10.0.0.246;tag=af89368cba6ee2498daa457a0ab97534
Call-ID: 09814842f57879346ed3b15e73703e3c@10.0.0.246
CSeq: 104 BYE
User-Agent: Asterisk PBX 10.0.0-beta1
X-Asterisk-HangupCause: Normal Clearing
X-Asterisk-HangupCauseCode: 16
Content-Length: 0


Sending to 10.0.0.246:5060 (no NAT)
Scheduling destruction of SIP dialog ‘09814842f57879346ed3b15e73703e3c@10.0.0.246’ in 6400 ms (Method: BYE)

<— Transmitting (no NAT) to 10.0.0.246:5060 —>
SIP/2.0 200 OK
Via: SIP/2.0/udp 10.0.0.246;branch=z9hG4bK2af44cb2f86e58670e6ca6bbe31962ec;received=10.0.0.246
From: sip:+31523624357@10.0.0.246;tag=af89368cba6ee2498daa457a0ab97534
To: sip:359@10.0.0.100;tag=as67d39e37
Call-ID: 09814842f57879346ed3b15e73703e3c@10.0.0.246
CSeq: 153831033 BYE
Server: Asterisk PBX 10.0.0-beta1
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
Supported: replaces, timer
Content-Length: 0

<------------>

<— SIP read from UDP:10.0.0.246:5060 —>
SIP/2.0 200 OK
Allow: INVITE, ACK, CANCEL, BYE, OPTIONS, PRACK, REFER, NOTIFY,INVITE, ACK, CANCEL, BYE, OPTIONS, PRACK, REFER, NOTIFY
Supported: 100rel,100rel
User-Agent: OxO_GW_600/017.002
To: sip:+31523624357@10.0.0.246;tag=af89368cba6ee2498daa457a0ab97534
From: sip:359@10.0.0.100;tag=as67d39e37
Call-ID: 09814842f57879346ed3b15e73703e3c@10.0.0.246
CSeq: 104 BYE
Via: SIP/2.0/UDP 10.0.0.100:5060;branch=z9hG4bK7a1089e8
Content-Length: 0

<------------->
— (10 headers 0 lines) —
Really destroying SIP dialog ‘09814842f57879346ed3b15e73703e3c@10.0.0.246’ Method: BYE
Reliably Transmitting (no NAT) to 192.168.1.161:5060:
OPTIONS sip:801@192.168.1.161:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.100:5060;branch=z9hG4bK00d6511d
Max-Forwards: 70
From: “asterisk” sip:asterisk@192.168.1.100;tag=as208e2c37
To: sip:801@192.168.1.161:5060
Contact: sip:asterisk@192.168.1.100:5060
Call-ID: 462e8cf9106d49193744239534cacfd3@192.168.1.100:5060
CSeq: 102 OPTIONS
User-Agent: Asterisk PBX 10.0.0-beta1
Date: Thu, 25 Aug 2011 12:16:18 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
Supported: replaces, timer
Content-Length: 0


<— SIP read from UDP:192.168.1.161:5060 —>
SIP/2.0 200 OK
To: sip:801@192.168.1.161:5060;tag=e84c292467207e88i0
From: “asterisk” sip:asterisk@192.168.1.100;tag=as208e2c37
Call-ID: 462e8cf9106d49193744239534cacfd3@192.168.1.100:5060
CSeq: 102 OPTIONS
Via: SIP/2.0/UDP 192.168.1.100:5060;branch=z9hG4bK00d6511d
Server: Sipura/SPA921-4.1.10(b)
Content-Length: 0
Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER

<------------->
— (9 headers 0 lines) —
Really destroying SIP dialog ‘462e8cf9106d49193744239534cacfd3@192.168.1.100:5060’ Method: OPTIONS
Reliably Transmitting (no NAT) to 10.0.0.246:5060:
OPTIONS sip:10.0.0.246 SIP/2.0
Via: SIP/2.0/UDP 10.0.0.100:5060;branch=z9hG4bK205ca798
Max-Forwards: 70
From: “asterisk” sip:asterisk@10.0.0.100;tag=as4ba2e938
To: sip:10.0.0.246
Contact: sip:asterisk@10.0.0.100:5060
Call-ID: 54f967863cb64d2b2dc5905a10d6f84f@10.0.0.100:5060
CSeq: 102 OPTIONS
User-Agent: Asterisk PBX 10.0.0-beta1
Date: Thu, 25 Aug 2011 12:16:18 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
Supported: replaces, timer
Content-Length: 0


<— SIP read from UDP:10.0.0.246:5060 —>
SIP/2.0 200 OK
Allow: INVITE, ACK, CANCEL, BYE, OPTIONS, PRACK, REFER, NOTIFY
Contact: sip:10.0.0.246
Supported: 100rel
User-Agent: OxO_GW_600/017.002
P-Asserted-Identity: sip:10.0.0.246
Privacy: user;id
To: sip:10.0.0.246;tag=bf699074c7708fadab526650066326a4
From: “asterisk” sip:asterisk@10.0.0.100;tag=as4ba2e938
Call-ID: 54f967863cb64d2b2dc5905a10d6f84f@10.0.0.100:5060
CSeq: 102 OPTIONS
Via: SIP/2.0/UDP 10.0.0.100:5060;branch=z9hG4bK205ca798
Content-Length: 0

<------------->
— (13 headers 0 lines) —
Really destroying SIP dialog ‘54f967863cb64d2b2dc5905a10d6f84f@10.0.0.100:5060’ Method: OPTIONS