Page 1 of 1

Autodial-ed call progress on IAX trunk?

PostPosted: Wed May 23, 2007 2:56 am
by F2inc
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
|
+-----------------------+--------------+---------------+-----------+------------

PostPosted: Wed May 23, 2007 10:17 am
by mflorell
Did you apply the cli_chan_concise_delimiter.patch before compiling Asterisk?

PostPosted: Wed May 23, 2007 10:29 am
by F2inc
I thought I did, really! OK now it works. Thanks Mike!