IAX2Provision()

Versorgt eine anrufende IAXy-Einheit.

IAX2Provision([Template])

Stellt einer anrufende IAXy-Einheit die Vorlage Template bereit. Ist keine Vorlage angegeben, wird die Standard-Vorlage benutzt. IAXy-Versorgungsvorlagen sind in der Konfigurationsdatei iaxprov.conf definiert.

Liefert 0 bei Erfolg oder -1 bei einem Fehler.

exten => 123,1,IAX2Provision(default)
[Anmerkung]

Interner Hilfetext zu dieser Applikation in Asterisk 1.4: 

  -= Info about application 'IAX2Provision' =- 

[Synopsis]
Provision a calling IAXy with a given template

[Description]
  IAX2Provision([template]): Provisions the calling IAXy (assuming
the calling entity is in fact an IAXy) with the given template or
default if one is not specified.  Returns -1 on error or 0 on success.

Differenz zum internen Hilfetext in Asterisk 1.2: 

- keine -