[Asterisk-Users] Caller ID info ZAP --> SIP??

el Flynn el_flynn at lanvik-icu.com
Mon Dec 13 20:23:44 MST 2004


stuff at balzer.ca wrote:

<snip>

> 
> Here's my question...  Is there a way to capture the inbound callerid from
> my phone line (coming in on the X100P) and have it appear on my SIP phones
> properly?

<snip>

> 
> This is how my test config is right now:
> 
> extensions.conf
> [incoming]
> exten => s,1,Dial(SIP/2002,20)
> 
> The phone does ring... but for caller id info it just shows "asterisk".
> 

try this:

[incoming]
exten => s,1,Answer
exten => s,2,SetCallerID(${CALLERID})
exten => s,3,Dial(SIP/2002,20)

flynn




More information about the asterisk-users mailing list