> > I m trying to set my system to set a caller id using the diaplan when
> > calling an internal extension. In other words, when I dial Joe Smith s
> > extension I want my own phone to show  Joe Smith 555 . I have sort of
> > managed that in the sense that my phone shows Joe Smith s caller id
> > based on his sip.conf callerid. But I need this to be done
> > programmatically through the dial plan (Let s say I want to show  Joe
> > Smith  or just  Joe  based on some condition)
> >
> 
> [1]
> https://wiki.asterisk.org/wiki/display/AST/Manipulating+Party+ID+Informa
> tion

Richard,

For future ref: I used the straight forward dial-through example, pretty much 
as is on the link you included (thank you!), but although the number worked 
fine the name did not. I had to use 

exten => 124,n,Set(CONNECTEDLINE(all,i)="Name <555-555-5555>") instead of a 
separate name and number priority.

...so the wiki might be wrong (or there might be a bug in my 1.8.x version). 
But it works now, thanks to you for pointing me in the right direction,

Mike




--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to