Howto:Faxserver User Text Variables: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
No edit summary
Line 22: Line 22:
* <time>
* <time>


Additionally, there are some substitutions in the header line of outgoing faxes. The header line has a length of 108 signs.
Additionally, there are some [[substitutions|Reference13r1:Gateway/Interfaces#Headline]]in the header line of outgoing faxes.
 
* $d: day of month, two digits
* $j: day of month without leading zero
* $m: month, two digits
* $n: month without leading zero
* $Y: year, four digits
* $y: year, two digits
* $G: hour, 24 hours format, without leading zero
* $H: hour, 24 hours format, two digits
* $i: minutes, two digits
* $s: seconds, two digits
* $p: number of page
* $P: page count, if available, with leading '/'
* $I: subscriber id
* $R: remote subscriber id
* $$: the sign '$'
* $t: tabulator to the next 15 character grid
* $c: text is centred
Flags for the place holders:
* 0-9: field length, with tabulator jump forward to this position
* -: left aligned
 
The default header line for English is defined as:
 
$d/$m/$Y  $G:$i  <subscriber-name>  $I$63t To:$-20R$tPage: $p$P$c


==HTML Content==
==HTML Content==

Revision as of 15:47, 10 September 2019

Applies To

This information applies to

  • Faxserver, V10 and up

More Information

The fax server sends email responses to the users. The texts of different mails can be configured by the fax server administrator, and some of them can include job dependent data which are defined in variables. Not all of the following variables are defined in every user text:

  • <result>
  • <user-name>
  • <user-h323>
  • <user-number>
  • <remote-number>
  • <remote-subscriber-id>
  • <file-name>
  • <calls>
  • <pages>
  • <duration>
  • <error-cause>
  • <error-description>
  • <date>

Additionally, there are some Reference13r1:Gateway/Interfaces#Headlinein the header line of outgoing faxes.

HTML Content

Emails are sent as "text/plain", additional HTML content is sent as text.

Related Articles