similar to: DTMF behavior in asterisk 12 with PJSIP

Displaying 20 results from an estimated 8000 matches similar to: "DTMF behavior in asterisk 12 with PJSIP"

2015 Jan 17
1
Fwd: Asterisk pjsip auto dtmf mode
Hello Asterisk Users, I have been looking for similar auto dtmf mode implementation on pjsip, but didn't see it coming, so I decided to give it a try. My basic plan was to do it as simple as possible with minimum changes because I am not familiar with all Asterisk code. My idea is to use rfc4733 settings, but when going over the codecs check if telephone-event appear and if not set the dtmf
2018 Sep 26
2
chan_pjsip: DTMF mode "auto_info" on endpoints
Hey all! I recently tried the dtmf_mode "auto_info" on my setup to support endpoints that only understand SIP INFO as a fallback. My setup is the following: Endpoint A (RFC4733) --> Asterisk <-- Endpoint B (SIP INFO) Both are configured with "auto_info" dtmf_mode in pjsip.conf. What I ran into is, that DTMF sent from endpoint A to endpoint B is additionally sent via
2014 Mar 11
1
PJSIP - dtmf mode is not updated when the far end doesn't support rfc2833
Hello, I have installed the latest version 12 that has been released (12.1.0.rc3). I have setup default dtmf mode (rfc47..) but when I am calling to a endpoint that doesn't support it (no telephony event in the rtpmap) the asterisk responds OK in the signalling but DTMF is not working. Is it a known issue? Below you can see the output of the asterisk monitor. <--- Received SIP request
2014 Apr 08
1
PJSIP in dialog OPTIONS method handling
Hi everyone, I am running asterisk with release 12.1.0.rc3 and PJSIP. I have a peer which sends OPTIONS method for session keep-alive, and the asterisk is not responding to it. That of course disconnects the call after a few minutes. Is there a settings in the PJSIP.conf to respond to in dialog OPTIONS method? Looking at the documentation I haven't seen it. Does anybody know a workaround?
2014 Apr 09
1
PJSIP usereqphone setting in config file
Hi everyone, I am starting to work with PJSIP on release 12.1.0.rc3. I used to have Asterisk 1.8 with the regular sip channel. I was using the usereqphone settings in order to set user=phone on from and to URIs. Is there a similar config in PJSIP? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2014 Mar 11
1
PJSIP - Using multiple AOR contacts when dialing through an endpoint
Hello everyone, I have started testing the PJSIP stack. I saw that it is possible to setup statically multiple AOR contacts, setup qualify_timeout and attach it to an endpoint, and then dial using this endpoint. When I setup the configuration I used the cli in order to see the status of the contacts, and it worked fine - whenever a contact is unreachable, the status is updated to Unavailable.
2015 Sep 22
2
How to set the global setting for each pjsip endpoint
I have many endpoints and each endpoint has some parameter in common so i wonder is there any way to config one for all endpoints? Like in my example I have two endpoints and I repeat the same thing, [100] type=endpoint aors=100 auth=100-auth allow=ulaw,alaw,gsm,g726 context=from-internal callerid=device <100> dtmf_mode=rfc4733 use_avpf=no ice_support=no
2018 Feb 08
3
pjsip trunking configuration issue
Greetings ! My goal is to get Twilio trunking working, and with TLS/SRTP. I see this concerning message in my log: [Feb 7 16:50:26] ERROR[20596] res_sorcery_config.c: Could not create an object of type 'endpoint' with id ?twilio' from configuration file ?pjsip.conf? Thus, ?pjsip show endpoints? does not show the endpoint for the Twilio trunk. Hoping for a sanity check of
2015 Sep 22
2
How to set the global setting for each pjsip endpoint
how if I use the auto generate once from freepbx ? On Tue, Sep 22, 2015 at 10:12 PM, Ishfaq Malik <ish at pack-net.co.uk> wrote: > > > On 22 September 2015 at 16:04, Thyda ENG <engthyda at gmail.com> wrote: > >> I have many endpoints and each endpoint has some parameter in common so i >> wonder is there any way to config one for all endpoints? Like in my
2020 Feb 14
2
Question on pjsip.conf and aors
I have the following configuration... [aor3] type = aor max_contacts = 1 remove_existing = yes [auth3] type = auth username = 1004 password = SuperSecretProbation [1004] type = endpoint context = IS transport = transport1 auth = auth3 aors = aor3 accountcode = 3 dtmf_mode = rfc4733 device_state_busy_at = 2 force_rport = no moh_passthrough = yes disallow = all allow = ulaw acl = acl1 When a
2014 Dec 16
3
PJSIP configuration question
Ok Dan, try this... I was able to get this to work behind a NAT and with ip address authentication. [global] type = global debug = yes [transport1] type = transport bind = 0.0.0.0 protocol = udp *local_net=<yourlocalnet I.E. 10.10.10.10/24 <http://10.10.10.10/24>>external_media_address=<your public ip address>external_signaling_address=<your public address>*
2014 Dec 16
1
PJSIP configuration question
Here's an update... My network admin would not turn off the ALG because it would cause several other problems to other phone systems we have. He looked at the sip trace. What he found is the PJSIP trace showed a different IP address than the older chan_sip so he had me change the aor contact to outbound.vitelity.net At this point, it seems to be working (and this is going through a Cisco
2007 Jun 22
10
inband DTMF for g729
Does anybody know why Asterisk does not support inband DTMF for G.729? Our SIP carrier use inband dtmf for G.729. This causes problem for us to use it for our Asterisk IVR system. Any suggestion to solve this problem? Gary -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070622/43308a1f/attachment.htm
2020 Aug 26
0
Inband DTMF not detected - bug or config error?
Hi, we have an Asterisk server basically passing on calls using the Dial application. In the pjsip endpoint settings, the dtmf_mode is set to audio. This works with most calls. However, there is a scenario where DTMF tones don't get forwarded the way I would expect them to get forwarded. A: Caller without RfC4733 support B: our Asterisk, version 17.6.0 C: Another Asterisk, with RfC4733
2015 Feb 23
2
Dynamic Music on Hold
Hello everyone, I am trying to activate Music On Hold using DB on Asterisk 13. It works fine but in order to use new Music On hold definitions I have to reload the moh module. - The following is my configuration in extconfig.conf - I added the following line: musiconhold.conf => mysql,asterisk,bit_ast_config - The following is the table in the database: mysql> select * from
2015 Nov 17
2
How do I enable instant messaging support for PJSIP endpoints on Asterisk 13.1.0?
So, the only thing that is needed in the endpoint definition in pjsip.conf (there is no such file pjsip.endpoint_custom.conf) is *message_context=astsms* Is that correct? Anything I need to do in extensions.conf? I see that the messages are received at Asterisk (when I turn on pjsip set logger on) but they are not delivered to the other endpoint. What gives? Any help appreciated. Thanks! On
2014 Dec 15
2
PJSIP configuration question
On Mon, Dec 15, 2014 at 3:54 PM, Dan Cropp <dan at amtelco.com> wrote: > > Yes, everything is behind the same NAT. > > > > For the application I?m working on, the only endpoint is the endpoint to > Vitelity. > > We use AMI to Originate calls from Asterisk endpoint through Vitelity to > phones. > > After that, we control the call through AMI to perform the
2017 Jun 29
2
DMTF payload bug in 13.14.1 with pjsip and direct_media?
While trying to use direct_media I'm seeing RTP payload mismatches after succesful reinvites. Initial INVITE from endpoint A to asterisk has rfc4733 DMTF m=audio 35648 RTP/AVP 9 8 111 96 a=rtpmap:96 telephone-event/8000 a=fmtp:96 0-16 >From asterisk to upstream U: m=audio 14338 RTP/AVP 9 8 111 18 0 101 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 So the payload types in the RTP
2014 Dec 15
2
PJSIP configuration question
On Mon, Dec 15, 2014 at 3:33 PM, Dan Cropp <dan at amtelco.com> wrote: > > Hi George, > > > > Thank you for looking into this. > > This is behind a nat? > > > Just to be clear...both the pbx and local endpoints are behind the same NAT? > [global] > > type = global > > debug = yes > > > > [transport1] > > type = transport
2014 Oct 28
1
Asterisk 12 - zombie processes
Hello Asterisk users, We noticed that on Asterisk 12 zombie processes are being generated - They are released after a while, but we have around 10-20 zombie processes running. We are not sure if this is a normal behavior or an issue. We saw in the documentation that the bridging module creates zombie processes - is it related? Thank you, Yaron. -------------- next part -------------- An HTML