Page 1 of 1

1.8 inbound with "cld="

PostPosted: Thu Jul 25, 2013 12:35 pm
by gerski
Hello Guys,

I have installed asterisk 1.8.21-vici on one of my system but im having problem on inbound call, on my asterisk cli it shows:

example my DID is 1234567890

Code: Select all
- Executing [1234567890;cld=1234567890@trunkinbound:1] AGI("SIP/myvoip-00013ce5", "agi-DID_route.agi") in new stack


it is reading with cld=XXXXXX that is why on my reports im getting:

Inbound DID Report 2013-07-25 12:28:48

Time range 1 days: 2013-07-25 00:00:00 to 2013-07-25 23:59:59

DID Summary:
+--------------------+--------------------------------+------------+------------+
| DID | DESCRIPTION | ROUTE | CALLS |
+--------------------+--------------------------------+------------+------------+
| 1234567890;cld=1234567890 | *** default *** | EXTEN | 5 |


On other server inbound calls are working but on this asterisk 1.8.21-vici its adding "cld=", This is scratch install so I think im missing some configuration.

by the way my vicidial is VERSION: 2.8-403a

Re: 1.8 inbound with "cld="

PostPosted: Fri Jul 26, 2013 10:17 am
by mcargile
Tested this extensively and have never seen this. Please go into the server section and set AGI Output to 'Both' and then call in. Next go into /var/log/astguiclient and run this command:

Code: Select all
less -r screenlog.0


Find the inbound call and post the entire output for the call here including the agi debug output. Also please post your carrier entry for this inbound carrier.

Re: 1.8 inbound with "cld="

PostPosted: Tue Jul 30, 2013 4:15 pm
by gerski
Actually downgrading to 1.4.39-vici works.. I dont know why my 1.8-vici is having problem with cld on inbound.

Anyway thanks for the help..