Dear Ferrand,
try to use XML dialplan in order to use different identities.
Best regards
thanks, it works fine like this:
<?xml version="1.0" encoding="utf-8"?>
<dialplan e="2">
<!--Example North American Dialplan-->
<TEMPLATE MATCH="...*" Timeout="6" User="Phone" identity="3"/>
<TEMPLATE MATCH="2." Timeout="1" User="Phone" identity="1"/>
</dialplan>
Ferrand
Hi, we have several Ip phone D385 with 2 or 3 different trunk identities registered.
I want to use these different identities without choosing them manually.
Is it possible to do it with a dial plan, i tried this but it doesn't work:
"|^([0-9]{3,})|sip:\1@\d;identity=3" "|^([0-9]{2})|sip:\1@\d;identity=1"
Thanks in advance.