Displaying 20 results from an estimated 10000 matches similar to: "3xx SIP messages"
2023 Jul 06
1
Setting codec on originating (calling) channel with chan_pjsip (SIP_CODEC_INBOUND equivalent)
On Thu, Jul 6, 2023 at 1:43 PM Michael Ulitskiy <mulitskiy at acedsl.com>
wrote:
> Hello,
>
> After I have re-read the "PJSIP Advanced Codec negotiation" document, it
> occurred to me that the desired behavior should actually happen
> automatically, just due to the codec negotiation logic, but it looks like
> asterisk doesn't actually follow the described
2023 Jul 06
1
Setting codec on originating (calling) channel with chan_pjsip (SIP_CODEC_INBOUND equivalent)
Oh, that's great. It wasn't clear from that page, at least not for me. :-(
Having it clearly stated on the document would save me (and probably
others) lots of time.
Thanks for clarifying it. Any idea on the timeframe of implementation?
*Michael Ulitskiy*
Ace Innovative Networks, Inc.
Main/SMS: 212-868-2366
Direct/SMS: 212-812-1203
https://www.aceinnovative.com
On 7/6/23 12:47, Joshua
2015 Oct 06
2
PJSIP: how to retrieve underlying SIP Call-ID
Hello,
I've started to play with PJSIP and got stuck at the following problem.
I need to retrieve SIP Call-ID associated with PJSIP channel.
For inbound channel I can use ${PJSIP_HEADER(read,Call-ID)}, but that doesn't work for
outbound channel even in pre-dial or hangup handler. Whatever I do PJSIP_HEADER
seem to be unable to read headers for outbound channel.
Here's what I do:
2003 Jul 16
3
Segmentation fault with chan_oh323
Hi,
I'm trying to interconnect sip and h323 endpoints using asterisk
and asterisk crashes with segmentation fault whenever h323
connection needs to be established. It registers with gatekeeper ok though.
Here are the symptoms.
If the call initiated by SIP device, asterisk replies to it "Trying" and then
silently crashes (it launched as asterisk -vvvvcd).
In debug log I can see the
2003 Oct 28
1
Already on the phone?
Hi,
I'm wondering if there's a way within a dialplan or AGI to find out
if an extension (SIP client) is already in use and the
person is already on the phone?
By default the channel is assumed available and callwaiting tone
is transmitted to the called extension. AFAIK there's no way to turn
off callwaiting from within the dialplan.
I need to avoid the callwaiting behavior in some
2023 Jul 06
1
Setting codec on originating (calling) channel with chan_pjsip (SIP_CODEC_INBOUND equivalent)
Hello,
After I have re-read the "PJSIP Advanced Codec negotiation" document, it
occurred to me that the desired behavior should actually happen
automatically, just due to the codec negotiation logic, but it looks
like asterisk doesn't actually follow the described logic which is
likely a bug.
Can you please follow with me through a simple sip call and see if I'm
missing
2003 Jul 22
2
No callerid on outgoing call over chan_h323
Hi,
Has anybody managed to get callerid properly set on a call from
local to asterisk SIP endpoint through h323-pstn gateway to a
regular phone.
I'm using ata186 as SIP endpoint. It has 12125551234 assigned to it.
When I place a call to pstn I'm not receiving 12125551234 as the clid,
but a number assigned to PRI channel by phone company.
It worked with chan_oh323, but there were other
2023 Jul 05
3
Setting codec on originating (calling) channel with chan_pjsip (SIP_CODEC_INBOUND equivalent)
Hello,
Anyone? I have hard time to believe this is not possible with chan_pjsip.
Anyway, may I ask how people handle the following scenario which I
imagine should be quite common:
- I have internal extensions talk to each other using g722. so their
codec setting (with chan_sip now) is "allow=g722,ulaw"
- I have carriers trunks that handle ulaw only (allow=ulaw)
- calls between
2005 Dec 22
2
Query about the vifX.Y interfaces
Hi all
Really silly question here: do the vif interfaces require IP addresses?
I''m totally stuck with getting IP traffic to my guest domain, layer 2
traffic (ie ARP queries/responces, broadcasts, etc) is all OK. Another
question, what is peth0 used for?
Thanks again
CC
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 251
2007 Dec 19
2
recode based on filter
Hi, I have a data frame DATA, which (simplified of course) looks like this:
know1 = c("Y","N","N","Y","N","N","Y","Y","N")
par1=c(1,4,5,3,3,2,3,3,5)
know2 = c("Y","Y","N","Y","N","N","N","Y","Y")
2020 Aug 03
1
[Bug 1447] New: Conntrack marks ICMPv6 multicast and anycast ping responces as invalid.
https://bugzilla.netfilter.org/show_bug.cgi?id=1447
Bug ID: 1447
Summary: Conntrack marks ICMPv6 multicast and anycast ping
responces as invalid.
Product: netfilter/iptables
Version: unspecified
Hardware: x86_64
OS: other
Status: NEW
Severity: normal
Priority: P5
2004 Jul 26
6
New Beta version of Grandstream Firmware 1.0.5.9
It gets definitely better every day.
List of bug fixes follows:
Release 1.0.5.9 7/26/2004
If SIPRegister doesn't proceed due to conditions unmet, release
channel resource
Fix the LED flashing issue when connection to the SIP proxy is lost.
Fix the issue where the device will not resume registration when it
loses connection to the outbound proxy for some time.
Fixed the
2003 Mar 24
1
WinZip causes Server to fail - Please help.......
Is anybody suffering from a similar problem or can anybody suggest a cure or
a pointer......?
I've various hardware platforms (both HP & Intel though all SMP) scattered
around remote sites each running one of the following OSs (Redhat 7.2,
Redhat 7.3, Mandrake 8.2 & Mandrake 9.0) each with Samba installed (either
the version that ships with the relative OS or 2.2.5.2 or 2.2.8.2
2015 Oct 08
3
PJSIP realtime: lots of problems
Hello,
I wonder if anybody is using PJSIP realtime in production environment?
I've started to play with it and encountered many problems.
Here's my config:
sorcery.conf:
[res_pjsip]
endpoint=realtime,ps_endpoints
extconfig.conf:
[settings]
ps_endpoints => pgsql,users,pjsip_endpoints_v
pjsip_endpoints_v is postgresql view.
1. The biggest problem: if I have small number of endpoints
2003 Nov 19
2
PSTN intercepted announcement
Hi,
I have asterisk functioning as SIP to H.323 gateway for local SIP endpoints and I have H.323 to PSTN
gateway (Lucent MAX TNT) connecting my LAN VOIP to PSTN via PRI.
Everything works fine with one exception. I seem to be unable to figure out why I cannot hear
PSTN intercepted announcement ("number is not in service" etc.) when I'm calling
a disconnected number through
2023 Jul 05
1
Setting codec on originating (calling) channel with chan_pjsip (SIP_CODEC_INBOUND equivalent)
Hello Michael,
you are referring to the following behavior - did I get it correctly?:
outbound broken: asterisk offers g722 / g711 to provider (callee),
callee answers g711. Asterisk now transcodes between caller and callee
(g722 <-> g711).
inbound works: call from provider: g711 -> asterisk drops g722 and
passes g711 to internal callee -> no transcoding.
As far as I know,
2003 Oct 14
5
Digium cards just for timing
Hi,
I've found that neither Michael Manousos patch nor ztdummy driver
do not fix musiconhold sound interruption problem up to acceptable quality
level. Sound is choppy here anyway.
It is my understanding (please correct me if I'm wrong) that if I have
a Digium card in my asterisk machine, these problems should be gone
'cause those cards provide some reliable timing. So I have no
2023 Jul 05
1
Setting codec on originating (calling) channel with chan_pjsip (SIP_CODEC_INBOUND equivalent)
Well, I'm trying to migrate to chan_pjsip so that I don't have to do that.
It's so surprising that the issue so seemingly obvious and trivial
hasn't been addressed yet that I wanted to query the collective wisdom
of this list to verify my observations.
Thanks for github pointer.
Michael
On 7/5/23 16:46, asterisk at phreaknet.org wrote:
> On 7/5/2023 4:19 PM, Michael
2006 Mar 24
6
login forms , redirect_to and ajax-scaffold problems
Hi,
I have a standard type authentication technique direct from AWDWR, so there is a
before_filter :authorize_employee, :except => :login in my employees_controller.rb
the authorize_employee is in application.rb
def authorize_employee
unless session[:employee_id]
flash[:notice] = "Please log in"
# save the URL the user requested so we can hop
2003 Feb 27
1
snom phones and redirect
Hello,
does anybody suceesfully setup snom phones with sip firmware with
asterisk to redirect call when phone is set to redirect if busy/ or
allways redirect ?
My console says :
chan_sip.c Line 3000 (handle response)
Dunno anything about a 302 Moved Temporarily from SIP...
regards
Marian
--
SUNTEQ s. r. o.
Bojnicka cesta 35 # Prievidza # 971 04 # Slovak republic
Tel: +421-46-5430 754 #