[Home]

Summary:ASTERISK-28652: unable to call outbound cli call
Reporter:prashanth (prashanthvadla)Labels:
Date Opened:2019-12-09 23:49:36.000-0600Date Closed:2019-12-10 05:23:30.000-0600
Priority:MajorRegression?
Status:Closed/CompleteComponents:Addons/app_mysql
Versions:16.6.1 Frequency of
Occurrence
Frequent
Related
Issues:
Environment:Attachments:
Description:unable to call the outbound call to mobile number from landline number in cli mode and play the hello-world
asterisk configuration sip.conf
[general]

context=incoming
enabled = yes
port = 5060
tcpbindaddr = 0.0.0.0
secret = 1234
tcpenable=yes
deny=0.0.0.0/0.0.0.0
permit=127.0.0.1/255.255.255.0
read = system,call,log,verbose,agent,user,config,dtmf,reporting,cdr,dialplan
write = system,call,agent,user,config,command,reporting,originate,messageallow=ulaw
allow=alaw
allow=gsm
register => XXXXXX:pwd:XXXXXXXX@XX.XX.XX.XX/XXXXXXXX
[james]
    type=friend
    context=call-file-test
    allow=ulaw,alaw
    secret=1234
    host=dynamic


and exensions.conf  below:

[call-file-test]
exten => S,1,Answer()
exten => s,n,Wait(1)
exten => s,n,Playback(hello-world)
exten => s,n,Wait(1)
exten => s,n,Hangup()
Comments:By: Asterisk Team (asteriskteam) 2019-12-09 23:49:37.065-0600

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

Please note that once your issue enters an open state it has been accepted. As Asterisk is an open source project there is no guarantee or timeframe on when your issue will be looked into. If you need expedient resolution you will need to find and pay a suitable developer. Asking for an update on your issue will not yield any progress on it and will not result in a response. All updates are posted to the issue when they occur.

By: Joshua C. Colp (jcolp) 2019-12-10 05:23:24.946-0600

We appreciate the difficulties you are facing, however this does not appear to be a bug report and your request or comments would be better served in a different forum.

The Asterisk community provides support over IRC, mailing lists, and forums as described at http://asterisk.org/community. The Asterisk issue tracker is used specifically to track issues concerning bugs and documentation errors.

Please see the Asterisk Issue Guidelines [1] for instruction on the intended use of the Asterisk issue tracker.

Thanks!

[1] https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines