Hi all, i have a TDM20B in my astbox and i have configured my channels as follows: usecallerid=yes signalling=fxo_ks context=tel1 group=5 callerid=""<101> channel => 13 callerid=""<102> channel => 14 But if i make a connection to the manager interface the callerid in the events is not set: Event: Newchannel Channel: Zap/13-1 State: Rsrvd Callerid: <unknown> Uniqueid: 1077819120.3 Event: Hangup Channel: Zap/13-1 Uniqueid: 1077819120.3 Is this a bug ? Or may i do somthing wrong ? Thanks for help, Thomas. ******************************************* beroNet technologies GmbH Dipl.- Ing. Thomas H?ger Potsdamer Str. 18 A 14513 Teltow (bei Berlin) FON: +49 (0) 3328 3077731 FAX: +49 (0) 3328 334779 Email: thomas.haeger@beronet.com *******************************************
Hi!> callerid=""<101> > channel => 13 > > callerid=""<102> > channel => 14 > > But if i make a connection to the manager interface the callerid in the > events is not set: > > Event: Newchannel > Channel: Zap/13-1 > State: Rsrvd > Callerid: <unknown> > Uniqueid: 1077819120.3My experience with AGI is that you must not use quotes in the callerid= statement, so use callerid=my name <123> instead of callerid="my name" <123> as otherwise the AGI script will only see the "my" part as callerid. Therefore I suggest you test with callerid="" <101> (note the space between "" and <) and callerid=<101> and callerid=101 and callerid=unkown <101> and then pick what works best for you. Creating a bug report at bugs.digium.com might also be a good move depending on your findings. Cheers, Philipp