[asterisk-bugs] [JIRA] Issue Comment Edited: (ASTERISK-20149) Crash when faxing SIP to SIP
Alexandr (JIRA)
noreply at issues.asterisk.org
Fri Jul 27 00:30:21 CDT 2012
[ https://issues.asterisk.org/jira/browse/ASTERISK-20149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=195278#comment-195278 ]
Alexandr edited comment on ASTERISK-20149 at 7/27/12 12:29 AM:
---------------------------------------------------------------
On asterisk(2) :
extensions.conf
[globals]
ASTBOX=SIP/office
[from-gagarina-to-pesochnaya]
exten => _X.,1,Noop(Call from "${CALLERID(all)}" to "${EXTEN}")
exten => _X.,n,Set(route=${FILTER(0123456789,${EXTEN})})
exten => _X.,n,Dial(${ASTBOX}/${route})
exten => _X.,n,Hangup
sip.conf
[office-gag]
host=
deny=
permit=
canreinvite=no
type=friend
secret=
context=from-gagarina-to-pesochnaya
qualify=1000
disallow=all
allow=g729
t38pt_udptl=yes
setvar=FAXOPT(gateway)=yes
[office]
host=
deny=
permit=
canreinvite=no
type=friend
secret=
context=from-pesochnaya
qualify=1000
disallow=all
allow=alaw
t38pt_udptl=no
setvar=FAXOPT(gateway)=yes
was (Author: axonaro):
On asterisk(2) :
[globals]
ASTBOX=SIP/office
[from-gagarina-to-pesochnaya]
exten => _X.,1,Noop(Call from "${CALLERID(all)}" to "${EXTEN}")
exten => _X.,n,Set(route=${FILTER(0123456789,${EXTEN})})
exten => _X.,n,Dial(${ASTBOX}/${route})
exten => _X.,n,Hangup
> Crash when faxing SIP to SIP
> ----------------------------
>
> Key: ASTERISK-20149
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-20149
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Resources/res_fax, Resources/res_fax_spandsp
> Affects Versions: 10.6.0
> Reporter: Alexandr
> Assignee: Alexandr
> Severity: Critical
> Attachments: backtrace_20120719.txt, backtrace_20120720.txt, full_20120719.txt, full_20120720.txt, traffic_20120719.dump, traffic_20120720.dump
>
>
> Crash Asterisk (2) when faxing.
> Schema :
> Other PBX - > pri - > Asterisk 10.6.0 (1) - > sip,g729,t38 - > Asterisk 10.6.0 (2) - > sip,g711,t30- > Other PBX
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list