Do you offer E911 WebHook notifications?

We do offer WebHook notification to all our customers at no extra charge. Remember when testing to dial 922. Instructions to configure your WebHook could be seen below.


Step 1: Login to the portal and add your server URL under E911 -> E911 Notification URL

Step 2: When a 911/922 call is made a notification is sent to your server, you will receive a POST (JSON format) from the BulkVS servers in one of the following three forms.

NOTE: In our example we will use 3109060901 as the caller of 911 and 1.1.1.1 as the example server who made the 911 call.

Example 1: Normal call which completed
{"Caller ID":"13109060901","Called":"911","Result":"Number Provisioned. Call allowed.","IP Address":"1.1.1.1","Time":"Wed, 12 Feb 20 13:46:00 +0000","Unixtime":13109060901}

Example 2: Unprovisioned call rejected with 503, you have not added this number to our database
{"Caller ID":"13109060901","Called":"911","Result":"Number not Provisioned. Rejected call with SIP 503 Message.","IP Address":"1.1.1.1","Time":"Wed, 12 Feb 20 13:44:14 +0000","Unixtime":1581515054}

Example 3: Unprovisioned call allowed through, you have not added this number to our database but as previously requested you would like these calls allowed for a fee.
{"Caller ID":"13109060901","Called":"911","Result":"Number not Provisioned. Call allowed and Unprovisioned Fee has been assessed to your account.","IP Address":"1.1.1.1","Time":"Wed, 12 Feb 20 13:46:46 +0000","Unixtime":1581515206}

Step 3: We would expect the word "OK" as the response to indicate receipt.

Step 4: On your end you could take any action necessary to alert your end user based on the information we are sending you.

If you have any questions please do not hesitate to call us at 3109060901 or email support@bulkvs.com.