[Asterisk-Users] Caller ID info ZAP --> SIP??
Eldon Balzer
stuff at balzer.ca
Mon Dec 13 21:06:11 MST 2004
Thanks, tried that but to no avail. After much searching and
experimenting on the internet here's what I've found so far:
1. CallerID info is tranferred inside (I used the PrivacyManager option
and typed in some numbers... and they appeared on the SIP phone!).
2. I captured the line info using 'ztmonitor 1 -f <FILENAME>' and
converted it to WAV with sox. The callerid info is sent between the first
and second rings. In case it helps... I live in Canada -- callerid is the
same as in the US I believe. And what should one be using for the
signalling -- ground, loop or kewl start? I've tried several of them and
they all work.
3. I am getting the following message a lot of the time on the * console:
ERROR[294928]: callerid.c:192 callerid_feed: fsk_serie made mylen < 0 (-15)
WARNING[294928]: chan_zap.c:4657 ss_thread: CallerID feed failed: Success
WARNING[294928]: chan_zap.c:4699 ss_thread: CallerID returned with error
on channel 'Zap/1-1'
So I know that callerid will properly appear on my local SIP phones...
*IF* I could ever get the X100P (or asterisk) to properly grab the
callerid information from the PSTN!
System details:
Gentoo Linux -- running 2.4.22-gentoo-r1
Running current *stable* emerge packages
asterisk-0.9.0
zaptel-0.9.1
zapata-0.9.1
Any recommendations or hints? :)
> 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
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
More information about the asterisk-users
mailing list