Displaying 1 result from an estimated 1 matches for "pretrim".
Did you mean:
petri
2005 Aug 22
1
Asterisk ISDN CallerID identification failure
...debug statements
exten => <pattern>,3,NoOp(${CALLERID})
exten => <pattern>,4,NoOp(${CALLERIDNUM})
exten => <pattern>,5,NoOp(${CALLERIDNAME})
exten => <pattern>,6,SetCIDNum(${CALLERIDNUM}) ; setting caller id
exten => <pattern>,7,Macro(dialexten,${DNID:${PRETRIM}},SIP/${VIC}${DNID})
exten => <pattern>,8,Hangup
Now all the above NoOp cmds display null "". I am able to see the
caller id appear on asterisk CLI when a call comes in by on a channel,
but it doesn't get set. Any leads will be much appreciated. This is what
I see in asteri...