Jon Moore
2009-Nov-10 14:31 UTC
[asterisk-users] Setting outgoing callerid on when using a PRI
Hi list. I've googled around for this, and so far have come up short. I'm attempting to set the outbound callerid when making a call using our PRI. I've talked with ATT (the providor) and they have said the screening table has been disabled, so anything my phone system sends for callerid should be passing along. However, when I make a call, the primary number assigned on our PRI is showing up, not the value I've set. Here is how I'm making the call... exten => _91NXXNXXXXXX,1,Set(CALLERID(all)="Corner Homecare" <12703653903>) exten => _91NXXNXXXXXX,2,Dial(DAHDI/G2/${EXTEN:1}}) I'll be glad to offer up any debugging information that you might need, if it will help. I'm using Asterisk 1.6.0.14 and DAHDI 2.2.0. TIA -jonathan
Klaus Darilion
2009-Nov-10 16:39 UTC
[asterisk-users] Setting outgoing callerid on when using a PRI
use pri debugging (pri debug span 1) to verify if the data sent on the PRI line is correct! (e.g. type on number, ...) verify with an incoming call and set the same format on outgoing calls. regards klaus Jon Moore schrieb:> Hi list. I've googled around for this, and so far have come up short. > > I'm attempting to set the outbound callerid when making a call using > our PRI. I've talked with ATT (the providor) and they have said the > screening table has been disabled, so anything my phone system sends > for callerid should be passing along. However, when I make a call, > the primary number assigned on our PRI is showing up, not the value > I've set. > > Here is how I'm making the call... > > exten => _91NXXNXXXXXX,1,Set(CALLERID(all)="Corner Homecare" <12703653903>) > exten => _91NXXNXXXXXX,2,Dial(DAHDI/G2/${EXTEN:1}}) > > I'll be glad to offer up any debugging information that you might > need, if it will help. I'm using Asterisk 1.6.0.14 and DAHDI 2.2.0. > > TIA > > -jonathan > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
Jon Moore
2009-Nov-14 15:58 UTC
[asterisk-users] Setting outgoing callerid on when using a PRI
Update on my problem. After a few days of speaking with various folks at ATT, the issue has been "resolved". When we first ordered our PRI lines, they were supposed to be without screening tables (per ATT suggestion on how we can set CID numbers to numbers not associated with the PRI). However, this was apparently never done. So, asterisk is working just fine. My setting of the callerid is working just as it should. ATT is just blocking the number I send, and instead sending the main billing number on the PRI lines. -jonathan