Assuming this is Asterisk 1.2 or later, have you tried CALLERID(all)? The other formats were to be deprecated starting 1.2 even though I have seen them work still. exten => s,1,Set(CALLERID(all)=Fine Me ) -Bruce ---------------------------------------- > Date: Thu, 18 Jun 2009 21:39:59 -0400 > From: [email protected] > 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] >
_________________________________________________________________ Create a cool, new character for your Windows Live⢠Messenger. http://go.microsoft.com/?linkid=9656621 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
