Displaying 1 result from an estimated 1 matches for "my_ext".
Did you mean:
my_text
2007 Feb 02
1
CallerID Name not available.
...n incoming call is redirected to another number by our asterisk
server. In the incoming call the caller name is present but when
redirect the call, the end receiver is not able to see the callerid
name. The caller id number is visible.
our related changes to extensions conf is below.
exten => {MY_EXT},14,Set(CALLERID(name)=OH ${CALLERID(name)})<br>
exten => {MY_EXT},15,Dial(SIP/vitel-outbound/$[${MY_CONTACT}],30)
at 14 we try to present OH to the Caller Name. For eg "OH Shivram U".
(removing this line doesnt work too)at 14 we are able to see the
callerid name.
at 15 we route...