Is this SIP registration or IP based authentication? If the former, is sendrpid=yes set in sip.conf?
-----Original Message----- From: Simon P. Ditner [mailto:[email protected]] Sent: June-18-09 9:40 PM To: [email protected] Subject: [on-asterisk] Trouble setting callerid on an outbound call on a minimal system I have a DID set up to do find-me follow-me with unlimitel, and I'm just trying to do something simple: exten => s,1,Set(CALLERID(num)=6472100000) exten => s,n,Dial(SIP/4165551...@sip-unlimitel&sip/somephone) When I'm calling to sip.unlimitel.ca, I don't see the correct CallerID anywhere in the SIP invite, and for the life of me, I can't figure out why. Any ideas? Are there prerequisite modules for func_callerid.so to work correctly? This instance is pretty bare-bones: load => res_features.so load => res_indications.so ; Ringback, busy, etc.. load => res_agi.so load => chan_sip.so load => chan_iax2.so load => pbx_config.so load => app_playback.so load => app_dial.so load => format_wav.so load => codec_ulaw.so load => codec_ilbc.so load => cdr_csv.so load => app_voicemail.so load => app_directory.so load => res_adsi.so ; For app_voicemail load => format_wav_gsm.so ; Msft format of wav? load => codec_gsm.so ; For app_voicemail load => func_timeout.so ; For TIMEOUT load => func_callerid.so -- | It ain't what you don't know that gets you into trouble. It's what | you know for sure that just ain't so. -- Mark Twain | | Network: http://www.linkedin.com/in/spditner | http://facebook.com/people/Simon-P-Ditner/776370031 | http://twitter.com/spditner --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
