[asterisk-bugs] [JIRA] (ASTERISK-28652) unable to call outbound cli call
Joshua C. Colp (JIRA)
noreply at issues.asterisk.org
Tue Dec 10 05:24:32 CST 2019
[ https://issues.asterisk.org/jira/browse/ASTERISK-28652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=249027#comment-249027 ]
Joshua C. Colp commented on ASTERISK-28652:
-------------------------------------------
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
> unable to call outbound cli call
> --------------------------------
>
> Key: ASTERISK-28652
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-28652
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Addons/app_mysql
> Affects Versions: 16.6.1
> Reporter: prashanth
>
> 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 at 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()
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list