search for: t38_udptl_maxdatagram

Displaying 13 results from an estimated 13 matches for "t38_udptl_maxdatagram".

2015 Feb 02
0
Asterisk 13, PJSIP and T38 problem
...= [simpletrans] type=transport protocol=udp bind=0.0.0.0:5060 ;===============TRUNK============================== [trunk-provider] type=endpoint transport=simpletrans context=in_provider direct_media=no disallow=all allow=alaw allow=g729 aors=trunk-provider t38_udptl=yes t38_udptl_ec=redundancy t38_udptl_maxdatagram=400 [trunk-provider] type=aor contact=sip:X.X.X.X:5060 [trunk-provider] type=identify endpoint=trunk-provider match=X.X.X.X match=X.X.X.X [trunk-patton] type=aor max_contacts=5 [trunk-patton] type=endpoint transport=simpletrans context=in_patton direct_media=no disallow=all allow=alaw auth=tr...
2017 Jun 04
2
asterisk 13.16 / pjsip / t.38: res_pjsip_t38.c:207 t38_automatic_reject: Automatically rejecting T.38 request on channel 'PJSIP/91-00000007'
Hello! I'm still trying to get a working t.38 configuration w/ pjsip. I'm now able to send t.38 faxes to my own extension: hylafax -> t38modem -> extension -> extension -> t38modem -> hylafax. The fax is sent by t38modem. The receiving part of t38modem accepts the call, sends ReInvite for t.38 and things are working as expected. Now, let's do the nearly same
2017 Jun 04
2
asterisk 13.16 / pjsip / t.38: res_pjsip_t38.c:207 t38_automatic_reject: Automatically rejecting T.38 request on channel 'PJSIP/91-00000007'
...locked / ignored by asterisk at all - don't know why it isn't sent to the ISP. The extension is a normal pjsip extension with these additional options: t38_udptl : true t38_udptl_ec : redundancy t38_udptl_ipv6 : false t38_udptl_maxdatagram : 400 t38_udptl_nat : no (or yes - doesn't matter) The trunk looks exactly the same: t38_udptl : true t38_udptl_ec : redundancy t38_udptl_ipv6 : false t38_udptl_maxdatagram...
2015 Feb 04
0
Can not calculate far_max_ifp before far_max_datagram has been set
...DPTL (no tag): Can not calculate far_max_ifp before far_max_datagram has been set After the warning begins exchanging packets UDPTL, but all with sequence number 0 or 256. The fax is not properly transmitted or received. I configured the trunk as follow: t38_udptl = yes t38_udptl_ec = redundancy t38_udptl_maxdatagram = 400 How can I fix the problem? Thank You Marco -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150204/2b939377/attachment.html>
2016 Jul 01
2
CALLERID on pjsip doesn't work?
Asterisk 13.8 Is CALLERID(all) supposed to wok for pjsip? When I do this: exten => 1234,Set(CALLERID(all)="Jon Doe" <+123456789>) same => n,Dial(PJSIP/phone123, 30) I expect the callerid to be as set, but is always seems to be "phone123", the name of the endpoint. Andrew -------------- next part -------------- An HTML attachment was scrubbed... URL:
2015 Jul 27
2
PJSIP T.38 issues
...s to my test fax machine, connected to the PSTN. chan_pjsip is used on Asterisk-13, and chan_sip is used on Asterisk-11. This how endpoint t0gw (Asterisk-11) is configured on tiare (Asterisk-13 ): tiare*CLI> pjsip show endpoint t0gw ... t38_udptl : true t38_udptl_ec : fec t38_udptl_ipv6 : false t38_udptl_maxdatagram : 400 t38_udptl_nat : false ... Could someone explain why I'm getting "Not acceptable" below? -- Accepting AUTHENTICATED call from 127.0.0.1:4570: -- > requested format = slin, -- > requested prefs = (), -- > actual format = slin, --...
2016 Jul 04
2
CALLERID on pjsip doesn't work?
...s=1800 device_state_busy_at=0 dtls_cipher= from_domain= dtls_rekey=0 dtls_fingerprint=SHA-256 direct_media_method=invite send_rpid=false pickup_group= sdp_session=Asterisk dtls_verify=No message_context= mailboxes= named_pickup_group= record_on_feature=automixmon dtls_private_key= named_call_group= t38_udptl_maxdatagram=0 media_encryption_optimistic=false aors=DEADDEADBEEF rpid_immediate=false outbound_proxy= identify_by=username inband_progress=false rtp_symmetric=false transport=transport-udp rtp_keepalive=0 t38_udptl_ec=none fax_detect=false t38_udptl_nat=false allow_transfer=true tos_video=0 srtp_tag_32=false...
2017 Jun 05
3
asterisk 13.16 / pjsip / t.38: res_pjsip_t38.c:207 t38_automatic_reject: Automatically rejecting T.38 request on channel 'PJSIP/91-00000007'
On 06/05/2017 at 11:30 AM, Joshua Colp wrote: > On Sun, Jun 4, 2017, at 10:40 AM, Michael Maier wrote: >> On 06/04/2017 at 01:41 PM Telium Technical Support wrote: >>> Just a guess (without knowing about your network), but are the two ends >>> points on public networks and visible to one another? If not the reinvite >>> may be passing an internal (nat'ed)
2015 Jun 04
0
Asterisk 13.4.0 Now Available
...rigo Ramirez Norambuena) * ASTERISK-24954 - Git migration: Asterisk version numbers are incompatible with the Test Suite (Reported by Matt Jordan) * ASTERISK-17608 - func_aes.so cannot be loaded if res_crypto / openssl not compiled (Reported by Warren Selby) * ASTERISK-24928 - [patch]t38_udptl_maxdatagram in pjsip.conf not honored (Reported by Juergen Spies) * ASTERISK-24835 - Early Media Not working with Chan SIP and Asterisk 13 (Reported by Andrew Nagy) * ASTERISK-21777 - Asterisk tries to transcode video instead of audio (Reported by Nick Ruggles) * ASTERISK-24380 - core: Nat...
2015 Jun 04
0
Asterisk 13.4.0 Now Available
...rigo Ramirez Norambuena) * ASTERISK-24954 - Git migration: Asterisk version numbers are incompatible with the Test Suite (Reported by Matt Jordan) * ASTERISK-17608 - func_aes.so cannot be loaded if res_crypto / openssl not compiled (Reported by Warren Selby) * ASTERISK-24928 - [patch]t38_udptl_maxdatagram in pjsip.conf not honored (Reported by Juergen Spies) * ASTERISK-24835 - Early Media Not working with Chan SIP and Asterisk 13 (Reported by Andrew Nagy) * ASTERISK-21777 - Asterisk tries to transcode video instead of audio (Reported by Nick Ruggles) * ASTERISK-24380 - core: Nat...
2016 Jul 13
0
Certified Asterisk 13.8-cert1 Now Available
...rigo Ramirez Norambuena) * ASTERISK-24954 - Git migration: Asterisk version numbers are incompatible with the Test Suite (Reported by Matt Jordan) * ASTERISK-17608 - func_aes.so cannot be loaded if res_crypto / openssl not compiled (Reported by Warren Selby) * ASTERISK-24928 - [patch]t38_udptl_maxdatagram in pjsip.conf not honored (Reported by Juergen Spies) * ASTERISK-24835 - Early Media Not working with Chan SIP and Asterisk 13 (Reported by Andrew Nagy) * ASTERISK-21777 - Asterisk tries to transcode video instead of audio (Reported by Nick Ruggles) * ASTERISK-24380 - core: Nat...
2016 Jul 27
3
Asterisk 14.0.0-beta1 Now Available
...by Corey Farrell) * ASTERISK-24954 - Git migration: Asterisk version numbers are incompatible with the Test Suite (Reported by Matt Jordan) * ASTERISK-17608 - func_aes.so cannot be loaded if res_crypto / openssl not compiled (Reported by Warren Selby) * ASTERISK-24928 - [patch]t38_udptl_maxdatagram in pjsip.conf not honored (Reported by Juergen Spies) * ASTERISK-24835 - Early Media Not working with Chan SIP and Asterisk 13 (Reported by Andrew Nagy) * ASTERISK-21777 - Asterisk tries to transcode video instead of audio (Reported by Nick Ruggles) * ASTERISK-24380 - core: Nat...
2019 Dec 24
0
Certified Asterisk 16.3-cert1 Now Available
...by Matt Jordan) - [ASTERISK-17608 <https://issues.asterisk.org/jira/browse/ASTERISK-17608>] - func_aes.so cannot be loaded if res_crypto / openssl not compiled (Reported by Warren Selby) - [ASTERISK-24928 <https://issues.asterisk.org/jira/browse/ASTERISK-24928>] - [patch]t38_udptl_maxdatagram in pjsip.conf not honored (Reported by Juergen Spies) - [ASTERISK-24835 <https://issues.asterisk.org/jira/browse/ASTERISK-24835>] - Early Media Not working with Chan SIP and Asterisk 13 (Reported by Andrew Nagy) - [ASTERISK-21777 <https://issues.asterisk.org/jira/browse/ASTE...