Ive been playing with an Asterisk setup and an SPA3k device and am very impressed on how easy it's been to get them working.
Eventually I found Voxilla's configuration tool and that make it even easier. Well ... the problem is always on the details.
I have some X-ten SIP phones connected to * and the SPA3K phone can dial out via PSTN, all other extensions can dial out to PSTN and among themselves.
Incoming calls via PSTN worked and were routed to the proper extension/context within * until I decided to enable the "PSTN CID->VoIP CID" option. Now I get a reorder tone when dialing from outside (after the device answer) and my * console shows:
Code:
Dec 26 21:39:05 NOTICE[9049]: Failed to authenticate user PSTN-No ID <sip:799XXXX@192.168.102.250:5060>;tag=b266b0533d7f4bb2o1
Versions: SPA3k FW 2.0.11(GWg), *version 1.0.3
At this point I have the SPA3k configured using the Voxilla configurator but with PSTN CID->VoIP CID =yes. The * configuration is pretty much the suggested on the configurator as well (contexts my be a bit different)
I even included the caller ID as an extension for the caller ID but it did no help:
exten => 799XXXX,1,Dial(SIP/150)
exten => 799XXXX,2,Voicemail(u150)
I know it's very likely a problem with my * config but I hope someone on this list with a working config could provide me with some solution (or working config files: SIP.conf and extensions.conf including contexts) so I can get my setup to work with CID.
Thanks!