mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-08-25 11:48:38 +02:00
* pandora_console/extensions/update_manager.php: Check for an empty variable so it doesn't give a warning * pandora_console/extensions/update_manager/lib/libupdate_manager_utils.php, libupdate_manager_client.php: Removed referenced variables from function calls so it doesn't give a warning that it is deprecated. * pandora_server/util/pandora2ast: Pandora to Asterisk script. Check README for how to install it and use it git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1046 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
16 lines
528 B
Plaintext
16 lines
528 B
Plaintext
Action: Login
|
|
Username: amanager --> A username that can access the manager console (remotely) as specified in your manager.conf
|
|
Secret: sauce --> A secret password (this goes cleartext over the line, so if you go remote, watch out)
|
|
|
|
Action: Setvar
|
|
Variable: MSGTEXT
|
|
Value: "Anything you want it to say" --> Again, this is all cleartext
|
|
|
|
Action: Originate
|
|
Channel: SIP/6549 --> basically any number you want/need to call
|
|
Context: text2speech
|
|
Callerid: Evil Bot --> what you want the callerid to say
|
|
Priority: 1
|
|
|
|
Action: Logoff
|