[Home]

Summary:ASTERISK-00411: callerid field in iax.conf effects inbound callerid and not outbound callerid
Reporter:lgoodman (lgoodman)Labels:
Date Opened:2003-10-21 13:52:47Date Closed:2011-06-07 14:10:25
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:It seems that the callerid field in the iax.conf file effects the callerid info on inbound calls only. I thought it was for outbound. The only way to make outbound callerid work for and IAX provider is to make a macro in the extensions.conf file. Like this
exten => _1NXXNXXXXXX,1,SetCallerID("Lee Goodman"<(978) 649-XXXX>)
exten => _1NXXNXXXXXX,2,Dial,IAX2/blahblah@voicepulse/${EXTEN}/${ARG1}
Comments:By: Mark Spencer (markster) 2003-10-22 13:38:55

It *is* supposed to work only on incoming, not outgoing.