search for: stack

Displaying 20 results from an estimated 23404 matches for "stack".

2007 May 17
2
Quadbri Cellular Issue
...tqoz/2/4 "quadBRI PCI ISDN Card 1 Span 4 [TE]" #span=4,0,3,ccs,ami #bchan=10-11 #dchan=12 =============================== In channel debug I have: Debugging on new channels is enabled -- Executing Macro("SIP/200-09fc1698", "dialout-trunk|2|637574972||") in new stack -- Executing Set("SIP/200-09fc1698", "DIAL_TRUNK=2") in new stack -- Executing Set("SIP/200-09fc1698", "_NODEST=") in new stack -- Executing Set("SIP/200-09fc1698", "DIAL_NUMBER=637574972") in new stack -- Executing Se...
2006 Nov 10
2
Outgoing problem on PRI
...using pri it is a tiny long but trixbox does add many macros and stuff put I do have suspicions about what can cause the zap channel to get a Hungup request as it seems from below that is the case : -- Executing Macro("SIP/146-b78060b0", "dialout-trunk|3|6536595||")in new stack -- Executing GotoIf("SIP/146-b78060b0", "1?3:2") in new stack -- Goto (macro-dialout-trunk,s,3) -- Executing Macro("SIP/146-b78060b0", "user-callerid") in new stack -- Executing GotoIf("SIP/146-b78060b0", "0?report") in ne...
2005 Aug 09
0
Random Zap Channel Resets
...ap/19-1' -- Starting simple switch on 'Zap/20-1' -- Starting simple switch on 'Zap/21-1' -- Starting simple switch on 'Zap/22-1' -- Starting simple switch on 'Zap/23-1' -- Executing Set("Zap/1-1", "TIMEOUT(digit)=5") in new stack -- Digit timeout set to 5 -- Executing WaitExten("Zap/1-1", "") in new stack -- Executing Set("Zap/2-1", "TIMEOUT(digit)=5") in new stack -- Digit timeout set to 5 -- Executing WaitExten("Zap/2-1", "") in new stack...
2015 Mar 20
3
outbound calls
...when i configure the trunk directly in x-lite i can contact this number without issue below the cli == Using SIP RTP TOS bits 184 == Using SIP RTP CoS mark 5 -- Executing [0149xxxxxx at from-internal:1] Macro("SIP/101-00000103", "user-callerid,LIMIT,EXTERNAL,") in new stack -- Executing [s at macro-user-callerid:1] Set("SIP/101-00000103", "TOUCH_MONITOR=1426869820.301") in new stack -- Executing [s at macro-user-callerid:2] Set("SIP/101-00000103", "AMPUSER=101") in new stack -- Executing [s at macro-user-callerid:3]...
2006 Jun 09
2
No CID on ZAP
...ID or CID settings applied. My IP routes inbound are providing CID with no issue. Here is the output from the log when a call is coming in: -- Starting simple switch on 'Zap/1-1' -- Executing NoOp("Zap/1-1", "Entering from-zaptel with DID == ") in new stack -- Executing Set("Zap/1-1", "DID=s") in new stack -- Executing NoOp("Zap/1-1", "DID is now s") in new stack -- Executing GotoIf("Zap/1-1", "1?zapok:notzap") in new stack -- Goto (from-zaptel,s,7) -- Executing NoOp(...
2019 Jun 19
2
[Bug 1344] New: Segmentation fault in nft add rule ip ipv4table ipv4chain-1 tcp sport { 12345-54321 }
...at netfilter.org Reporter: sbezverk at cisco.com According to documentation ` tcp sport { 12345-54321 }` should be supported but it fails with Segmentation Fault. See debug below: sudo nft --debug all add rule ip ipv4table ipv4chain-1 tcp sport { 12345-54321 } Entering state 0 Reducing stack by rule 1 (line 747): -> $$ = nterm input (: ) Stack now 0 Entering state 1 Reading a token: --accepting rule at line 275 ("add") Next token is token "add" (: ) Shifting token "add" (: ) Entering state 19 Reading a token: --accepting rule at line 631 (" ")...
2007 Jul 15
2
Break during the recursion?
Hi, Is it possible to break using if-condition during the recursive function? Here is a function which almost works. It is for inorder-tree-walk. iotw<-function(v,i,Stack,Indexes) # input: a vector and the first index (1), Stack=c(), Indexes=c(). { print(Indexes) # if (sum(i)==0) break # Doesn't work... if (is.na(v[i])==FALSE & is.null(unlist(v[i]))==FALSE) {Stack=c(i,Stack); i=2*i; iotw(v,i,Stack,Indexes)} Indexes=c(Indexes,Stack[1]) Stack=pop.stac...
2007 Jan 16
2
IAX2 softphones can't (won't?) use PRI trunks....
...AUTHENTICATED call from 192.168.1.102: > requested format = alaw, > requested prefs = (), > actual format = ulaw, > host prefs = (ulaw|alaw|gsm), > priority = mine -- Executing Set("IAX2/4414-6", "EMERGENCYROUTE=YES") in new stack -- Executing Macro("IAX2/4414-6", "dialout-trunk|4|xxxnnnnnnn||") in new stack -- Executing GotoIf("IAX2/4414-6", "1?3:2") in new stack -- Goto (macro-dialout-trunk,s,3) -- Executing Macro("IAX2/4414-6", "user-callerid") in...
2009 May 08
2
Configuring SIP Trunk
..."Call rejected" and in the asterisk i got error as ***************************************************************************************************** -- Executing [90012127773456 at from-internal:1] Macro("SIP/2022-083c53f0", "user-callerid|SKIPTTL|") in new stack -- Executing [s at macro-user-callerid:1] NoOp("SIP/2022-083c53f0", "user-callerid: device 2022") in new stack -- Executing [s at macro-user-callerid:2] Set("SIP/2022-083c53f0", "AMPUSER=2022") in new stack -- Executing [s at macro-user-callerid:3...
2005 Jun 19
2
outgoing call routing
...phone and do not get routed to the PSTN. Below are examples of the verbose from asterisk for calls from internal zap and internal sip channels to the PSTN. -- Starting simple switch on 'Zap/1-1' -- Executing Macro("Zap/1-1", "dialout-trunk|1|817XXXXXX") in new stack -- Executing Macro("Zap/1-1", "record-on|200") in new stack -- Executing AGI("Zap/1-1", "set-timestamp.agi") in new stack -- Launched AGI Script /var/lib/asterisk/agi-bin/set-timestamp.agi -- AGI Script set-timestamp.agi completed, returni...
2015 Mar 27
0
call between snom 300 and aastra 6731i
thank you for your response below the asterisk -vvvr Using SIP RTP TOS bits 184 == Using SIP RTP CoS mark 5 -- Executing [0176XXXXXX at from-internal:1] Macro("SIP/300-00000192", "user-callerid,LIMIT,EXTERNAL,") in new stack -- Executing [s at macro-user-callerid:1] Set("SIP/300-00000192", "TOUCH_MONITOR=1427481319.470") in new stack -- Executing [s at macro-user-callerid:2] Set("SIP/300-00000192", "AMPUSER=300") in new stack -- Executing [s at macro-user-callerid:3]...
2008 Jan 15
0
busy/congestion random
...ckupgroup=1 immediate=no faxdetect=incoming #include zapata-auto.conf group=1 context=from-pstn channel=>1-2 channel=>4-5 #include zapata_additional.conf #include zapata-BRI-HFC.conf ..the log is: Executing Macro("SIP/206-090a7dd8", "dialout-trunk|1|348241xxxx||") in new stack -- Executing Set("SIP/206-090a7dd8", "DIAL_TRUNK=1") in new stack -- Executing Set("SIP/206-090a7dd8", "DIAL_NUMBER=348241xxxx") in new stack -- Executing Set("SIP/206-090a7dd8", "ROUTE_PASSWD=") in new stack -- Executing G...
2015 Mar 20
0
outbound calls
...n x-lite i can contact this number without > issue > > below the cli > > == Using SIP RTP TOS bits 184 > == Using SIP RTP CoS mark 5 > -- Executing [0149xxxxxx at from-internal:1] Macro("SIP/101-00000103", > "user-callerid,LIMIT,EXTERNAL,") in new stack > -- Executing [s at macro-user-callerid:1] Set("SIP/101-00000103", > "TOUCH_MONITOR=1426869820.301") in new stack > -- Executing [s at macro-user-callerid:2] Set("SIP/101-00000103", > "AMPUSER=101") in new stack > -- Executing [s a...
2007 Jun 08
1
call problem...
...fied) D N 0 UNKNOWN 2000/2000 192.168.0.3 D N 39282 OK (100 ms) 3 sip peers [1 online , 2 offline] -- Saved useragent "Twinkle/0.4.2" for peer 4000 -- Executing Macro("SIP/4000-163c", "exten-vm|novm|2000") in new stack -- Executing Macro("SIP/4000-163c", "user-callerid") in new stack -- Executing NoOp("SIP/4000-163c", "user-callerid: device 4000") in new stack -- Executing GotoIf("SIP/4000-163c", "0?report") in new stack -- Executing Goto...
2002 Jan 09
1
bug in read.table?
..., 5 character and a numeric column) Name short kind logable use save lag m "mo" "x" "n" "1" "n" 0 Ptp "PT" "l" "y" "m" "n" 0 R-Code read.table('t.txt',header=T,row.names=1,as.is=T) R-Output stack imbalance in internal type.convert, 26 then 25stack imbalance in .Internal, 25 then 24 stack imbalance in if, 19 then 18 stack imbalance in <-, 17 then 16 stack imbalance in {, 15 then 14 stack imbalance in internal type.convert, 25 then 24stack imbalance in .Internal, 24 then 23 stack imbalance...
2008 Jan 08
2
:POSSIBLE SPAM: conferencing help
...i dial to it, my phone says it is connected but i'm hearing nothing, maybe logs below can help you. also, when i hang up the phone, the conference did not disconnect me. how can i end a conference? thank you -- Executing Macro("SIP/104-519e", "user-callerid|") in new stack -- Executing NoOp("SIP/104-519e", "user-callerid: device 104") in new stack -- Executing Set("SIP/104-519e", "AMPUSER=104") in new stack -- Executing GotoIf("SIP/104-519e", "0?report") in new stack -- Executing GotoIf(&...
2015 Mar 27
2
call between snom 300 and aastra 6731i
You would need to give more information really. Your sip.conf file listing the entries for the phones especially which codecs are permitted. A copy of the 'asterisk -rvvv' console output when you make the call. On 27/03/15 17:05, Salaheddine Elharit wrote: > please no body has som with aastra can help me in this issue > > 2015-03-26 11:02 GMT+00:00 Salaheddine Elharit >
2009 Oct 08
4
Dialplan problem
...ith the argument Channel=local/2001, It rings the local/3005 but 2 calls are generated... Why? Or how should the dialplan be to generate only one call on the local/3005? Thanks, The log is: -- Executing [2001 at default:1] Answer("Local/2001 at default-b60f,2", "") in new stack == Manager 'asteriskWS' logged off from ... -- Executing [2001 at default:2] Dial("Local/2001 at default-b60f,2", "local/3005") in new stack -- Called 3005 -- Executing [2001 at default:1] Answer("Local/2001 at default-b60f,1", "") in ne...
2009 Apr 01
4
ZFS Locking Up periodically
I''ve recently re-installed an X4500 running Nevada b109 and have been experiencing ZFS lock ups regularly (perhaps once every 2-3 days). The machine is a backup server and receives hourly ZFS snapshots from another thumper - as such, the amount of zfs activity tends to be reasonably high. After about 48 - 72 hours, the file system seems to lock up and I''m unable to do anything
2007 Jun 09
2
No sound, problem is not a NAT
...with one phone either In other words, asterisk shows it's all working well. my logs: Connected to Asterisk SVN-branch-1.2-r68526 currently running on hernandezz-laptop (pid = 6970) Verbosity is at least 10 -- Executing Macro("SIP/5000-081da408", "user-callerid|") in new stack -- Executing NoOp("SIP/5000-081da408", "user-callerid: device 5000") in new stack -- Executing GotoIf("SIP/5000-081da408", "0?report") in new stack -- Executing GotoIf("SIP/5000-081da408", "0?start") in new stack -- Executi...