Ajit Panday commited on
Commit
25bb2cb
·
1 Parent(s): 5c54434

Update webhook URL to use correct Hugging Face Spaces format

Browse files
Files changed (1) hide show
  1. FREEPBX_SETUP.md +2 -2
FREEPBX_SETUP.md CHANGED
@@ -81,7 +81,7 @@ This guide provides detailed instructions for setting up FreePBX to work with vB
81
  - Navigate to "Webhooks" section
82
  - Add new webhook:
83
  - Name: vBot Call Processing
84
- - URL: https://huggingface.co/spaces/iajitpanday/vBot/api/process-call
85
  - Method: POST
86
  - Headers:
87
  ```
@@ -113,7 +113,7 @@ This guide provides detailed instructions for setting up FreePBX to work with vB
113
  # Check webhook logs
114
  tail -f /var/log/asterisk/webhook
115
  # Verify webhook delivery
116
- curl -X POST https://huggingface.co/spaces/iajitpanday/vBot/api/process-call \
117
  -H "X-API-Key: your_api_key" \
118
  -H "Content-Type: multipart/form-data" \
119
  -F "file=@/var/spool/asterisk/monitor/test.wav" \
 
81
  - Navigate to "Webhooks" section
82
  - Add new webhook:
83
  - Name: vBot Call Processing
84
+ - URL: https://iajitpanday-vbot.hf.space/api/process-call
85
  - Method: POST
86
  - Headers:
87
  ```
 
113
  # Check webhook logs
114
  tail -f /var/log/asterisk/webhook
115
  # Verify webhook delivery
116
+ curl -X POST https://iajitpanday-vbot.hf.space/api/process-call \
117
  -H "X-API-Key: your_api_key" \
118
  -H "Content-Type: multipart/form-data" \
119
  -F "file=@/var/spool/asterisk/monitor/test.wav" \