Siggi Langauf
2003-Aug-09 06:07 UTC
[Asterisk-Users] Does Wildcard x100p support Caller ID outside the US? (fwd)
On Fri, 8 Aug 2003, Dave Cotton wrote:> The x100p does get the CID in France. It is now a question of how to break it down. > > I changed callerid.c line 278 to :- > > ast_log(LOG_NOTICE, "Got this:- %s\n", cid->rawdata); > > and the result on August 8 at 10:06 from 0490233081 was:- > > File callerid.c, Line 278 (callerid_feed): Got this:- 080810060490233081 > > OK, Now what do I do?Well, I'd say: just strip the date and time off!. You made that call on 2003-08-08, 10:06h local time, didn't you? Cheers, Siggi
Dave Cotton
2003-Aug-09 07:32 UTC
[Asterisk-Users] Does Wildcard x100p support Caller ID outside the US? (fwd)
On Sat, 2003-08-09 at 15:07, Siggi Langauf wrote:> > Well, I'd say: just strip the date and time off!. You made that call on > 2003-08-08, 10:06h local time, didn't you?My question was how to change the code. As an experiment I just added a case statement case: 22 break; and it works. I now get the callers number on the Xten softphone, as soon as I get my IP phone I'll check with that. What would be nice is if I could make use of the date/time kindly sent by France Telecom.>From a posting on a French telecoms list that said that the French and Germansystems used the same method of signalling, i.e. between the 1st and 2nd ring and V23, this fix should also work in Germany. If someone close to the code (Mark?) can verify that this is a legitimate fix, and doesn't break something I don't know about, it can go into the CVS. So the answer to the original question is, yes it does. -- Dave Cotton <dcotton@linuxautrement.com>