Displaying 20 results from an estimated 100 matches similar to: "PJSIP CCSS"
2015 May 21
4
PJSIP CCSS
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Le 21/05/2015 00:16, Joshua Colp a ?crit :
> If CCSS is needed then the only option is to use chan_sip. The
> chan_pjsip module does not implement CCSS in any way.
Is CCSS support planned for PJSIP? chan_sip is in "extended" state in
asterisk-13, so chan_pjsip should be preferred for new installations, ri
ght?
Thanks,
- --
2015 May 21
0
PJSIP CCSS
2015-05-21 17:59 GMT+02:00 Jean-Denis Girard <jd.girard at sysnux.pf>:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Le 21/05/2015 00:16, Joshua Colp a ?crit :
> > If CCSS is needed then the only option is to use chan_sip. The
> > chan_pjsip module does not implement CCSS in any way.
>
> Is CCSS support planned for PJSIP? chan_sip is in
2015 May 21
1
PJSIP CCSS
Ludovic Gasc wrote:
> 2015-05-21 17:59 GMT+02:00 Jean-Denis Girard <jd.girard at sysnux.pf
> <mailto:jd.girard at sysnux.pf>>:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Le 21/05/2015 00:16, Joshua Colp a ?crit :
> > If CCSS is needed then the only option is to use chan_sip. The
> > chan_pjsip module does not implement
2015 May 21
0
PJSIP CCSS
Jean-Denis Girard wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi list,
>
> It looks like Call Completion Supplementary Services is not available
> for PJSIP channels, am I right? Is there another solution?
If CCSS is needed then the only option is to use chan_sip. The
chan_pjsip module does not implement CCSS in any way.
Cheers,
--
Joshua Colp
Digium,
2013 Jan 10
1
Segmentation fault after upgrading from asterisk-10.5.0 to asterisk-11.1.2
After upgrading from asterisk-10.5.0 to asterisk-11.1.2, I am getting a Segmentation fault.
[root at localhost asterisk-11.1.2]# asterisk -vvvvvvc
Asterisk 11.1.2, Copyright (C) 1999 - 2012 Digium, Inc. and others.
Created by Mark Spencer <markster at digium.com>
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
This is free software, with components
2015 Aug 12
2
Busy level in Asterisk 11
Hi
I need to set the number of incoming calls to one, but the outgoing calls
should be unlimited. I think the busylevel parameter is for it(incoming
calls), but not works. My config is:
cat sip.conf
[general]
[template](!)
qualify=yes
cc_agent_policy=generic
cc_monitor_policy=generic
call-limit=2
busylevel=1
callcounter=yes
subscribecontext = hint
allowsubscribe=yes
[100](template)
2012 Jan 18
1
Compile error 1.8.8.1
Hi,
While compiling 1.8.8.1, I met the following error:
[AR] hash/hash.o hash/hash_bigkey.o hash/hash_buf.o hash/hash_func.o
hash/hash_log2.o hash/hash_page.o hash/ndbm.o btree/bt_close.o
btree/bt_conv.o btree/bt_debug.o btree/bt_delete.o btree/bt_get.o
btree/bt_open.o btree/bt_overflow.o btree/bt_page.o btree/bt_put.o
btree/bt_search.o btree/bt_seq.o btree/bt_split.o btree/bt_utils.o db/db.o
2011 Jan 10
2
Call Back on Busy
Hi All,
One of our user asked the question, when she tries to call another local
extension but the other end is engaged she will keep on trying until she
finally can get thru. So she asked would it be possible to request for
an auto-callback from the user she's trying to call to once it's not
engaged anymore. is this possible on asterisk? what is that feature
called? i am using
2020 May 28
2
Notification when on the phone
Everybody,
I've had a request from my manager that I figure out how to get our Asterisk 13.x system using chan_sip to be able to display on the Polycom VVX series phone display (firmware 5.9.5), when an extension is called and the person on the other end is on the phone.
He said, "Our old Analog phone system could do it, how hard can it be?"
I've gone down the path of trying
2011 Mar 07
1
[1.8.3] Error compiling Asterisk: __sync_fetch_and_add
Hello all,
mmm a bit embarrassing about not having a clue as to why we're getting this
error on make of 1.8.3
[AR] hash/hash.o hash/hash_bigkey.o hash/hash_buf.o hash/hash_func.o
hash/hash_log2.o hash/hash_page.o hash/ndbm.o btree/bt_close.o
btree/bt_conv.o btree/bt_debug.o btree/bt_delete.o btree/bt_get.o
btree/bt_open.o btree/bt_overflow.o btree/bt_page.o btree/bt_put.o
btree/bt_search.o
2014 Jun 03
3
Get last dialed number in a context?
Hi,
I would like to implement an auto-redial function in a context. The idea
is about like this:
Dial a number
Hear busy
Hangup
Pick up again
Dial a code like *123
=> jumps into a context which redials until callresult is not busy
Maybe like this:
[autoredial]
exten => s,1,Set(number=${CHANNEL(lastdialed)})
exten => s,2,Dial(SIP/${number}@account,60,g)
exten => s,3,Wait(15)
exten
2016 Dec 10
6
failing to start asterisk on centos7
ive installed asterisk but below is what am getting proces gets
killed.please help
[root at localhost sounds]# asterisk -vvvvc
Asterisk 13.13.1, Copyright (C) 1999 - 2014, Digium, Inc. and others.
Created by Mark Spencer <markster at digium.com>
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for
details.
This is free software, with components licensed under
2015 Apr 01
0
Asterisk 13.3.0 compiled with clang on FreeBSD crashes
Hi,
I'm maintaining the FreeBSD ports for asterisk(With madpilot at FreeBSD.org
as identity). Here's a link to the
asterisk13 port for your reference:
http://www.freshports.org/net/asterisk13/
I performed some tests with RC1 and am doing some final tests with the
final release before committing the update.
Up to now the ports forced using gcc, version 4.8 lately, to compile it.
And for
2010 Aug 24
2
Asterisk 1.8.0-beta4 Now Available
The Asterisk Development Team has announced the release of Asterisk 1.8.0-beta4.
This release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk/
All interested users of Asterisk are encouraged to participate in the 1.8
testing process. Please report any issues found to the issue tracker,
http://issues.asterisk.org/. It is also very useful to see
2010 Aug 24
2
Asterisk 1.8.0-beta4 Now Available
The Asterisk Development Team has announced the release of Asterisk 1.8.0-beta4.
This release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk/
All interested users of Asterisk are encouraged to participate in the 1.8
testing process. Please report any issues found to the issue tracker,
http://issues.asterisk.org/. It is also very useful to see
2020 May 28
0
Notification when on the phone
On 2020-05-28 10:15, Doug Lytle wrote:
> Everybody,
>
> I've had a request from my manager that I figure out how to get our Asterisk 13.x system using chan_sip to be able to display on the Polycom VVX series phone display (firmware 5.9.5), when an extension is called and the person on the other end is on the phone.
>
> He said, "Our old Analog phone system could do it,
2011 May 10
2
Asterisk 1.8.4 Now Available
The Asterisk Development Team has announced the release of Asterisk 1.8.4. This
release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk/
The release of Asterisk 1.8.4 resolves several issues reported by the community.
Without your help this release would not have been possible. Thank you!
Below is a sample of the issues resolved in this release:
*
2011 May 10
2
Asterisk 1.8.4 Now Available
The Asterisk Development Team has announced the release of Asterisk 1.8.4. This
release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk/
The release of Asterisk 1.8.4 resolves several issues reported by the community.
Without your help this release would not have been possible. Thank you!
Below is a sample of the issues resolved in this release:
*
2016 Oct 25
0
Asterisk 11.24.0 Now Available
The Asterisk Development Team has announced the release of Asterisk 11.24.0.
This release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk
The release of Asterisk 11.24.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following are the issues resolved in this release:
Bugs
2011 Mar 07
1
Error compiling Asterisk 1.8.3 on Sun SPARC x64 w/Debian Squeeze
Hello all,
Figured I'd repost this with an edited subject line, to attract attention of
people with Debian On Sparc experience. Apologies in advance if this kind of
thing is frowned upon :)
[AR] hash/hash.o hash/hash_bigkey.o hash/hash_buf.o hash/hash_func.o
hash/hash_log2.o hash/hash_page.o hash/ndbm.o btree/bt_close.o
btree/bt_conv.o btree/bt_debug.o btree/bt_delete.o btree/bt_get.o