Displaying 20 results from an estimated 300 matches similar to: "send_meta() called with NULL pointer!"
2006 Jan 14
1
[PATCH] Maintain outgoing TCP meta buffer
Here's a patch that does the steps I mentioned in my last email:
- remove BlockingTCP
- make send_meta return true on EWOULDBLOCK
- add logic to main_loop to watch for write availability of meta
connections with non-empty buffers and flush them.
It fixes the extra packets with TCPOnly and should resolve the
problems that made BlockingTCP necessary also. (No testing of that
last bit.)
2009 Apr 16
7
How to send "404 Not found" SIP reply?
Hi,
I am trying to send "404 Not found" reply, without any luck with the
following:
exten => 555,1,Playback(you-dialed-wrong-number,noanswer)
exten => 555,n,Playback(check-number-dial-again,noanswer)
exten => 555,n,Congestion()
However the above results in "500 Service Unavailable" being send out.
What would be the correct application/function to generate "404
2009 May 21
2
MeetMe not working with GSM codec?
Hi,
I am not sure if I am doing something wrong, but I can't get MeetMe to
work with GSM codec (Asterisk 1.6.1 SVN r190371).
My config files below:
---- sip.conf: ----
[general]
context=common
canreinvite=no
bindport=5060
bindaddr=78.105.1.127
disallow=all
allow=alaw
allow=gsm
rtptimeout=600
rtpholdtimeout=3600
rtpkeepalive=30
nat=no
jbenable=yes
tcpenable=no
realm=dev-sip.wima.co.uk
2011 May 19
6
ConfBridge - Failed to find a bridge technology to satisfy capabilities
Hi,
I am trying to use ConfBridge application, but it throws "Failed to
find a bridge technology to satisfy capabilities 0x4 (ulaw)" error.
Please see console output below.
-- Executing [501 at services:9] ConfBridge("SIP/OpenSER-00000005",
"1001") in new stack
[May 19 13:36:05] DEBUG[7452]: app_confbridge.c:404
join_conference_bridge: Trying to find conference
2013 Mar 03
2
[Announcement] Tinc version 1.0.20 released
With pleasure we announce the release of tinc version 1.0.20. Here is a
summary of the changes:
* Use /dev/tap0 by default on FreeBSD and NetBSD when using switch mode.
* Minor improvements and clarifications in the documentation.
* Allow tinc to be cross-compiled with Android's NDK.
* The discovered PMTU is now also applied to VLAN tagged traffic.
* The LocalDiscovery option now
2013 Mar 03
2
[Announcement] Tinc version 1.0.20 released
With pleasure we announce the release of tinc version 1.0.20. Here is a
summary of the changes:
* Use /dev/tap0 by default on FreeBSD and NetBSD when using switch mode.
* Minor improvements and clarifications in the documentation.
* Allow tinc to be cross-compiled with Android's NDK.
* The discovered PMTU is now also applied to VLAN tagged traffic.
* The LocalDiscovery option now
2008 Apr 30
5
get_peername - start_server vs. connect
Hi,
On windows, get_peername works both with connections obtained
via start_server, and connections obtained via connect.
On linux, get_peername seems to only work with connections
obtained via start_server.
(I''m using svn HEAD.)
I''m wondering which is the intended behavior?
(I realize get_peername is less useful for connections obtained
via connect, since one should already
2009 Mar 15
1
X-Asterisk-HangupCause - how to disable this?
Hi,
Is there any way to tell Asterisk not to generate additional headers like:
X-Asterisk-HangupCause: Normal Clearing
X-Asterisk-HangupCauseCode: 16
I can't find any relevant option in sip.conf file :-(
Thanks for help.
Chris
2009 May 17
1
Capture "Server" header in SIP reply.
Hi,
I am trying to capture "Server" header in a 200 OK reply message.
My idea was to use Dail(SIP/user at domain,30,M(GetOtherPartyInfo)),
and inside of GetOtherPartyInfo macro use SIP_HEADER function.
For example:
[default]
exten => _X.,1,Dial(SIP/user at domain,30,M(GetOtherPartyInfo))
exten => _X.,n,Hangup()
[macro-GetOtherPartyInfo]
exten => s,1,NoOp(SIP Server:
2009 Jun 13
1
Dial with r option doesn't use 'ring' tone as defined in indications.conf
Hi,
Just noticed Asterisk is not playing 'ring' tone as defined in
indications.conf when Dial command is used with 'r' option.
For example:
[test]
exten => 123,1,PlayTones(ring)
exten => 123,n,Wait(5)
exten => 123,n,Playback(demo-congrats)
exten => 123,n,Hangup()
exten => 321,1,Dail(LOCAL/123 at test/n,60,r)
When I now dial with a SIP phone - 123 I can hear nice
2006 Jan 13
1
[PATCH] tcp options fix
Attached is a patch that corrects two problems with TCP options:
* The options on accepted sockets don't inherit from the listen
socket, at least on Linux and OS X.
* OS X doesn't have SOL_TCP defined, so Nagle was not getting
disabled. IPPROTO_TCP should always be the same thing.
This patch makes my ping times across a TCP VPN go from ~180 ms to
~85ms.
Something still doesn't
2013 Feb 04
1
Subfolders problem
I have moved from dovecot 1.x to 2.x and I have big problem with
subfolders.
When I'm moving subfolder with other subfolders is moving only main
subfolder, without subfolders, example :
mail-storage-1 /var/vmail/home/adamskitest/mdbox/mailboxes # find | egrep
-e "janusz|jarek"
./jarek
./jarek/dbox-Mails
./jarek/dbox-Mails/dovecot.index.log
./jarek/jarek2
./jarek/jarek2/dbox-Mails
2009 May 22
1
Can't get G.726 to work.
Hi,
I have both codec_g726.so and format_g726.so loaded:
root at test:~# asterisk -r -x "module show" | grep 726
codec_g726.so ITU G.726-32kbps G726 Transcoder 0
format_g726.so Raw G.726 (16/24/32/40kbps) data 0
But when I try to dial into Asterisk with Twinkle softphone using G.726 codec:
INVITE .....
[SIP headers omitted]
v=0
2009 May 17
1
SHARED() variables and <ZOMBIE> channel
Hi,
I am using SHARED() function to push destination channel info (i.e.
audio codec) into "source" channel, in order to record into a customer
CDR field.
My dialplan looks like:
[default]
exten => _X.,1,Set(_X-SRC_CHANNEL=${CHANNEL})
exten => _X.,n,Dial(SIP/user at domain.net,30,M(getCalledInfo))
exten => h,1,Set(CDR(DST_CODEC)=${SHARED(X-DST-CODEC,${CHANNEL})})
2010 Apr 28
1
Xapian 1.0.20 released
I've uploaded Xapian 1.0.20 (including Search::Xapian 1.0.20.0), which
as usual you can download from:
http://xapian.org/download
The most notable changes in this release are:
Xapian::MSet:
* Fix incorrect values reported by get_matches_estimated(),
get_matches_lower_bound(), and get_matches_upper_bound() in certain cases
when sorting and collapsing (ticket#464).
getopt-related build
2013 Apr 23
2
tinc.conf.5 man page errors on FreeBSD 8.3 (tinc 1.0.19)
Guus
The mdoc warnings (on FreeBSD 8) are getting a little bit annoying at times:
anywi at lcrproxy:/usr/ports/security/tinc/work/tinc-1.0.19/doc % man tinc.conf 2>&1 | head -5
mdoc warning: Empty input line #6
mdoc warning: Empty input line #10
mdoc warning: Empty input line #15
mdoc warning: Empty input line #22
mdoc warning: Empty input line #30
There are hundreds. Ctrl-L refreshes
2013 Jul 08
1
[LLVMdev] Link step timeout on buildbots
Hi,
I'm not sure if this is a configuration controlled centrally, but if
it is, is there any way to disable or extend the process timeout on
the lab.llvm.org buildbots? It doesn't seem to serve much purpose
except to introduce false build failures, such as these from
clang-x86_64-ubuntu:
http://lab.llvm.org:8011/builders/clang-x86_64-ubuntu/builds/9519
2006 Oct 20
2
mac_portacl
Hi, folks.
I am trying to implement reverse proxy using squid with mac_portacl,
but i have problem while binding squid to port 80.
Am i missed something?
Here is my mac_portacl variables:
# sysctl security.mac.portacl.
security.mac.portacl.enabled: 1
security.mac.portacl.suser_exempt: 1
security.mac.portacl.autoport_exempt: 1
security.mac.portacl.port_high: 1023
security.mac.portacl.rules:
2008 May 08
0
Tripplite SU1500RTXL2Ua and nut versions, battery line state fluctuates
I am trying to get a TrippLite SU1500RTXL2Ua working with nut on
Mandriva 2007.1, is there a particular version of nut needed to get this
to work? At first I tried nut 2.0.5 (which came with 2007.1) but it
wouldn't work, and then research showed it was an older version of nut.
So nut-2.2.1-2 src rpm was pulled from Mandriva 2008.1, the binary rpm
built, and nut and nut-server installed from
2011 Mar 21
1
Centos 5.5 and Canon PIXMA 7600 multifunction printer/scanner/fax
Hello listmates,
xsane on Ubuntu 10 finds that Canon PIXMA via the web and seems to be able
to make use of it without a glitch. However, Centos machines sitting on the
same net fail to find it. Does anybody know why?
Thanks.
Boris.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: