Re: [asterisk-users] Asterisk Fax Receive - how to get the remoteheader?

2016-12-18 Thread Yves
ok, thank you... then I´ll take it as it is cheers, yves Am 18.12.2016 um 13:15 schrieb Larry Moore: Hi, I haven't found anything definitive however I expect the TSI that is sent during initial fax call establishment is stored by the receiving terminal, see pages 28 & 29 of the English

Re: [asterisk-users] Asterisk Fax Receive - how to get the remoteheader?

2016-12-18 Thread Larry Moore
Hi, I haven't found anything definitive however I expect the TSI that is sent during initial fax call establishment is stored by the receiving terminal, see pages 28 & 29 of the English version of the document at https://www.itu.int/rec/T-REC-T.30-200509-I/en , I expect the header, which will

Re: [asterisk-users] Asterisk Fax Receive - how to get the remoteheader?

2016-12-18 Thread Yves
Hi, thanks for your answer. Unfortunately this is, what I already know. I was wondering, why it is possible to set ID and Header for an outgoing fax (which will then in turn be inserted via asterisk on top of the transferred "image") , while it seems to not be possible to get the Header from a

Re: [asterisk-users] Asterisk Fax Receive - how to get the remoteheader?

2016-12-17 Thread Larry Moore
The list of options available are listed here https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Function_FAXOPT It doesn't appear that a received header is available unless it is written into the 'headerinfo' variable after it is received, I haven't checked for this. From my days workin

[asterisk-users] Asterisk Fax Receive - how to get the remoteheader?

2016-12-17 Thread Yves
Hi, I am using asterisk 11.8 in combination with spandsp to send and receive T38 Faxes. All works fine, but I do not know how to get the remoteheader from the fax I receive. When I send a fax, there are Faxopts to set the localstationid and the headerinfo, but for receiving, there seems to on