Using 1.6-rc8. In iax.conf on the calling box, I have: [iax-out] ......... callerid = "sean" <447> I even also put the same on called box. But I can't seem to set the callerid: exten =>_NXX,1,Answer() exten =>_NXX,n,NoOp(${CALLERID(num)}) Answer("IAX2/iax-in-7", "") in new stack NoOp("IAX2/iax-in-7", "") in new stack So how do I set callerid? sean
Tilghman Lesher
2008-May-06 18:59 UTC
[asterisk-users] how do I set callerid for incoming iax?
On Tuesday 06 May 2008 12:45:42 sean darcy wrote:> Using 1.6-rc8. > > In iax.conf on the calling box, I have: > > [iax-out] > ......... > callerid = "sean" <447> > > I even also put the same on called box. > > But I can't seem to set the callerid: > > exten =>_NXX,1,Answer() > exten =>_NXX,n,NoOp(${CALLERID(num)}) > > > Answer("IAX2/iax-in-7", "") in new stack > NoOp("IAX2/iax-in-7", "") in new stack > > So how do I set callerid?"iax-out" != "iax-in" -- Tilghman