On Saturday 21 January 2006 20:30, Conrad Beckert wrote:> Could anyone please help me with that:
>
> I have an analog telephone connected to Asterisk using a Sipura 2002 ATA.
> When calling the extension, the caller ID presented is always the number of
> that extension rather than the number of the calling one.
>
> While I learned that this is the new standard behaviour (?) of Asterisk, I
> want to show the original caller ID.
>
> I tried the options o and f in the dial command - e.g.
Don't know about "f" but "o" is "Operator
extension, used for operator exit by
pressing zero in voicemail "> exten => 1002,4,dial(sip/2999,20,o)
>
> no avail. The phone rings and shows 2999 instead of the calling party!
>
> The SIPURA seems to be ok: when I connect to Sipgate/Nikotel etc. directly,
> everything is ok
>
> What's wrong? My Asterisk Version is 1.2.1
sip.conf
[2999]
type=friend
secret=xxxxx
callerid=Analog Phone <1002>
regexten=1002
etc...
exten => 1002,1,Dial(sip/2999,20)
exten => 1002,2,Hangup
Does this give you a clue?
benchev