Displaying 7 results from an estimated 7 matches for "18523".
Did you mean:
1823
2009 Oct 02
1
Problem with inbound calls - asterisk 1.6.1.6
Hi all,
I have a new installation with asterisk 1.6.1.6 but I'm unable to
receive calls from a SIP trunk:
[Oct 2 14:30:09] NOTICE[21554]: chan_sip.c:18523
handle_request_invite: Call from 'user001' to extension 'user001'
rejected because extension not found.
Are there any changes from 1.6.0 to 1.6.1 (or there is a bug)?
Below my simple configuration:
sip.conf
register => user001:pass001 at sip.clio.it/user001
[user001-sip-i...
2009 Sep 07
1
invalid extension
...accept exten LEN >1 numeric
exten => i,1,NoOP(sorry, extension doesnt exist) ; all 1 digits exten
exten => i,n,Hangup ; refused, end of call
What I have when calling a one digit extension -in this case h- is:
== Using SIP RTP CoS mark 5
[Sep 7 18:51:03] NOTICE[6084]: chan_sip.c:18523 handle_request_invite:
Call from '' to extension 'h' rejected because extension not found.
== Using SIP RTP CoS mark 5
Should it not go to i extension? If I call the i or s extension it's
going well. Am I missing something?
--
Daniel
2007 Mar 17
3
deliver to subfolder with dovecot's LDA
Hi all...
How can deliver messages to a subfolder using the LDA?
For example, I want a message to joe+spam at abc.com to be placed inside
the 'spam' subfolder.
Any hint is appreciated.
Thanks ;)
2023 Jun 16
0
R 4.3.1 is released
...non-base methods is again determined by
the method's presence in search().
* tools::Rdiff() is now more robust against invalid strings, fixing
installation tests on Windows without Rtools installed
(PR#18530).
* Fix (new) bug in hcl.colors(2, *), by Achim Zeileis (PR#18523).
* head(., <illegal>) and tail(..) now produce more useful "Error in
...." error messages, fixing PR#18362.
* Package code syntax on Windows is checked in UTF-8 when UTF-8 is
the native encoding.
* na.contiguous(x) now also returns the first run, when it...
2023 Jun 16
0
R 4.3.1 is released
...non-base methods is again determined by
the method's presence in search().
* tools::Rdiff() is now more robust against invalid strings, fixing
installation tests on Windows without Rtools installed
(PR#18530).
* Fix (new) bug in hcl.colors(2, *), by Achim Zeileis (PR#18523).
* head(., <illegal>) and tail(..) now produce more useful "Error in
...." error messages, fixing PR#18362.
* Package code syntax on Windows is checked in UTF-8 when UTF-8 is
the native encoding.
* na.contiguous(x) now also returns the first run, when it...
2023 Jun 16
0
R 4.3.1 is released
...non-base methods is again determined by
the method's presence in search().
* tools::Rdiff() is now more robust against invalid strings, fixing
installation tests on Windows without Rtools installed
(PR#18530).
* Fix (new) bug in hcl.colors(2, *), by Achim Zeileis (PR#18523).
* head(., <illegal>) and tail(..) now produce more useful "Error in
...." error messages, fixing PR#18362.
* Package code syntax on Windows is checked in UTF-8 when UTF-8 is
the native encoding.
* na.contiguous(x) now also returns the first run, when it...
2023 Mar 16
1
[libnbd PATCH v4 3/3] lib/utils: add unit test for async-signal-safe assert()
...k_func "$LINENO" "$ac_func" "$as_ac_var"
18518 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
18519 cat >>confdefs.h <<_ACEOF
18520 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18521 _ACEOF
18522
18523 fi
18524 done
I.e., we call "ac_fn_c_check_func" with "prctl" passed as second
argument.
Then, that function is defined as follows:
2001 # ac_fn_c_check_func LINENO FUNC VAR
2002 # ----------------------------------
2003 # Tests whether FUNC exists, setting the cac...