Displaying 20 results from an estimated 10000 matches similar to: "problem with redirects"
2005 May 24
0
302 redirection issue
I have the following issue:
1) Call comes in from PSTN to Asterisk (IP A) and
Asterisk forwards call to a SIP Proxy (IP B)
2) SIP Proxy (SER) forwards the call to a registered
user. User does not answer and Call Forwarding is
turned on for the user and the number to forward the
call is a PSTN number.
3) After a specific timeout, SER has to forward the
call to the "forwarded" PSTN
2007 Jun 12
4
write some custom values to CDR table
Hi,
I write the CDR of my Asterisk 1.2.17 server in MySQL database
using cdr_addon_mysql.so.
Now I'm trying to write some custom values to userfield column by
the SET(CDR(USERFILED)=SOME_TEXT) sintax, but nothing gets writeen in
MySQL cdr table!!
Why? I'm I skeeping something or what?
Taking a look at the URL:
2006 Nov 23
1
Call Transfers in SER + Asterisk architecture
Hi,
I'm deploying a SER + Asterisk architecture, where SER is used as SIP
registrar, and Asterisk is used for voicemail and PSTN gateway.
This system is already able to make Call Transfers (Blind and Attended)
internally between phones registered in SER, although, I can't make
Call Transfers in some scenarios involving PSTN numbers (which need to
pass through Asterisk).
The problem
2020 Jun 13
0
Voice "broken" during calls
So the call used Alaw as Codec.
> Am 13.06.2020 um 17:23 schrieb Luca Bertoncello <lucabert at lucabert.de>:
>
> Am 13.06.2020 um 13:47 schrieb Michael Keuter:
>
> Hi
>
>> Try "sip show peer <peername>" for a phone.
>
> So:
>
> mobile phone:
> bpi*CLI> sip show peer 0049177xxxxxxx
>
>
>
>
> * Name :
2007 Jun 08
5
Write to multiple databases as redundancy scheme
Hi,
Can Asterisk write to multiple MySQL databases in different machines,
at the same time, as a backup scheme?
If it does, where can that be configured? In res_mysql.conf file?
Does anyone ever made it?
Regards,
Ricardo.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Mar 30
0
Why would asterisk presume a loop (482 "Loop Detected")?
We have a SNOM360 (ext 226) configured for redirection (away on
annual leave) to another SNOM360 (ext 225), being tested from a
SNOM320 (ext 227) which appears on the surface to be an easy adjustment.
Was receiving the following message,
"Got SIP response 302 "Moved Temporarily" back from"
of which, I was able to understand and correct by adding the
following to the
2007 Oct 10
1
Why Asterisk doesn't accept sip302 redirect?
My asterisk should follow 302 redirect which it
receives from other sip server(10.10.10.10). By
running network sniffer I see, that asterisk receives
302 answer, but doesn't follow it.
My config is:
sip.conf:
.......
[out4]
type=peer
host=10.10.10.10
canreinvite=no
promiscredir=yes
insecure=very
disallow=all
allow=g729
allow=g723
.......
extensions.conf:
[to-sip]
exten => _0011X., 1,
2007 Jun 20
2
Forcing Dial application to skip if called server is unreachable
Is it possible to force the Dial function to skip to the next priority
if it doesn't find the server of the called contact within a few
seconds?
I know I can use:
Dial(Technology/resource[&Tech2/resource2...][|timeout][|options][|URL])
where I can use some short timeout in the "timeout" option, but if I
do so, when some call is well succeeded, it will only ring for that
2020 Jun 13
5
Voice "broken" during calls
Am 13.06.2020 um 13:47 schrieb Michael Keuter:
Hi
> Try "sip show peer <peername>" for a phone.
So:
mobile phone:
bpi*CLI> sip show peer 0049177xxxxxxx
* Name : 0049177xxxxxxx
Description :
Secret : <Set>
MD5Secret : <Not set>
Remote Secret: <Not set>
Context : default
Record On feature : automon
2005 Aug 27
0
Newbie :SIP ETXTN to SIP EXTN calls
I am new to asterisk and need to dig up some info on how to set it all
up. It looks a bit daunting especially all the options available in the
.conf files.
I have 2 SIP phones, GXP2000 and a budgettone 100.
phone1 - 192.168.0.160/24 extension 1000
phone2 - 192.168.0.161/24 extension 1001
Server - 192.168.0.57
I get the following all the time, but can make calls between the 2
extensions,
2008 Apr 13
1
Similar option as promiscredir to use in transfer (REFER)
I made a similar question in a previous thread, but there was no
answer, so I think I was not very clear making the question. What I
need is some configuration that works like "promiscredir=yes" in
sip.conf that enables me to do the same thing with transfer (REFER),
letting me transfer a sip call to a non local sip address.
Thanks in advance,
Thiago
Abra sua conta no Yahoo!
2005 May 12
0
Asterisk, SIP and NAT: Help needed!
I've been googling and talking with Libretel about my
setup and the fact that incoming calls to my asterisk
box through the Libretel number reach my box (I hear
the greeting being played) but then don't accept DTMF.
Here is a rough diagram of my setup:
Asterisk |
server | NAT <------------ Libretel
| router
|
Note that there are NO SIP
2006 Nov 13
2
FAX using T38
Dear all,
I'm trying to enable Asterisk to work with FAX using T38. I've tried
Asterisk 1.2.4 with the available patch found at URL
http://bugs.digium.com/view.php?id=5090 and also with the new 1.4 Beta3
that is announced to support it too.
With both Asterisk versions, I've sent with success FAXes between two
FAX machines each one attached to an ATA interface, both registered in
2013 May 09
0
No early media on 302 redirect via two servers
We have a situation where we get no early media in this call flow:
VoIP origination provider
Server1 (our server)
Customer server
Customer phone with call-forward set
Server1 to dial the forward-to number
Then there is no early media while the forward-to number is ringing. Our
server is Asterisk 1.6 and theirs is 1.8.
I tried promiscredir=yes and then the calls fail altogether because rather
2007 Jun 11
1
Multiple ENUM entries and Asterisk fails to dial
Hi,
I use Asterisk 1.2.17 in my site, and now I'm trying to configure ENUM
lookup in my server.
When someone calls a number that has multiple ENUM entries, randomly
Asterisk seems to fail to return a correct answer, and dial by ENUM
fails.
I've goggled a bit on this, but didn't get any good conclusion. There
is some RFC Compliant ENUM Macro that can be used that is announced
2007 Sep 21
1
Authenticate() application and CDR
Dear all,
I'm trying to configure Asterisk to be able to ask the caller to enter a
given password in order to continue dialplan execution. I've tested this
feature using the Authenticate application like this:
exten => _X./5219,1,Answer
exten => _X./5219,2,Authenticate(1234,a)
exten => _X./5219,3,Playback(pin-number-accepted)
exten => _X./5219,4,Dial(SIP/${EXTEN},120)
2005 Aug 31
0
canreinvite=no being ignored?
Am I reading the data below incorrectly, or does it appear that even
though I have the directive canreinvite=no set for the two asterisk
boxes, they are trying to do a reinvite (which fails) anyway?
Is this expected behaviour in this situation? If so, how can I prevent
this?
---- Lots of output ----
Using CVS Head from 2005-08-28, I have two asterisk boxen, one (box A)
has a sip ua (2608)
2011 Jun 13
5
No audio after a reinvite changing codec
Hi all,
we have a problem with a reinvite sent by our SIP provider to change audio
codec due to the recognition of a fax tone.
After that the SIP call session has been established (INVITE and 200 OK) we
have the following codec situation:
UAC ASTERISK UAS | ASTERISK UAC
PROVIDER
g711 <----------------------> g711
2006 Jan 18
0
form_remote_tag and 302 redirects under IE6 bug
I believe I''ve found a bug in which a custom HTTP code handler in the
code generated by form_remote_tag does not get called under IE6. The
below example simply redirects the browser to the value in the
location header when it gets back a 302 redirect:
#### start code ####
<%= form_remote_tag :url => {:action => "comment", :id => @article},
2005 Feb 14
0
Asterisk as SIP UAC !!!
Hi gentleman
I've configured SER to forward every call starting with sip uri request "1" to Asterisk. I need to configure Asterisk as a Sip UAC in order to make it call to my other SIP Provider outside my network, sending username and password for authentication.
I've read at www.voip-info.org some articles but found none that could suit to my needs, but yet I've found an