[asterisk-users] Remote party ID - sort of working...

Mike list at net-wall.com
Wed Jul 18 11:59:53 CDT 2012


> > 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






More information about the asterisk-users mailing list