On Mon, Nov 18, 2013 at 1:21 AM, Dmitry Melekhov <dm at belkam.com> wrote:
> Hello!
>
> I have following connections over isdn pri:
>
> avaya definity---pri--asterisk--pri-panasonic 500
>
> Just because panasonic 500 can't send user's names.
>
> I also want to have reverse callerid for avaya users.
>
> But if there is no answer in dial plan:
>
> exten => _XXXX,1,Set(CONNECTEDLINE(name)=${DB(names/${EXTEN})})
> ;exten => _XXXX,n,Answer
> exten => _XXXX,n,Dial(DAHDI/g4/${EXTEN})
> exten => _XXXX,n,Hangup
>
> there is no name on avaya display after panasonic user pick up...
>
> With answer name appears immediately but this is not what we want :-(
>
You need to use the 'I' Dial option to inhibit the connected line date
from
the
Dial from overwriting the values setup by your dialplan. See [1].
Richard
[1]
https://wiki.asterisk.org/wiki/display/AST/Manipulating+Party+ID+Information
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.digium.com/pipermail/asterisk-users/attachments/20131118/2fc0c3a5/attachment.html>