Displaying 1 result from an estimated 1 matches for "testclid".
Did you mean:
test_id
2007 Aug 20
1
1.4.4. caller ID not working ?
Hello All,
Is CALLERID() setting broken in 1.4.4?
My small dialplan :
[testclid]
exten => _0.,1,Set(CALLERID(all)=Ben Jacob <988077>)
exten => _0.,n,Dial(SIP/${EXTEN})
Correct me if I am wrong, Set(CALLERID(all) above supposed to change the
display name as above(Ben Jacob) and change the From URI to 988077 at myip??
As of now, only the _display name_ is being re...