From 1729847712c325d715edbc3c40773d0ed1087da7 Mon Sep 17 00:00:00 2001 From: Jonathon Jongsma Date: Mon, 7 Mar 2011 17:26:42 -0600 Subject: [PATCH] Add EmergencyCallsNotSupported error https://bugs.freedesktop.org/show_bug.cgi?id=35098 --- spec/errors.xml | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/spec/errors.xml b/spec/errors.xml index eccbd09..0365570 100644 --- a/spec/errors.xml +++ b/spec/errors.xml @@ -544,6 +544,22 @@ + + + + Raised if a client attempts to dial a number that is recognized as an + emergency number (e.g. '911' in the USA), but the Connection Manager or + provider does not support dialling emergency numbers. + + + Many VOIP providers have the ability to dial traditional (PSTN) + telephone numbers, but do not provide the ability to dial emergency + numbers (for instance, Google Voice). This error provides additional + information about why such a call was unsuccessful. + + + + Copyright © 2005-2010 Collabora Limited Copyright © 2005-2009 Nokia Corporation -- 1.7.4.1