On Mon, May 16, 2011 at 10:55 AM,  <[email protected]> wrote:
> I have find in the documentation where are the localized template, under
> /etc/sipxpbx/region_xx
<
> I want to change the region_ch template.
>
> How can I add a custom rule ?

Pierre, sorry for missing your post before.  There is a concept of a
"Custom Rule" but I'm not sure if that's what you mean.   Regions tend
to describe what the non-custom rules are like local calls, emergency
calls, .... .  Do you want to make changes to the current one?  Do you
want to define a whole new region?

>
> Where canĀ  I find the list of the properties to use in the xml custom dial
> plan ?


Properties can mean two things too.  Localization of strings seen on
the GUI or properties like default PSTN Prefix. Which do you mean?  If
it's the latter, the best advice I would have is look at the source

https://github.com/dhubler/sipxecs/tree/master-4.2/sipXconfig/neoconf/src/org/sipfoundry/sipxconfig/admin/dialplan

and match-up EmergencyRule.java with defaultEmergencyRule and if class
has a method
  setEmergencyNumber(String )
then you can use property
  <property name="emergencyNumber" value="112" />
_______________________________________________
sipx-users mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Reply via email to