similar to: Tel uri Support

Displaying 20 results from an estimated 500 matches similar to: "Tel uri Support"

2019 Jan 31
2
tel URI
Hi list, Using Asterisk 16.1.1, with PJSIP, I'm asked to build a SIP trunk to a system that uses exclusively tel: uri on inbound and outbound calls. I could not find documentation or sample config about tel:uri. Is this doable? If not possible with PJSIP, is chan_sip a better option? Any pointer would be greatly appreciated. Thanks, -- Jean-Denis Girard SysNux Systèmes
2009 Oct 20
1
Is there a way to force a codec on an incoming sip uri call?
Hello, I'd like to implement some public sip uri's that poeple can call into and get an echo test. Is there a way to force a codec so that users can test various codecs? Something like: echo-test at example.com (negotiates whatever codec, is there a way to figure out what codec was negotiated and tell the user) echo-test-g711 at example.com (forces g711) echo-test-g729 at
2007 Oct 02
4
Queue members, URI.
Is there an advantage to having a Queue members URI in the form: SIP/User (or indeed IAX2/User) Over Local/<number>@context ? I know that the latter will allow you to do things like set counting logic etc. through dialplan operations, but the former appears to be a more direct route to calling the party. (and if need be, there is the ability in queues to run a script on connection iirc).
2009 Dec 28
4
Accessing members
Consider the following.... > fileLines V1 V2 V3 V4 V5 V6 V7 V8 1 AB 20091224 156.0 156.0 154.00 154.00 55 1198 2 AB.C 20091224 156.0 156.0 156.00 156.00 0 0 3 ABF10 20091224 156.0 156.0 156.00 156.00 55 444 4 ABH10 20091224 156.0 156.0 156.00 156.00 0 749 5 ABH11 20091224 157.2 157.2 157.20 157.20 0 0 6 ABH12
2004 Dec 22
1
SIP URI Dialplan?
I've got soft phone that allows me to dial SIP URI's. I'd like to route these calls through a provider to be completed, because I'm beind a NAT box and doing it directly doesn't work. Right now I've got an extension defined like this: Dial(IAX2/${FWDUSERID}:${FWDPASSWD}@${FWDSERVER}/**356<username>) This will connect a call to FWD and call a user at FWD. It works
2004 May 11
1
Caller-ID for alphanumeric SIP uris
My first post here, so a brief intro: I'm somewhat new to Asterisk, but have been working with SIP in depth for about 3 years. I studied Asterisk for about a year and have been experimenting with it hands-on for the past month or so. I've done 6 Asterisk installs in wildly different roles/applications, some of them test systems, others in semi-production, so I know a little bit about
2005 Mar 03
4
MGCP to Inter Tel system
I've been trying to figure out if it's possible to connect Asterisk to a parent Inter Tel Axxess system through the MGCP protocol. The archives for this list aren't searchable and I'm wondering if anyone has a simple answer... Dustin Moore
2005 Mar 09
0
RE: : RE: Re: MGCP to Inter Tel system
-----Original Message----- > -this is very true, however, the current version of the Axxess software > (9.0) supports SIP trunking natively on the IPRC. I just got my Axxess > upgraded and am salivating to get * connected to it. Hmm, so 9.0 is out and it supports SIP natively. How did you plan to integrate the 2? -The Axxess will see the * as it would see an IP service provider.
2005 Jun 28
0
Inter-Tel 8662 configuration problem.
Hi, I'm trying to use the Inter-Tel 8662 endpoint (SIP phone), but it's giving me problems with the dial plan configuration. I get the phone to register with Asterisk. I can place and receive internal calls (to/from extensions within the PBX), but when I try to dial out thru a trunk (9xxxxx), the phone doesn't let me enter all the digits. Instead it goes back to dial tone after I
2005 Aug 03
0
Inter-Tel AXXESS failure: HDLC Bad FCS (8) on Primary D-channel of span 1
Yep, another list posting on this topic :) All the messages I've read on this are from people experiencing these errors in quiet times - I get them as soon as I plug a port on our TE410P to an Inter-Tel AXXESS PBX.. and I get them continuously... I'm just sticking an * box in between ISDN30e (we're in the UK so euroisdn) and the PBX.. and whilst the telco ISDN30e side works like
2005 Aug 03
0
Inter-Tel AXXESS failure: HDLC Bad FCS (8) onPrimary D-channel of span 1
On Wednesday 03 August 2005 17:33, Jens von B?low wrote: > Gavin, > > >> Any ideas/advice would be warmly received right now! > > You are not going to like my response... Erk :) > The only way I could get this to work (luckily I had 2 identical sites and > was busy with the upgrade to the gen2 card) was to downgrade to zaptel > 1.0.7. Alas no - just moved down to
2005 Aug 20
0
Re: Inter-Tel AXXESS failure: HDLC Bad FCS (8) on Primary D-channel of span 1
On Wed, Aug 03, 2005 at 11:28:19AM -0500, asterisk-users-request@lists.digium.com wrote: > 10. Inter-Tel AXXESS failure: HDLC Bad FCS (8) on Primary > D-channel of span 1 (Gavin Hamill) > Date: Wed, 3 Aug 2005 15:32:48 +0100 > From: Gavin Hamill <gdh@laterooms.com> > Subject: [Asterisk-Users] Inter-Tel AXXESS failure: HDLC Bad FCS (8) > on Primary D-channel of span
2006 Jun 19
0
Act-Tel G11112DS Telephony Gateway
Hey everyone, I recently bought an Act-Tel G11112DS telephony gateway (the web interface says it's model # is G1111S though.) Has anyone else on this list used one of these? It has one FXO and one FXS port. I have an account for it set up in sip.conf on my Asterisk box and it apparently logs in correctly because I can dial the extension I set up in extensions.conf and the FXS port rings
2014 Feb 12
0
OT: Support of callto or tel protocols in MS Office ?
Hello, Has someone successfully configured support of either callto or tel protocol in MS Office in general or MS Office Online's Outlook specifically ? (I'm referring here in Outlook client embedded in MS Office cloud service). If positive, what are the basic steps to enable such feature (clicking on a contact phone number triggers whatever program is attached to tel/callto protocol in
2014 Aug 28
1
RDNIS with tel: vs. sip: header
Has anyone had success patching chan_sip.c so that Asterisk will recognize the tel: header for RDNIS information? exten = get_in_brackets(tmp); if (!strncasecmp(exten, "sip:", 4)) { exten += 4; } else if (!strncasecmp(exten, "sips:", 5)) { exten += 5; } else { ast_log(LOG_WARNING, "Huh? Not an
2015 Nov 14
0
Klientskie bazi dannix tel/Viber/WhatsApp +79133913837 Email: gorskova32@gmail.com Skype: prodawez389 ICQ: 6288862 Yznaite podrobnee!!!
2010 Sep 03
0
Asterisk processing URI's
How does asterisk process URI's that get sent to it? I am having a issue with a Cisco phone, where 99% works except the call forwarding. The phone issues a X-cisco-serviceuri-cfwdall which can be seen when running a sip debug on the peer directly. However the system tries to lookup the request as a extension, aka X-cisco-serviceuri-cfwdall-<extension> And of course can't find this
2004 Jan 08
1
SIP URI's: possible now?
Sorry, I haven't been keeping up with the exact details of the system, and I currently am under some time deadlines that prevent adequate checking of the code. Is this a true or false statement these days? "As of the date this article was written, Asterisk does not have the ability to pass a fully qualified SIP URI through its dialplan from a SIP device, but it was capable of
2006 Nov 12
1
outgoing works, incoming fails on asterisk passthrough to inter-tel
Hi everybody, Well, I've finally got asterisk to to talk nicely with my Intertel pbx. Currently there is a outside T1 line (e&m wink start, esf, b8zs) connected to asterisk, and then asterisk connected similarly to my Intertel pbx. For right now all asterisk is doing is passing calls between the two. When I call out from the pbx, I can connect perfectly to the outside world. When I
2004 Jul 01
5
Inter-Tel Eclipse2 (IP PhonePlus)
Hello All, Just looking some comments from gurus about this proprietary systems and phones: Inter-Tel Eclipse2 Model name: IP PhonePlus I did not find anything useful or reasonable about their products on their website or even in Internet.... except sales. -- Thanks and regards, Vasyl Rublyov