search for: pbx_exec

Displaying 20 results from an estimated 30 matches for "pbx_exec".

2023 Nov 09
1
help with crash
...() # 3: [0x58efed] asterisk stasis_cache.c:903 caching_topic_exec() # 4: [0x586b90] asterisk stasis.c:1380 dispatch_message() # 5: [inlined] asterisk stasis.c:1490 publish_msg() # 6: [0x59588e] asterisk stasis_channels.c:796 ast_channel_publish_snapshot() # 7: [0x53b54c] asterisk pbx_app.c:488 pbx_exec() # 8: [0x52e039] asterisk pbx.c:2989 pbx_extension_helper() # 9: [0x52fd83] asterisk pbx.c:4204 ast_spawn_extension() #10: [0x7f625d802ccf] app_macro.so app_macro.c:463 _macro_exec() #11: [0x53b599] asterisk pbx_app.c:493 pbx_exec() #12: [0x52e039] asterisk pbx.c:2989 pbx_extension_helper()...
2007 Oct 12
4
How to use an Application from inside an Application?
Hello, I wonder if there is a way to build my own asterisk application (let us say apps/app_myappl.c), and to launch other existing applications from it (for example, doing an apps/app_dial.c, or others). Could someone highlight me on that? thx Pirlouwi. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 May 25
4
fax/sandsp segfaulting asterisk
...41a1975a in process_baud () from /usr/local/lib/libspandsp.so.0 #4 0x41a1a128 in v29_rx () from /usr/local/lib/libspandsp.so.0 #5 0x41a136ed in fax_rx_process () from /usr/local/lib/libspandsp.so.0 #6 0x419fb75e in rxfax_exec (chan=0x814ad38, data=0xbd3fc5a4) at app_rxfax.c:223 #7 0x0807175f in pbx_exec (c=0x814ad38, app=0x814a820, data=0xbd3fe7b4, newstack=1) at pbx.c:424 #8 0x0807929b in pbx_extension_helper (c=0x814ad38, context=0x814ae90 "macro-faxreceive", exten=0x814af84 "s", priority=3, callerid=0x0, action=-1119885548) at pbx.c:1207 #9 0x08078016 in ast_spawn_ext...
2006 Nov 15
2
Page() Function Timeout
...of here? snprintf(meetmeopts, sizeof(meetmeopts), "%ud|%sqxdw", confid, ast_test_flag(&flags, PAGE_DUPLEX) ? "" : "m"); and if (!res) { snprintf(meetmeopts, sizeof(meetmeopts), "%ud|A%sqxd", confid, $ pbx_exec(chan, app, meetmeopts, 1); } are the only sections of the app_page.c that have the meetme call in it. My page functions, fwiw, both have the same problem: ;Paging exten => 760,1,SIPAddHeader(Call-Info: answer-after=0) exten => 760,2,Page(SIP/717&SIP/710&SIP/702|d) exten...
2017 Aug 28
2
ERROR during high volume MoH dialplan
...o(+0x430b) [0x7efeb578230b] #5: [0x4b5b52] /usr/sbin/asterisk() [0x4b5b52] #6: [0x4c259c] /usr/sbin/asterisk() [0x4c259c] #7: [0x4c4a45] /usr/sbin/asterisk() [0x4c4a45] #8: [0x7efeb578478d] /usr/lib/asterisk/modules/res_musiconhold.so(+0x678d) [0x7efeb578478d] #9: [0x58ec79] /usr/sbin/asterisk(pbx_exec+0xb9) [0x58ec79] #10: [0x582e84] /usr/sbin/asterisk() [0x582e84] #11: [0x584e7c] /usr/sbin/asterisk() [0x584e7c] #12: [0x5863fb] /usr/sbin/asterisk() [0x5863fb] #13: [0x60002a] /usr/sbin/asterisk() [0x60002a] I've also seen similar behavior when using playback instead of MusicOnHold. CPU...
2004 Apr 30
6
app_dbodbc segfault
Is anyone out there using app_dbodbc (http://www.bkw.org/~brian/app_dbodbc.c)? Any problems with it? I was able to get it all working, but it causes * to segfault every now and then. It does not appear to be related to any specific function (ODBCget,ODBCput,ODBCdel,ODBCdelltree). It is 100% repeatable. If I noload the module, everything works fine, but when its running, after calls to any of the
2014 Sep 09
0
Segfault Asterisk 1.4.44 in wmvare ESXi 5.5
...532d47e in dial_exec_full (chan=0x7faeac06a320, data=<value optimized out>, peerflags=0x7fae9f35d2f0, continue_exec=0x0) at app_dial.c:1930 #5 0x00007faec532f375 in dial_exec (chan=<value optimized out>, data=<value optimized out>) at app_dial.c:1978 #6 0x000000000048b66f in pbx_exec (c=0x7faeac06a320, con=<value optimized out>, context=<value optimized out>, exten=<value optimized out>, priority=189, label=<value optimized out>, callerid=0x7faea433fca0 "861234567890", action=E_SPAWN) at pbx.c:553 #7 pbx_extension_helper (c=0x7faeac06a320,...
2010 Apr 28
0
asterisk core dumps after cdr database writes using odbc
...e_call (chan=0xa52e8d0, peer=0xb79047a8, config=0x2abe1c0) at features.c:2849 #15 0x026285d9 in try_calling (qe=0x2abe6f0, options=Variable "options" is not available. ) at app_queue.c:4269 #16 0x0262d4a0 in queue_exec (chan=0xa52e8d0, data=0x2ac0a20) at app_queue.c:5204 #17 0x080f3c47 in pbx_exec (c=0xa52e8d0, app=0xb7c6b088, data=0x2ac0a20) at /usr/local/src/asterisk162/asterisk-1.6.2.0/include/asterisk/strings.h:64 #18 0x0810118f in pbx_extension_helper (c=0xa52e8d0, con=0x0, context=0xa52eb40 "macro-queue-call", exten=0xa52eb90 "s", priority=12, label=0x0, cal...
2005 Feb 14
1
Bristuff-0.2.0-RC5 florz patched weird error and no outgoing calls?
...42399 TEI msg = 3 TEI = 7f Ri = 42409 TEI msg = 3 TEI = 7f Ri = 22078 TEI msg = 3 TEI = 7f Ri = 991 TEI msg = 3 TEI = 7f Feb 14 10:30:25 NOTICE[14777]: app_dial.c:762 dial_exec: Unable to create channel of type 'Zap' Ri = 36942 TEI msg = 3 TEI = 7f Feb 14 10:31:13 WARNING[14777]: pbx.c:444 pbx_exec: Stack overflow, cannot create another stack Ri = 25084 TEI msg = 3 TEI = 7f Feb 14 10:34:21 WARNING[14777]: chan_zap.c:7411 zt_pri_error: PRI: !! Got a UA, but i'm in state 1 received TEI check request for TEI = 102 Feb 14 10:39:01 WARNING[14777]: chan_zap.c:7411 zt_pri_error: PRI: !! Not g...
2017 Aug 28
5
ERROR during high volume MoH dialplan
...e29b] main/channel.c:4399 ast_read() (0x4be27e+1D) #12: [0x4b6312] main/channel.c:1568 ast_safe_sleep_conditional() (0x4b6229+E9) #13: [0x4b64c9] main/channel.c:1613 ast_safe_sleep() (0x4b64a1+28) #14: [0x7fdef8346caa] res/res_musiconhold.c:834 play_moh_exec() #15: [0x5970a3] main/pbx_app.c:491 pbx_exec() (0x596f87+11C) #16: [0x582edf] main/pbx.c:2923 pbx_extension_helper() #17: [0x586c30] main/pbx.c:4155 ast_spawn_extension() (0x586bcc+64) #18: [0x5878bb] main/pbx.c:4328 __ast_pbx_run() #19: [0x589061] main/pbx.c:4651 pbx_thread() #20: [0x61624e] main/utils.c:1233 dummy_start() * What cod...
2004 Aug 18
1
Hangups - SIGFPE in dsp.c
...ead (chan=0x9e75ab8) at channel.c:1277 #5 0x0805c809 in ast_readstring (c=0x9e75ab8, s=0x4b74b40 "1", len=79, timeout=2000, ftimeout=10000, enders=0x35762a "#") at channel.c:1080 #6 0x0034b9ba in vm_execmain (chan=0x9e75ab8, data=0x4f) at app_voicemail.c:3573 #7 0x080727ff in pbx_exec (c=0x9e75ab8, app=0x9e755b8, data=0x4b77810, newstack=1) at pbx.c:467 #8 0x0807a6f3 in pbx_extension_helper (c=0x9e75ab8, context=0x9e75c10 "incoming", exten=0x9e75d04 "8500", priority=2, callerid=0x9e9b7e0 "69911590527", action=135059155) at pbx.c:1271 #9 0x08074798...
2006 Oct 13
1
Asterisk (meetme) and SMP/HT OK?
...channel.c:1392 #8 0x001aa4fb in conf_free (conf=0xb7901d98) at app_meetme.c:789 #9 0x001acfa3 in conf_run (chan=0x96e94a0, conf=0xb7901d98, confflags=4224, optargs=0xb7ddcd4c) at app_meetme.c:1607 #10 0x001aeb26 in conf_exec (chan=0x96e94a0, data=0xb7de1070) at app_meetme.c:2031 #11 0x08083d43 in pbx_exec (c=0x96e94a0, app=0x9587840, data=0xb7de1070, newstack=1) at pbx.c:553 Any clues leading to the arrest and conviction of this bug will earn you a case of Sierra Nevada at the next west coast Astricon :) Thanks in advance, ------------------------------------------------------------------------ S...
2011 May 14
10
Asterisk-cpu utilization > 60 %
Hi, On 64 bit centos 5.6 I have virtualbox 4 and 64 bit elastix latest. Since yesterday cpu utilization has been constantly peaking 65-75%. Hardly 1-2 concurrent calls. No other activity on server. Top shows asterisk on top. Its quad xeon server with 4 gb ram. Any suggestion where should I start and how should I go about with my investigation. Thank you and have a great weekend. Sans
2005 Jan 28
3
chan_iax2.c problem?
...ast_activate_generator (chan=0x816bd90, gen=0x407ca918, params=0x20) at channel.c:1554 #5 0x407c725e in ast_moh_start (chan=0x0, class=0x20 <Address 0x20 out of bounds>) at res_musiconhold.c:598 #6 0x41804e3d in dial_exec (chan=0x816bd90, data=0x816bd90) at app_dial.c:882 #7 0x08074a1f in pbx_exec (c=0x816bd90, app=0x8157770, data=0x424f1b24, newstack=1) at pbx.c:469 I was calling Firefly's own extension from Firefly to test Busy() and Playtones(busy) with Firefly. What happened was I got a socket error in asterisk's console saying connection was refused from Firefly because it'...
2009 Jul 01
2
Multi-tenant parking broken in 1.6.1.1?
...ority 1 to park-dial (0x2aaaacca2050) == Timeout for SIP/localhost-cc002cf8 parked on 701 (default). Returning to park-dial,SIP0gss,1 -- Executing [SIP0gss at park-dial:1] Dial("SIP/localhost-cc002cf8", "SIP/gss|30|") in new stack [Jul 1 01:54:56] WARNING[6401]: pbx.c:953 pbx_exec: The application delimiter is now the comma, not the pipe. Did you forget to convert your dialplan? (Dial(SIP/gss|30|)) == Using SIP RTP TOS bits 176 == Using SIP RTP CoS mark 5 [Jul 1 01:54:57] WARNING[6401]: chan_sip.c:4526 create_addr: No such host: gss|30| [Jul 1 01:54:57] WARNING[6401]...
2004 Sep 30
0
Oops, a seg fault =(
...2_send (pvt=0xffffffff, f=0xffffffff, ts=4294967295, seqno=-1, now=-1, transfer=-1, final=-1) at chan_iax2.c:3084 #1 0xffffffff in ?? () #2 0xffffffff in ?? () #3 0xffffffff in ?? () #4 0xffffffff in ?? () <snip> #1059 0x081488b8 in ?? () #1060 0xbd9fb73c in ?? () #1061 0x08073f0f in pbx_exec (c=Cannot access memory at address 0x7 ) at pbx.c:469 Previous frame inner to this frame (corrupt stack?) --
2005 Jan 23
0
How to debug core-file
...45fa8, c1=0x8873018, config=0x465fc73c, fo=0x465fbe8c, rc=0x465fbe90) at channel.c:2761 #3 0x4139c878 in ast_bridge_call (chan=0x43a45fa8, peer=0x8873018, config=0x465fc73c) at res_features.c:342 #4 0x43032239 in dial_exec (chan=0x43a45fa8, data=0x465fc73c) at app_dial.c:1003 #5 0x08076b11 in pbx_exec (c=0x43a45fa8, app=0x81b8e90, data=0x465fec6c, newstack=148422744) at pbx.c:471 #6 0x0808009d in pbx_extension_helper (c=0x43a45fa8, context=0x43a46100 "dialout", exten=0x465fec6c "zap/g1/00551138856342|120|rtS(10883)", priority=200, callerid=0x81b8e90 "Dial",...
2009 Jun 27
1
Call Parking timeout fails
...to park-dial (0x188d26e0) == Timeout for SIP/vdemarco-188cedf8 parked on 701 (default). Returning to park-dial,SIP0tkeeley,1 -- Executing [SIP0tkeeley at park-dial:1] Dial("SIP/vdemarco-188cedf8", "SIP/tkeeley|30|t") in new stack [Jun 26 22:21:19] WARNING[7273]: pbx.c:953 pbx_exec: The application delimiter is now the comma, not the pipe. Did you forget to convert your dialplan? (Dial(SIP/tkeeley|30|t)) == Using SIP RTP TOS bits 176 == Using SIP RTP CoS mark 5 [Jun 26 22:21:19] WARNING[7273]: chan_sip.c:4526 create_addr: No such host: tkeeley|30|t [Jun 26 22:21:19] WAR...
2003 Sep 17
1
core dump back trace of chan_oh323
..., fo=0x47ee8ea4, rc=0x47ee8ea8) at channel.c:2278 #4 0x412024f3 in ast_bridge_call (chan=0x810e868, peer=0x8110068, allowredirect_in=0, allowredirect_out=0, allowdisconnect=0) at res_parking.c:224 #5 0x457dfd57 in dial_exec (chan=0x810e868, data=0x47ee973c) at app_dial.c:668 #6 0x08060fb6 in pbx_exec (c=0x810e868, app=0x80ea2f0, data=0x47ee973c, newstack=1) at pbx.c:396 #7 0x08062baa in pbx_extension_helper (c=0x810e868, context=0x810e9bc "gsm", exten=0x810eab0 "2010", priority=1, callerid=0x80c9a30 "1800", action=1) at pbx.c:1150 #8 0x0806384e in ast_pbx_run...
2007 Oct 31
1
segfault - asterisk crash and restart
...417a0608 "\220?u", 0x600000002 <Address 0x600000002 out of bounds>} __PRETTY_FUNCTION__ = "dial_exec_full" #3 0x00002aaabf539494 in dial_exec (chan=0xf460320, data=0x417a2e50) from /usr/lib/asterisk/modules/app_dial.so peerflags = {flags = 0} #4 0x000000000048a004 in pbx_exec (c=0xf460320, app=0x2aaaac00aeb0, data=0x417a2e50) at pbx.c:532 res = 0 saved_c_appl = 0xf0c1518 "Macro" saved_c_data = 0x417a6330 "outbound" #5 0x000000000048e095 in pbx_extension_helper (c=0xf460320, con=0x0, context=0xf460698 "macro-outbound", exten=0xf4606e...