[asterisk-users] Asterisk - Segmentation fault

Magnus Benngård magnus.b at inputinterior.se
Tue Dec 1 06:58:48 CST 2009


Gentlemen,

Forgive me if I am posting at the wrong place!

I was going to test the "new" chan_ooh323 driver so I did install:

debian: Linux sip2 2.6.26-2-686 #1 SMP
dahdi-linux-complete-2.2.0.2+2.2.0
Asterisk SVN-trunk-r231692

Did enable chan_ooh323, everything compiled without any problems.

Hardware setup:

Phone (975) - Avaya CM - H.323 - Asterisk - X-Lite (0317998975)

X-Lite can dial MeetMe (955) no problem but when
975 dials X-Lite, I get connectio hear X-Lite ringing but Asterisk dumps:

-- Registered SIP '0317998985' at 10.242.10.209 port 22796
 > Saved useragent "X-Lite release 1103k stamp 53621" for peer 0317998985
 -- Executing [985 at inputinterior.se:1] Dial("OOH323/avaya-1",
"SIP/0317998985") in new stack
 == Using UDPTL CoS mark 5
 -- Called 0317998985
 -- SIP/0317998985-00000001 is ringing
Segmentation fault

cat /var/log/messages
Dec 1 12:02:25 sip2 kernel: [13455.390240] asterisk[15013]:
segfault at 0 ip b7edde94 sp b6971170 error 6
in
libc-2.7.so[b7e68000+155000]

Can some guru give me a hint how I should go on?

sip2:/etc/asterisk# cat sip.conf
[general]
context=inputinterior.se
allowoverlap=yes
bindport=5060
bindaddr=10.242.10.122
srvlookup=yes
t38pt_udptl=yes

[0317998985]
type=friend
regexten=0317998985
secret=1234
defaultuser=0317998985
callerid="Cecilia Benngard" 
mailbox=0317998985 at inputinterior.se
host=dynamic
canreinvite=no
nat=yes
disallow=all
allow=alaw

sip2:/etc/asterisk# cat extensions.conf
[general]
static=yes
writeprotect=no
clearglobalvars=no

[inputinterior.se]
exten => 955,1,Set(CHANNEL(language)=en)
exten => 955,2,MeetMe(955)
exten => 955,3,Hangup()
;
exten => 985,1,Dial(SIP/0317998985)
;
exten => _0X!,1,Dial(OOH323/0${EXTEN}/avaya)

sip2:/etc/asterisk# cat
ooh323.conf
[general]
context=inputinterior.se
bindaddr=10.242.10.122
port=5087
dtmfmode=rfc2833
disallow=all
allow=alaw

[avaya]
type=friend
context=inputinterior.se
ip=10.242.14.11
port=5087
dtmfmode=rfc2833
disallow=all
allow=alaw

Best regards
MAGNUS BENNGRD 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091201/63574c96/attachment.htm 


More information about the asterisk-users mailing list