Hi, all. I'm glad I put asterisk and hylafax together just like PSTN->Asterisk->Hylafax->Email. And the fax2email function works well. But I also find some bugs about CID number. I use TE405P as gateway and Eicon PRI card as fax card. When I receive the caller number from PSTN, I found it was 51863500. While I dial the FAX trunk, FaxGetty get the caller number 051863500. -- Executing NoOp("Zap/124-1", "51863500") in new stack -- Executing Dial("Zap/1-1", "ZAP/g1/51863507") in new stack Apr 30 13:30:50 faxserver FaxGetty[28254]: --> [33:RING CID: 051863500 DAD: 51863507] Any idea? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050430/28e6a83e/attachment.htm
On Sat, 30 Apr 2005, Ma Zhiyong wrote:> I use TE405P as gateway and Eicon PRI card as fax card. > > When I receive the caller number from PSTN, I found it was 51863500. While I dial the FAX trunk, FaxGetty get the caller number 051863500. > > -- Executing NoOp("Zap/124-1", "51863500") in new stack > -- Executing Dial("Zap/1-1", "ZAP/g1/51863507") in new stack > > Apr 30 13:30:50 faxserver FaxGetty[28254]: --> [33:RING CID: 051863500 DAD: 51863507]Gather a "pri intense debug span X" log. One possible cause is in the Type Of Number (TON) handling in Asterisk. What is the prilocaldialplan set to for the link to the Eicon PRI? Are you using any of the "nationalprefix" or similar options? Peter