18.11.2013 20:51, Richard Mudgett пишет:



On Mon, Nov 18, 2013 at 1:21 AM, Dmitry Melekhov <[email protected] <mailto:[email protected]>> 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


Hello!

Thank you!
It works :-)

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to