We got this on the logs
-- Executing [s@macro-dialout-trunk:23] Dial("SIP/100-0000008f", "SIP/alc/13052362158@222,300,Tt") in new stack
Locate the freepbx extensions_additional.conf and locate the macro-dialout-trunk
On priority 23 you will find this
exten => s,n,Dial(${OUT_${DIAL_TRUNK}}/${OUTNUM}${OUT_${DIAL_TRUNK}_SUFFIX},${TRUNK_RING_TIMER},${DIAL_TRUNK_OPTIONS})
Go to extensions_override_freepbx.conf
and paste the following :
[macro-dialout-trunk]
exten => s,23,Dial(${OUT_${DIAL_TRUNK}}/${OUTNUM},${TRUNK_RING_TIMER},${DIAL_TRUNK_OPTIONS})
reload asterisk core reload
DONE!
Also can be solved with an easy way
amportal restart or equivalent command on freepbx 13
references
http://community.freepbx.org/t/asterisk-with-sip-trunk-to-cisco-2800-router-resolved/30641/3
http://asteriskfaqs.org/2015/08/17/asterisk-users/asterisk-13-chan_sip-trunk-appending-string-to-dialled-number.html
No hay comentarios:
Publicar un comentario