Displaying 3 results from an estimated 3 matches for "pbx_builtin_hangup".
2004 Jan 20
1
Compiling problems with SuSE
...:581: warning: comparison between signed and unsigned
> pbx.c: In function `pbx_substitute_variables_temp':
> pbx.c:765: warning: comparison between signed and unsigned
> pbx.c:812: warning: comparison between signed and unsigned
> pbx.c: In function `pbx_builtin_hangup':
> pbx.c:4017: internal compiler error: Segmentation fault
> ??
>
> I had problems with SuSE 8.2 and Asterisk from cvs dated ~12July2003
>
> I got it fixed by adding 128MB of memory to the 32MB on this P200
> machine.
> with 300MB of swap it should not have ma...
2003 Jul 11
2
Compile Problems with gcc 3.3
...gcc 3.3 i ran
into an unpleasant snag:
pbx.c:581: warning: comparison between signed and unsigned
pbx.c: In function `pbx_substitute_variables_temp':
pbx.c:765: warning: comparison between signed and unsigned
pbx.c:812: warning: comparison between signed and unsigned
pbx.c: In function `pbx_builtin_hangup':
pbx.c:4017: internal compiler error: Segmentation fault
The last line realy stopped me cold :-(
changing the -O level made no difference.
There is a Bug filed with gcc that seems to fit here
but it could also be a prob with my machine?
Anybody else with the same problem?
What is the last...
2006 Apr 21
0
HANGUPCAUSE on SIP channels
..._helper:
chan=SIP/nyct-901-539f, name=HANGUPCAUSE, value=1
Apr 21 12:35:18 WARNING[16815]: pbx.c:6057 pbx_builtin_setvar:
chan=SIP/nyct-901-539f, name=HANGUPCAUSE, value=1
-- Executing Hangup("SIP/nyct-901-539f", "") in new stack
Apr 21 12:35:18 WARNING[16815]: pbx.c:5548 pbx_builtin_hangup:
chan->hangupcause=(null)
== Spawn extension (nyct, 9218, 2) exited non-zero on
'SIP/nyct-901-539f'
Apr 21 12:35:18 WARNING[16815]: chan_sip.c:2471 sip_hangup:
ast->hangupcause=16 res=(null)
This is all on Asterisk 1.2.7.1. Your line numbers may vary since there
were some ast...