RE: [Asterisk-Users] CallerID Name in dialplan

2005-09-12 Thread Jonathan k. Creasy
Will SetCallerID do it? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andy Vega Sent: Monday, September 12, 2005 4:33 PM To: Asterisk-Users@lists.digium.com Subject: [Asterisk-Users] CallerID Name in dialplan Is it possible to show

RE: [Asterisk-Users] CallerID Name in dialplan

2005-09-12 Thread Colin Anderson
I have had good luck with this: exten = 1000,1,SetCallerID(YourMessageHere) works fine on my phones (Snoms) but the problem there is that SetCallerID only works from the perspective of the callee. A hack might be to make a .call file that the user instantiates from a web page that calls the

Re: [Asterisk-Users] CallerID Name in dialplan

2005-09-12 Thread MF Hulber
Set(CALLERID(name)=VOICE MAIL) Andy Vega wrote: Is it possible to show CallerID names for dialplan applications? When I call from phone-to-phone, it shows the CallerID from sip.conf or iax.conf, but I don't know of any way to show CallerID Name when I call the extension for an application

RE: [Asterisk-Users] CallerID Name in dialplan

2005-09-12 Thread Alexander Lopez
To: [EMAIL PROTECTED]; Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] CallerID Name in dialplan Set(CALLERID(name)=VOICE MAIL) Andy Vega wrote: Is it possible to show CallerID names for dialplan applications? When I call from phone-to-phone

Re: [Asterisk-Users] CallerID Name in dialplan

2005-09-12 Thread Joe Greco
If what you are asking is that the phone you are calling from displays 'Voice Mail' when ext 1000 is dialed then that is a function of the phone NOT of asterisk. That is incorrect. This feature is quite common on business phone systems such as the Meridian. On the calling phone, dialing an

Re: [Asterisk-Users] CallerID Name in dialplan

2005-09-12 Thread Dylan VanHerpen
Due to the size of most larger deployments, expecting the phone's built-in directory to handle this is probably ... unreasonable. I believe someone mentioned that there was some work to define this sort of functionality for SIP in the RFC's, but I don't recall for sure. I guess the problem