Displaying 1 result from an estimated 1 matches for "acksip".
2020 May 14
6
I can do alaw, ulaw and gsm; remote can do g729 and alaw; asterisk wants to translate g729 -> alaw. WHY?
...dio 13948 RTP/AVP 8 101
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=maxptime:150
a=sendrecv
<------------>
And that's good to, we've sent the OK for the INVITE saying that we
want alaw.
<--- SIP read from UDP:SUPPLIER:5060 --->
ACKsip:LOCAL at ASTERISK:5060 SIP/2.0
Via: SIP/2.0/UDP SUPPLIER:5060;branch=z9hG4bK02B5bc037285f864da9
From:<sip:REMOTE at SUPPLIER>;tag=gK02498cb1
To:<sip:LOCAL at ASTERISK>;tag=as4502927f
Call-ID: 205665777_90679951 at SUPPLIER
CSeq: 539098 ACK
Max-Forwards: 70
Content-Length: 0
<------...