Call Parking Not Working
![Post Post](./styles/vicidial/imageset/icon_post_target.gif)
Posted:
Wed Sep 20, 2006 1:16 pm
by SuPrSluG
I've tried everything I can following scratch install but nothing gets this feature to work ( and it's kind of an important feature). Can anyone show me their dialplan etc to get this working. No matter what this is NO way I can click on park call on the web interface and have it call the park call agi. If not, can anyone recommend software that will actually park the call.
I have an inbound 1-866 number through IAX2 protocol. It takes the call but nothing happens when
I try to park the call.
TIA
![Post Post](./styles/vicidial/imageset/icon_post_target.gif)
Posted:
Wed Sep 20, 2006 3:01 pm
by mflorell
post results of these commands:
ls -l /var/lib/asterisk/sounds/conf.gsm
ls -l /var/lib/asterisk/sounds/park.gsm
Then dial 8301 from a phone on your system and see if it plays anything.
Also post the Asterisk CLI from when you dial 8301.
![Post Post](./styles/vicidial/imageset/icon_post_target.gif)
Posted:
Wed Sep 20, 2006 4:37 pm
by SuPrSluG
root[agc]# ll /var/lib/asterisk/sounds/conf.gsm
-rw-r--r-- 1 root root 3182058 2006-09-15 15:55 /var/lib/asterisk/sounds/conf.gsm
root[agc]# ll /var/lib/asterisk/sounds/park.gsm
-rw-r--r-- 1 root root 3182058 2006-09-15 15:56 /var/lib/asterisk/sounds/park.gsm
when I dial 8301 from kphone I get classical music. So it works. Output
-- Executing Answer("SIP/112-081a2670", "") in new stack
-- Executing AGI("SIP/112-081a2670", "park_CID.agi") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/park_CID.agi
-- AGI Script park_CID.agi completed, returning 0
-- Executing Playback("SIP/112-081a2670", "park") in new stack
-- Playing 'park' (language 'en')
== Spawn extension (default, 8301, 3) exited non-zero on 'SIP/112-081a2670'
-- Executing DeadAGI("SIP/112-081a2670", "call_log.agi|h") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/call_log.agi
-- AGI Script call_log.agi completed, returning 0
-- Executing DeadAGI("SIP/112-081a2670", "VD_hangup.agi|IAX2-----NODEBUG-----0---------------") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/VD_hangup.agi
Here's extensions.conf for the inbound number (real number changed). park_CID.agi is never launched from the web page.
exten => 8665551212,AGI(call_log.agi,${EXTEN})
exten => 8665551212,2,Ringing
exten => 8665551212,3,Wait(1)
exten => 8665551212,4,Answer
exten=>8665551212,5,AGI(agi-VDADcloser_inboundCID.agi,SalesLine-----8665551212-----Closer---------------999-----1)
exten => 8665551212,6,Hangup
![Post Post](./styles/vicidial/imageset/icon_post_target.gif)
Posted:
Wed Sep 20, 2006 6:37 pm
by mflorell
When you try to park the call, what shows up in the channel field of vicidial.php?
What shows up in the "Calls in this session" at the botom of the screen?
![Post Post](./styles/vicidial/imageset/icon_post_target.gif)
Posted:
Thu Sep 21, 2006 10:49 am
by SuPrSluG
The channel stays iax2. There is nothing in
LIVE CALLS IN YOUR SESSION:
# REMOTE CHANNEL HANGUP
1 SIP/112-081a26c0 HANGUP
While on a live inbound call
mysql> select * from inbound_numbers;
Empty set (0.01 sec)
mysql> select * from park_log;
Empty set (0.00 sec)
mysql> select * from parked_channels;
Empty set (0.00 sec)
mysql> select * from live_inbound ;
Empty set (0.00 sec)
mysql> select * from parked_channels;
Empty set (0.00 sec)
mysql> select * from park_log;
Empty set (0.00 sec)
mysql> select * from vicidial_live_agents;
+---------------+------+---------------+------------+-----------+--------+---------+-------------+--------------------+----------------------+---------------------------+-----------+---------------------+------------------+---------------------+------------------+----------------+------------+
| live_agent_id | user | server_ip | conf_exten | extension | status | lead_id | campaign_id | uniqueid | callerid | channel | random_id | last_call_time | last_update_time | last_call_finish | closer_campaigns | call_server_ip | user_level |
+---------------+------+---------------+------------+-----------+--------+---------+-------------+--------------------+----------------------+---------------------------+-----------+---------------------+------------------+---------------------+------------------+----------------+------------+
| 20 | 112 | 192.168.2.133 | 8600051 | SIP/112 | INCALL | 24 | CLOSER | 1158853619.4000001 | Y0921114700000000024 | IAX2/66.225.202.80:4569-2 | 13063264 | 2006-09-21 11:47:01 | 20060921114833 | 2006-09-21 11:43:41 | SalesLine - | | 1 |
+---------------+------+---------------+------------+-----------+--------+---------+-------------+--------------------+----------------------+---------------------------+-----------+---------------------+------------------+---------------------+------------------+----------------+------------+
1 row in set (0.00 sec)
![Post Post](./styles/vicidial/imageset/icon_post_target.gif)
Posted:
Thu Sep 21, 2006 2:35 pm
by mflorell
before parking the call what is the exact contents of the channel field and the "calls in this session" box?