On the wiki page wiki.asterisk.org/wiki/display/ … ts-Actions
you show an example of a contact with actions:
[quote]
[/quote]
There is a small typo here: at the end of the line with the Diversion key you are missing a “>” tag in order to close the xml bracket.
Ronny
Howdy,
I looked, but I don’t see the error.
The example gives:
<header key="Diversion" value="<sip:%_ACCOUNT_USERNAME_%@%_ACCOUNT_SERVER_%:%_ACCOUNT_PORT_%>;reason="send_to_vm"" />
Which should give a value of, with example stuff shoved in:
<sip:101@10.1.2.3:5060>;reason="send_to_vm"
Which is what we want.