similar to: Is there a way to make asterisk send a INVITE in-dialog to re-establish the audio

Displaying 20 results from an estimated 10000 matches similar to: "Is there a way to make asterisk send a INVITE in-dialog to re-establish the audio"

2019 Sep 03
2
ptime
We have a customer with a system rejecting calls from Asterisk. It's indicating the ptime is 60, but the system admin is saying they only support 20. They are running asterisk 16.2.1 and using chan_sip Is there a way to specify this with chan_sip? Also, for my own curiosity, is there a way to specify this with PJSIP? (Trying to migrate customers to PJSIP, but we are holding until asterisk
2019 Mar 28
3
Asterisk Transfers
On Thu, Mar 28, 2019, at 11:10 AM, Dan Cropp wrote: > > Is there no one who knows if there is a way to turn off the norefersub setting? > > > Supported: norefersub > > > This happens in the TRYing, OK, and other commands in response to the INVITE. > > > For chan_sip, I noticed it does not send the norefersub. As a result, > Cisco then sends NOTIFY
2011 Apr 07
2
Asterisk Avaya SIP Trunking One Way Audio
I am facing one way audio problem in sip trunking between asterisk and avaya. +-------------+ +----+ | avaya sip |-------| P1 | +-------------+ +----+ | | | +-------------+ | Asterisk | WAN
2015 Jul 14
2
pjsip.conf question
Thank you Joshua. That did in fact solve the problem I was seeing. I am now experiencing another issue. The 3rd party sends their messages from various port numbers. However they only read messages sent to them on port 5060. For example, right now I receive the first INVITE with port 1234. Asterisk sends the Trying to port 1234 Third party doesn't monitor this port so it eventually times
2018 Mar 14
2
PJSIP Originate
I am using AMI Originate to perform a new outbound call. The SIP Provider we send the call to wants us to pass the caller id of the person we are calling for in the Contact header. For the AMI Originate, I pass the caller id information data in the CallerID field. However, this is never being passed through the PJSIP INVITE header Action: Originate ActionID: S598 Channel: PJSIP/133 at 1002
2008 Nov 07
1
Help with asterisk and avaya SIP trunking
Hi * Users, I ran into a problem when I was trying to communicate an avaya IP Office talk to asterisk with SIP Trunking. I had successful calls from asterisk to Avaya but not from avaya to asterisk. Can someone provide me insight on how to address it or the path to resolve it. The error I get is mentioned below: (dialing 32564 from avaya to asterisk) "[Nov 6 17:14:23] WARNING[6227]:
2014 Dec 10
1
PJSIP configuration question
Thank you for the speedy reply. My originate string is something like the following where xxxxx is really the sip provider's supplied IP address 1234567890 is really the phone number I am dialing PJSIP/outbound.vitelity.net/1234567890 In the chan_sip based solution, it's... SIP/outbound.vitelity.net/1234567890 Have a great day! Dan -----Original Message----- From:
2015 Aug 27
2
Is it possible to perform PJSIP Add Header prior to calling Queue and have it part of the INVITE packet?
Thanks Scott. I was able to get the basic concept to run. However, it seems PJSIP INVITE for the Dial also does not support added headers. The Local channel dial plan did have the channel variable values. I added them as SIP headers, then Dial(PJSIP/Agent). The INVITE for the Dial on PJSIP continues to not include the SIP Headers I added. For chan_sip, I have no problem with this. Even the
2015 Aug 24
3
PJSIP add
I am trying to set add a SIP Header to a call before adding it to the Queue. The dial plan sends the call to my macro to perform the work. When I use chan_sip, everything works as expected. When I use PSJIP support, it's not adding the SIP header. Looking at the output, I see the macro is called in both cases. In the PJSIP case, the added sip header never is showing up in the asterisk logs
2015 Aug 27
2
Is it possible to perform PJSIP Add Header prior to calling Queue and have it part of the INVITE packet?
Thanks Scott. I?m taking over for someone else?s code, so I must admit I?m still learning the Agent and Queue concepts. Local channels are something I have not used either. Would local channels essentially be an internal bridge? How would I ?Register Local/number at agent in the queue on behalf of the agent (replace number with the agent's extension number)? From: asterisk-users-bounces
2015 Aug 27
2
Is it possible to perform PJSIP Add Header prior to calling Queue and have it part of the INVITE packet?
I have a call coming in. I need to add a SIP Header to the channel. Then, I need to send the call to the Queue so it is sent to the Agent. The SIP header I added, I need to have appear in the INVITE sent to the Agent. It works in chan_sip. I send the call to a macro which does... n,SIPAddHeader(My-Header-Name:${MY-HEADER-VALUE}) n,Queue(${ARG2}) In PJSIP , this doesn't seem to work. Is
2015 Aug 27
2
Is it possible to perform PJSIP Add Header prior to calling Queue and have it part of the INVITE packet?
I have both the PJSIP add and the chan_sip way of adding SIP headers in there. The Verbose is showing the variable value is there. The INVITE to PJSIP/Agent1 does not include either X-My-DNID or X-My-DNID2 headers. exten => 1234,1,Verbose(X-My-DNID:${MY_DNID}) same => n,Set(X-My-DNID=${MY_DNID}) same => n,Set(PJSIP_HEADER(add,X-My-DNID2)=${MY_DNID}) same => n,Dial(PJSIP/Agent1)
2004 Aug 25
2
Avaya dialing problems
Currently I am having 2 issues with my Avaya 4602 phone: First, the phone registers with my Asterisk server, but when I start dialing I get a busy signal after 4 digits. I specified in the dialplan on the phone to expect 10 digits and that solved that problem, but I still immediately get a busy after the 10th digit. The phone never sends a dial command to asterisk. Second, asterisk is
2014 Dec 10
2
PJSIP configuration question
I'm working with a SIP provider to try and transition our sip connection with them to PJSIP. I thought I had transitioned the settings correctly, but whenever I attempt an Originate it never even tries to send any PJSIP messages. I'm currently running Asterisk 13.0.0. Anyone have any suggestions as to what I am doing wrong? The SIP provider says the latest version of Asterisk they have
2015 Jul 14
2
pjsip.conf question
I am currently running Asterisk 13.1.0-1 I have a chan_sip configuration that works fine with a 3rd party. Third party does not use authentication or registration, it's ip based authentication... When I try switching to PJSIP.conf, I seeing 488 responses from the Asterisk side. What has me really baffled is the debugging indicates [Jul 14 17:28:24] DEBUG[3620] pjsip: sip_endpoint.c
2004 May 19
1
One-way audio with H.323 --> SIP call
Good day, I have a puzzling issue that people in the IRC channel recommended I post to the list so here goes :) I am trying to call a SIP softphone from an H.323 hardphone. The hardphone is connected to a Definity Prologix R12 PBX with a MedPro card and a CLAN. The Avaya is setup to send any call to extension 1609 down an H.323 trunk group that is destined for the Asterisk server. When I call
2014 Feb 26
1
SIP 603 Declined error message
I have a SIP trunk from my Asterisk server to an Avaya CM server. If I place calls inbound, everything works fine. If I place calls outbound, originating from the Asterisk box, everything works fine (I have done this with the use of the .call files). If I setup an extension with the findme-followme feature and have it try to hair-pin a call back out the same trunk to the Avaya, I get a
2019 Mar 15
2
Does anyone know if there is a problem with the Chrome browser and asterisk cmp2k video
Thank you Kevin. Any idea if Google developers may decide to reset the decoder, per Joshua’s experience? Or perhaps asterisk developers would consider eventually add the rewrite support in asterisk? Always fun dealing with newer technology as it goes through several revisions. Have a great day! Dan From: asterisk-users <asterisk-users-bounces at lists.digium.com> On Behalf Of Kevin
2009 Jan 30
2
Asterisk with Avaya
Hi ! I am trying to connect Asterisk with Avaya Definity. I use this tutorial to do this http://cyril-constantin.blogspot.com/2008/04/howto-connect-avaya-to-asterisk.html The comunication between avaya and asterisk is fine but without sound. I can call from Asterisk to Avaya and extension ring or Avaya to Asterisk and extension ring too but I cant hear anything Example Asterisk ---> Avaya --
2019 Mar 25
2
Asterisk Transfers
Does anyone know if there is a way to disable the norefersub for PJSIP? It appears this is causing problems with a test we're running with Cisco. A wireshark trace from a system where the transfer with Cisco works versus a trace with Asterisk/Cisco shows one big difference being the supported: norefersub The REFER Accepted response is received by Asterisk. However, Cisco doesn't send the