sipsorcery's blog

Occassional posts about VoIP, SIP, WebRTC and Bitcoin.

sipsorcery.com response times SIP Sorcery Last 3 Hours
daily weekly
sipsorcery.com status

Dialplan transaction support (for MikeT)

Three new dialplan methods are now available:

  • sys.StartTransaction()
  • sys.CommitTransaction()
  • sys.RollbackTransaction()

These methods are for dealing with the values that can be stored using the sys.DBWrite and sys.DBRead methods.

If you’re not sure what any of this means for your own sipsorcery dialplan don’t worry about it, only a few people have a requirement to store values in the database.

And I’ve even managed to spend a bit of time investigating gems but haven’t got that working yet.