Displaying 1 result from an estimated 1 matches for "fiznucked".
2005 Sep 23
4
CallerID issue
...uot; rather than the number I'm specifying.
If I set callerid info when calling an internal extension then I see the
callerid name and number when I call that extension.
I did that thusly:
exten => 101,1,Set(CALLERID(number)=1112223333)
exten => 101,2,Set(CALLERID(name)=fiznucked)
exten => 101,3,Dial(SIP/officeata1,20,tr)
that works. But the callerid doesn't work when I try to call out
through teliax.
exten => _1XXXXXXXXXX,1,Set(CALLERID(number)=1112223333)
exten =>
_1XXXXXXXXXX,2,DIAL(IAX2//username/@teliax/${EXTEN},30,tr)
I...