[Asterisk-Users] truncated extensions
Greg Hill
gregh-asterisk at hillnet.us
Sun Aug 8 16:56:23 MST 2004
On Sun, 8 Aug 2004, Kevin Johnson wrote:
> I'm having a problem with extensions.
>
> Any extension longer than 6 characters gets truncated to 6 characters.
>
> For example,
> exten => _7XXXXXX,3,NoOp("call for"${EXTEN})
> results in
> call for 712345
> when given
> 7123456
that's ${EXTEN}, not ${EXTEN:1}, right (I mean what's actually in your
extensions.conf file)? And you don't have any other extensions with the
'.' wildcard in them which might be getting matched instead? Next step:
mention which version you're running and maybe include extensions.conf.
good luck -
Greg
More information about the asterisk-users
mailing list