I've got Asterisk 1.2.18 and Vicidial 2.0.129. Manual dialing works fine, and autodialing works, but the call progress is not being posted to the webclient? The channel does appear in live_channels table, I can hear the call enter my conference, but it times out and the webclient says the caller has hungup. It never appears in the channel information in the bottom of the webclient.
I've tried the sip-silence dial plan. I've have the registration string and the dial string the same, and I've tried different clients (SIP vs. IAX).
Here is the contents of live_channels:
mysql> select * from live_channels;
+-----------------------+--------------+---------------+-----------+------------
--+
| channel | server_ip | channel_group | extension | channel_dat
a |
+-----------------------+--------------+---------------+-----------+------------
--+
| Zap/pseudo-2066907962 | 10.10.10.149 | NULL | ring | SIP/ring
|
| IAX2/207.173.206.22 | 10.10.10.149 | NULL | MeetMe | MeetMe
|
+-----------------------+--------------+---------------+-----------+------------