[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:all-tabpanel ]
Joshua C. Colp closed ASTERISK-28652.
-------------------------------------
Resolution: Suspended
> 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