search for: 5059

Displaying 20 results from an estimated 22 matches for "5059".

Did you mean: 505
2005 Aug 08
0
Asterisk-to-IVR Problem
...-congrats file after answering the line exten => s,4,Dial,Zap/2/1000\20 exten => s,5,Hangup [internal] exten => 1000,1,Answer() exten => 1000,2,Wait(2) exten => 1000,3,Hangup ------------------- -- Starting simple switch on 'Zap/1-1' Urgent handler Aug 4 15:43:39 DEBUG[5059]: pbx.c:1274 pbx_extension_helper: Launching 'Wait' -- Executing Wait("Zap/1-1", "1") in new stack Urgent handler Aug 4 15:43:40 DEBUG[5059]: pbx.c:1274 pbx_extension_helper: Launching 'Answer' -- Executing Answer("Zap/1-1", "") in new stack...
2015 Sep 28
3
Respond to an out of call SIP MESSAGE
...[general] static=yes writeprotect=no clearglobalvars=no [tutorial] exten => _X!,1,NoOp(Got message) exten => _X!,n,Answer() exten => _X!,n,SendText(Zup dawg) exten => _X!,n,NoOp(Done with message) And when I run the scenario I get the following log: <--- SIP read from UDP:127.0.0.1:5059 ---> REGISTER sip:127.0.0.1:5060 SIP/2.0 Via: SIP/2.0/UDP 127.0.0.1:5059;rport;branch=z9hG4bKPjd629f029-a971-4c83-9920-bb02da26cc25 Max-Forwards: 70 From: <sip:alice at 127.0.0.1>;tag=4b251b50-2a30-498c-a7bd-9502271e8ac2 To: <sip:alice at 127.0.0.1> Call-ID: be616b5b-a301-477e-a4bc-c...
2015 Sep 21
3
Respond to an out of call SIP MESSAGE
On Mon, Sep 21, 2015 at 9:45 AM, D'Arcy J.M. Cain <darcy at vex.net> wrote: > On Mon, 21 Sep 2015 06:48:52 +0000 > Emil Ohlsson <emo at svep.se> wrote: >> [sip-im] >> exten _X!, 1, NoOp(Got message) >> exten _X!, n, Answer() >> exten _X!, n, Agi(agi://localhost/messagehandler.agi?...) >> exten _X!, n, SendText(Message received) > > I am not
2005 Feb 18
1
VoIP Service Provider
...############################################################## ; Swifttel SIP Configuration File ;################################################################################ [general] context=from-sip port=5060 bindaddr=0.0.0.0 srvlookup=yes register=userid:password@rs.swifttel.com/5552225059 register=userid:password@rs.swifttel.com/5552225046 register=userid:password@rs.swifttel.com/5552225049 defaultexpirey=1200 ; Default length of incoming/outoing registration disallow=all allow=ulaw allow=alaw allow=g723.1 allow=g729 nat=yes externip=216.246.192.144 localnet=192.168.0.1/255.255....
2004 May 18
1
Configure asterisk for outgoing.. need authuser parameter?
...xxxxxx host=voiptalk.org [pipecall] type=peer secret=xxxxx username=xxxxx host=sipproxy.pipecall.com The first one works OK - I can dial out with no problems. The second one needs an extra field for the authuser - when I try to dial out I just get: May 17 01:03:45 NOTICE[1110916016]: chan_sip.c:5059 handle_response: Failed to authenticate on INVITE to '"Tony Hoyle" <sip:asterisk@213.208.99.114>;tag=as4afae981' I think this means it's using the wrong username somewhere... I can dial in just fine, so it's connected.. just only one way. Tony -- Te audire no...
2003 Jan 14
4
specifying a list of files to transfer
...tree containing 128219 files of which 16064 are directories. To start the test, I made a list of files that had changed in the past day: find . -mtime -1 -print > /tmp/changed (normally, my list of candidate files is generated by some other means, this is just a test example). There were 5059 entries in /tmp/changed. I used my new options to sync up these files to another host as follows: time rsync -RlHptgoD --numeric-ids --source-list \ --send-dirs --no-implicit-dirs -xz --stats /dev/stdin \ remotehost:/extra_disk/tmp/tree1 < /tmp/changed Here were the repo...
2023 Apr 25
0
[PATCH] support for wtmpdb (Y2038 safe wtmp replacement)
...Solutions Germany GmbH, Frankenstra?e 146, 90461 Nuernberg, Germany Managing Director: Ivo Totev, Andrew Myers, Andrew McDonald, Martje Boudien Moerman (HRB 36809, AG N?rnberg) -------------- next part -------------- A non-text attachment was scrubbed... Name: wtmpdb.patch Type: text/x-patch Size: 5059 bytes Desc: not available URL: <http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20230425/7f7d1e6e/attachment.bin>
2004 May 18
1
R: Configure asterisk for outgoing.. need authuser parameter?
...thuser parameter? [...] [pipecall] type=peer secret=xxxxx username=xxxxx host=sipproxy.pipecall.com The first one works OK - I can dial out with no problems. The second one needs an extra field for the authuser - when I try to dial out I just get: May 17 01:03:45 NOTICE[1110916016]: chan_sip.c:5059 handle_response: Failed to authenticate on INVITE to '"Tony Hoyle" <sip:asterisk@213.208.99.114>;tag=as4afae981' I think this means it's using the wrong username somewhere... I can dial in just fine, so it's connected.. just only one way. Tony ________________...
2014 Nov 27
0
speexenc.exe problem
...rate). The problem is that it seems that the audio is longer when played back. Are there some obvious remarks or help you can give me on this problem? I would be very happy if you could help me. Best Regards, Jakob Aagesen Senior Developer B.Sc E-mail: jakob.aagesen at mirsk.com Mobile: (+45) 5059 9858 [mirsk_email_logo_icon]<http://www.mirsk.com/> MIRSK Sturlasgade 12 H DK-2300 Copenhagen S Denmark [Round_05_fb]<http://www.facebook.com/Mirskdigital>[Round_05_in]<https://linkedin.com/MIRSKdigital>[Round_05_tweet]<https://twitter.com/MIRSKdigital>[Round_05_yt]<ht...
2004 May 18
0
No luck using asterisk as proxy...
...be the issue (in which case I'll have to use a different provider as authuser!=username. Pity as they're the cheapest by far...). 3. Tried recompiling asterisk from source, just in case the debian package was broken. I still get the error: May 17 23:20:27 NOTICE[1110916016]: chan_sip.c:5059 handle_response: Failed to authenticate on INVITE to '"Tony Hoyle" <sip:6001@213.208.99.114>;tag=as5c348356' Relevant chunks here of data are: [pipecall] type=peer secret=xxxx username=xxxx host=sipproxy.pipecall.com [6001] type=friend username=6001 secret=xxxx host=dyn...
2011 Jan 26
2
applying a set of rules to each row
...-7275, -5084, -1842, 430, -2220, -7444, 440, 4285, -7812, 3335, -7271, -6825, -1098, -1670, -10219, -7131, 5963, 704, -7662, 4219, -2813, 5147, -7334, -8223, -5922, -7497, -9276, -1291, -11640, -5631, 518, -7268, -2105, -5901, -690, -8146, -7059, 133, 1176, -6091, -2895, -6020, -4724, -3616, -5059, -8253, -2604, -12400, -4776, -3671, -9326, -7000, -5574, -3248, 4255, -1358, -6255, 8, -7115, -1701, -5227, 9, -517, -8674, -2554, -4069, -2077, -9872, -6534, 2970, -8307, -3020, -1343, -8897, -2304, -7424, 2078, -8274, -5559, -8888, -9262, -8473, -4088, -2429, -8006, -1091, 5015, 2765, 4036,...
2008 Jul 22
0
Oracle apps form server issue with Piranha Load balancer
...rom 192.168.17.16:9004 was too short Jul 21 20:25:47 testlvs nanny[5064]: READ from 192.168.17.17:9004 was too short Jul 21 20:25:53 testlvs nanny[5061]: making 192.168.17.16:8004 available Jul 21 20:25:53 testlvs nanny[5065]: READ from 192.168.17.16:9004 was too short Jul 21 20:25:53 testlvs nanny[5059]: making 192.168.17.124:80 available Jul 21 20:25:53 testlvs nanny[5062]: making 192.168.17.17:8004 available Jul 21 20:25:53 testlvs nanny[5064]: READ from 192.168.17.17:9004 was too short Jul 21 20:25:59 testlvs nanny[5065]: READ from 192.168.17.16:9004 was too short Jul 21 20:25:59 testlvs nanny...
2014 Nov 25
0
speex wideband and ogg question
...ong, but I don't know why. I would appreciate any help on the matter. [cid:image006.png at 01D008DA.9C207550] [cid:image007.png at 01D008DA.9C207550] [cid:image008.png at 01D008DA.9C207550] Best Regards, Jakob Aagesen Senior Developer B.Sc E-mail: jakob.aagesen at mirsk.com Mobile: (+45) 5059 9858 [mirsk_email_logo_icon]<http://www.mirsk.com/> MIRSK Sturlasgade 12 H DK-2300 Copenhagen S Denmark [Round_05_fb]<http://www.facebook.com/Mirskdigital>[Round_05_in]<https://linkedin.com/MIRSKdigital>[Round_05_tweet]<https://twitter.com/MIRSKdigital>[Round_05_yt]<ht...
2011 Sep 05
0
Problems with ntlm_auth and machines accounts
...sambaBadPasswordCount does not exist attribute sambaBadPasswordTime does not exist attribute sambaLogonHours does not exist Adding cache entry with key = IDMAP/SID2UID/S-1-5-21-x-y-z-403267 and timeout = Mon Sep 12 10:11:25 2011 (604800 seconds ahead) Adding cache entry with key = IDMAP/UID2SID/5059 and timeout = Mon Sep 12 10:11:25 2011 (604800 seconds ahead) gid 515 -> sid S-1-5-21-x-y-z-515 gid 515 -> sid S-1-5-21-x-y-z-515 do lookup_sid(S-1-5-21-x-y-z-515) for group of user machine$ lookup_sid called for SID 'S-1-5-21-x-y-z-515' Accepting SID S-1-5-21-x-y-z in level 1 look...
2004 Dec 09
2
MeetMe Features
Hi all, I had a chance to use some call conferences that had some very neat functionalities: - When you call you are first asked for your name - When someone joins the conference a message "<name> is now joining the conference." is played. - When someone leaves the room a message "<name> has left to conference." is played. How can I set MeetMe/Asterisk to have
2005 Aug 25
3
what is max and min bitrate supported in OggVorbis?
Hi All, I am planning to implement Ogg Vorbis Decoder on a 24 bit DSP. I have following doubts: 1) What is min and max bitrate? 2)What is max Audio Packet size ? 3)What is the max size of setup header? 4)Any idea how to start for making a 24Bit fixed point reference code? Shall I start with floating point or Tremor or Tremor Low Mem Version? 5) What window sizes in Ogg Vorbis are normally
2008 Jun 20
1
Can't make asterisk work...how to test?
All, I've put a new asterisk server at another location and can't seem to get it working. What's the best strategy to debug connections? I'm doing inbound SIP only and have installed the server in the same way as I did on my DEV server. Running an nmap on localhost shows the port listening: ---------- [asterisk]/> nmap -sU localhost Starting Nmap 4.11 (
2016 Jun 29
2
avx512 JIT backend generates wrong code on <4 x float>
...%26, align 16 %27 = add nsw i64 %6, 1 %28 = icmp slt i64 %27, %5 br i1 %28, label %L5, label %L6 L6: ; preds = %L5 ret void } -------------- next part -------------- A non-text attachment was scrubbed... Name: main.cc Type: text/x-c++src Size: 5059 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160629/8008aa24/attachment.cc>
2007 Nov 15
5
IO causing major performance issues
Hello everyone. I'm wondering what other people's experiences are WRT systems becoming unresponsive (unable to ssh in, etc) for brief periods of time when a large amount of IO is being performed. It's really starting to cause a problem for us. We're on Dell PowerEdge 1955 blades - but this same issue has caused us problems on PE1950, PE1850, PE1750 servers. We're running
2008 May 23
0
Wine release 1.0-rc2
...duces a page fault at start time 4860 Sun Java plugin installation broken, plugin doesn't work properly in Firefox 4873 Sun's appletviewer can't load applets 5001 Rhapsody 3.1 quits immediately 5024 Thief: Deadly Shadows crashes:page fault on read access to 0x0000040c 5059 Firefox displays background of banner ad in wrong location 5094 bitmap creation problem 5115 Editing inline lines in BeyondCompare2 broken again 5302 Arena Chess GUI (V1.99 Beta 2) freezes solid when menu drops down 5844 tray minimize 5901 EU Playonline Viewer Crash 5926 W...