Skip to content

Instantly share code, notes, and snippets.

@asteriskauto
Last active February 29, 2024 15:36
Show Gist options
  • Select an option

  • Save asteriskauto/698b78e34eb44a2b43367223886e57c3 to your computer and use it in GitHub Desktop.

Select an option

Save asteriskauto/698b78e34eb44a2b43367223886e57c3 to your computer and use it in GitHub Desktop.
#!/bin/bash
curl -H "x-security-token: PASTE_TOKEN_FROM_ODOO_HERE" http://localhost:8069/asterisk_plus/sip_peers > /tmp/sip_users.conf 2>/dev/null
if [ "$?" = "0" ]; then mv /tmp/sip_users.conf /etc/asterisk/sip_odoo_auto_users.conf ; fi
sleep 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment