[asterisk-bugs] [JIRA] (ASTERISK-28652) unable to call outbound cli call
prashanth (JIRA)
noreply at issues.asterisk.org
Mon Dec 9 23:50:31 CST 2019
prashanth created ASTERISK-28652:
-------------------------------------
Summary: 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