Really, you can update the Nortel database of names with a script? *.* In what language it is possible to write the script?
Danilo Il giorno venerdì 3 maggio 2013, Richard Mudgett <[email protected]> ha scritto: >> Hello to all, >> >> I have a problem with an asterisk qsig . >> >> I have three machines : >> >> Nortel CS1000 --- Card Sangoma PRI ---> Asterisk QSIG --- SIP Trunk >> ---> Asterisk >> >> I use Snom phones on Asterisk . >> If I call from Asterisk to Nortel , Nortel reminds me of the name of >> the person i'm calling and I visualize on the display of Snom phone >> , but if I call from Nortel to Asterisk , the QSIG does not send >> Nortel on the display of the name of the person i'm calling ... why? >> >> example: >> Snom phone = "Danilo < 1001 > " >> Nortel phone = "Marco < 2002 > " >> >> If I call from Nortel to Asterisk , I have the display of the Snom " >> Marco < 2002 > " and the display of Nortel " Danilo < 1001 > "; If I >> call from Nortel to Asterisk , I have the display of the Snom " >> Marco < 2002 > " and the display of Nortel " < 1001 > " > > Try placing a Wait(1) in the dialplan for the Nortel to Asterisk direction. > Many Q.SIG implementations send the name in a separate message AFTER sending > the SETUP message. Asterisk usually puts the call into dialplan when it > receives the SETUP message. Waiting allows a subsequent message containing > the name to arrive and be available in the dialplan for subsequent outward > dials. > > Richard > > -- > _____________________________________________________________________ > -- 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 >
-- _____________________________________________________________________ -- 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
