Displaying 20 results from an estimated 10000 matches similar to: "T.38 and reinvite"
2009 Jan 06
1
"username mismatch, have <x>, digest has <y>"
I have two Asterisks connected using SIP. One is acting as a SIP
"server", the other as a SIP "client". This almost works; but calls
from 50607795 are rejected with this error:
check_auth: username mismatch, have <50607796>, digest has <50607795>
On the "client" I have these accounts configured in sip.conf:
register => 50607795:test at
2009 Oct 14
2
Queues with unavailable members
We have the possibly rather unique setup where we have cell phones
posing as SIP devices. The SIP registration for those unfortunately
doesn't go away just because the phone is off, since the registration is
done by our cell-phone<=>SIP gateway, and that gateway has no way of
knowing whether the phone is on or off.
This is usually ok, but it gets problematic if the cell phone is a
2007 Feb 10
1
SIP retry time too low
I have a problem with asterisk-1.2.13, where it retries SIP INVITEs
too quickly. It happens when qualify is on, and the server it tries to
reach is only 1ms away according to qualify.
The time between the first SIP INVITE and the 7th (last) is then only
64ms, and that can be too short for the peer to react.
I reported this bug in much more detail in bugs.digium.com, but the
bug is gone now
2010 Nov 18
2
exceeds the maximum size of ast_fdset error on Asterisk-1.8.0
Hi Friends,
i have installed and configure asterisk-1.8.0.
When i have tried asterisk start get below errors and not able to start
asterisk.
*FD 32767 exceeds the maximum size of ast_fdset!*
Thanks in advance.
--
Best Regards,
Rajnikant Vanza
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Feb 01
7
Enterprise or Fedora?
i wanna build a production Asterisk box ,will RedHat Linux Enterprise Server be more stable than Fedora core Linux or it makes no significant difference
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
-------------- next part --------------
2006 Jun 06
1
Weird Can-Reinvite problem
Hi All,
I'm having a really weird can reinvite issue. I've been banging my head
around on this for days now..
I have two asterisk servers. One at 172.20.0.11 One at 172.20.2.5
172.20.0.11 is a hosted box and serves multiple offices
172.20.2.5 is a box on site at a customer's office.
A phone at 172.20.128.10 makes a call using server 172.20.0.11 to a phone
at 172.20.2.80 via server
2009 Mar 16
1
T.38 - Which endpoint shall reINVITE ? caller or callee ?
Hi,
I've been playing with T.38.
I observed that mostly but not always, it's the "calling endpoint" that
reINVITE the other party to drop current SIP/G711 session and start a new
T.38.
But sometimes, it's also the callee party that reINVITE the calling party.
Which is the "standardized" or most common, way to start a T.38 session ?
Shall it come from callee or
2014 Oct 22
2
res_fax T.38 Gateway with SpanDSP - Force ReINVITE?
Greetings-
Working with the T.38 gateway functionality that is sparsely documented [1] , I'm attempting to get the following functional:
Asterisk calling system -> Asterisk system in T.38 Gateway Mode (box in question) -> SIP Provider
The problem is:
-The provider is not initiating a reinvite to T.38, even though it is 100% supported
-Asterisk is not detecting the CNG tones from
2008 Dec 29
1
1.6, CDR and h extension
I have two version 1.6 Asterisks running. One is a small hobbyist
thing just at home, and the other is handling calls for several
customers.
On both, I have added the line
exten => h,1,Set(CDR(hangupcause)=${HANGUPCAUSE})
to all relevant contexts.
On my little hobbyist box this works perfectly; all calls have their
hangupcauses recorded with cdr_adaptive_odbc and cdr_custom. On the
2008 Jan 07
3
How to check if a SIP phone is forwarded without ringing it ?
Hi,
I feel I've read a thread about this previously but I couldn't find it.
Is there way for an Asterisk server to check if a sip phone is forwarded
without bothering phone's user ?
I was thinking of some Alert-Info option that would let the phone reply with
a 302 Moved Temporarily or 182 Queued message and not let the phone ring or
display anything on its screen.
So that, you could
2009 Jul 22
3
ExecIf and empty variables (early evaluation)
Imagine that you have this code:
exten => _X!,n,Set(foo=${QUEUE_WAITING_COUNT(${QueueName})}))
If ${QueueName} happens to be unset, this will cause a warning:
[Jul 22 14:26:17] ERROR[8114]: app_queue.c:5187
queue_function_queuewaitingcount: QUEUE_WAITING_COUNT requires an
argument: queuename
The obvious solution:
exten => _X!,n,ExecIf($["${QueueName}" !=
2009 Sep 08
1
Strange extension state changes in 1.6.0.15
I see a lot of these on an otherwise idle Asterisk 1.6.0.15:
Extension Changed 773[Hints] new state Ringing for Notify User
792-00041327d17e-1. Then a little while later it changes to InUse or
Idle, completely randomly. It happens for many different combinations of
phones and watchers.
There are no calls being made, so I can think of no reason why this
happens. Obviously it wreaks havoc with
2012 Jun 05
3
CDRs on multiple servers.
Hello guys,
I need to be able to throw cdrs on more than one servers at a time. Please let me know how this can be done.
Thanks
2006 Oct 10
2
E164 caller ID
Is there a proper and accepted way to go about setting an E164 compliant
caller ID (ANI) ?
Currently, we're using just the Set(CALLERID(num)=XX) where XX is some E164
compliant number like 3539146632431 or some such.
Is there another way we should be doing that or is that proper?
N.
2010 Oct 19
1
FFA SendFax rejects T.38 reINVITE (488 Not acceptable here)
Hello,
I'm trying to send a tif file, using Fax for Asterisk and the call is
executed, but when I get the reINVITE with T.38 data, the local server
doesn't recognize that we have this capability and sends a 488 message.
These are the logs:
<--- SIP read from UDP:xxx.xxx.xxx.xx8:5060 --->
INVITE sip:1234567 at 10.0.0.3:5060 SIP/2.0
Via: SIP/2.0/UDP
2006 Jun 12
2
No reinvite - reason?
Hi,
I put reinvite=yes in my sip.conf.
For testing, I restricted the codecs to alaw.
I have no modifiers in my dial command.
Thus, there should be no reason not to reinvite.
Call (sip, authenticated) comes in and is forward
via SIP (not authenticated) to another asterisk box.
Unfortunately, media path still passes through the asterisk
box in the middle.
Using sip debug I even can't find
2006 Dec 19
26
Match a Numer - then continue with dialplan
Anyone know if there's a way to match a dialplan extension, execute some code, say set a variable, and then continue with the dialplan?
I want to set a variable when the dialplan flows beyond a certain context. This would be a great feature.
Doug.
2019 Aug 16
2
PJSIP reInvite
Hi all,
So the scenario is:
A -> Asterisk -> B
after B send back 200 OK Asterisk is answering the call to A. Directly
after the Answer Asterisk generates a ReInvite to A and the only difference
between the 200 OK sdp and the reInvite sdp are the offered codecs which
are forwarded from B to A. Here i do not understand why this could not be
done in the 200OK to A?
As far as i understood
2009 Mar 06
5
work around the 64 pickupgroups limit
Hi!
What are the typical ways to work around the 64 groups limit?
thanks
klaus
2006 Dec 15
1
Cisco Call Manager 4.0 to Asterisk, Anyone have SIP Reinvite working?
Hi All,
I haven't started sip traces or debug yet, but was wondering what the deal
is with the CCM and reinvite, why it doesn't work with Asterisk (using
1.2.9.1). I can make calls back and forth all day with canreinvite=no, when
I try to reinvite an inbound sip call from the CCM with Asterisk server 1 to
Asterisk Server 2, I get one-way audio issues. All the RTP ports are
configured