similar to: SCCP port numbers used for audio stram?

Displaying 20 results from an estimated 3000 matches similar to: "SCCP port numbers used for audio stram?"

2008 Sep 12
1
SCCP - max lines per phone limit
I'm setting up a 7921 and now want to add a second line to the phone. In my SCCP.conf file I have: autologin = 235,299 However, on reloading SCCP the phone fails to login to the second line with this error: [Sep 12 12:46:49] WARNING[12224]: sccp_actions.c:185 sccp_handle_register: SEP001BD457F8B1: Failed to autolog into 299: Max available lines phone limit reached 299 Is there a
2008 Sep 12
2
Setup speed dials on Cisco 7921
I've added lines like this: speeddial = 123,test speeddial = 260,Bob in the [device] section for my 7921, but the speed dials do NOT appear on the menu (click right from the main screen). Am I missing something obvious here? Thanks MD -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Nov 05
2
Determine channels in use from CLI
Is the a CLI command that shows all channels in use at one time? (Whether IAX, SIP, SCCP, etc)? As well, when I "SIP SHOW CHANNELS" I see phones registering showing as channels in use. Is there a way to filter this output? Thanks! MD
2008 Nov 28
1
Windows Mobile 6 SIP client: Remote host can't match request NOTIFY to call
I'm trying to get my Windows Mobile 6 phone working as an asterisk client. Overall things are working well. However, I regularly get the following message: [Nov 27 21:57:28] WARNING[4507]: chan_sip.c:12892 handle_response: Remote host can't match request NOTIFY to call '67aa8e223479055656161bf17ebb77d5 at 172.31.253.4'. Giving up.
2006 May 10
2
[LLVMdev] SCCP
Chris Lattner wrote: > On Tue, 9 May 2006, Nick Lewycky wrote: > >> For an analysis pass, I'm interested in reading the lattice values >> calculated by SCCP. Should I split the current SCCP optimization into an >> analysis piece and the optimization that depends on it, so that I can >> use its analysis results? > > SCCP is already split into an SCCPSolver
2004 Apr 08
2
i'm looking for reference guide for Skinny SCCP
Hi all, I'm writing my graduation theses : analysis VO-IP protocols , and I cannot find any documents about Cisko Skinny Client Control Protocol. I have Cisco CallManager and some IP-phone and I'm sniffing traffic between that, but I don't understand, how this protocol works. Clearly i'm looking for description of SCCP commands and explanation some basic SCCP scenarios or what
2006 May 10
0
[LLVMdev] SCCP
On Tue, 9 May 2006, Nick Lewycky wrote: >>> For an analysis pass, I'm interested in reading the lattice values >>> calculated by SCCP. Should I split the current SCCP optimization into an >>> analysis piece and the optimization that depends on it, so that I can >>> use its analysis results? >> >> SCCP is already split into an SCCPSolver class
2006 May 10
2
[LLVMdev] SCCP
For an analysis pass, I'm interested in reading the lattice values calculated by SCCP. Should I split the current SCCP optimization into an analysis piece and the optimization that depends on it, so that I can use its analysis results? Nick Lewycky
2006 May 10
2
[LLVMdev] SCCP
Chris Lattner wrote: > On Tue, 9 May 2006, Nick Lewycky wrote: > >>>> For an analysis pass, I'm interested in reading the lattice values >>>> calculated by SCCP. Should I split the current SCCP optimization >>>> into an >>>> analysis piece and the optimization that depends on it, so that I can >>>> use its analysis results?
2006 May 10
0
[LLVMdev] SCCP
On Tue, 9 May 2006, Nick Lewycky wrote: > For an analysis pass, I'm interested in reading the lattice values > calculated by SCCP. Should I split the current SCCP optimization into an > analysis piece and the optimization that depends on it, so that I can > use its analysis results? SCCP is already split into an SCCPSolver class that is used by the SCCP and IPSCCP classes. You
2007 Apr 10
6
Help w/ Asterisk Cisco IP phone and SCCP
I have a new asterisk installation (1.4.2) that is working fine with SIP. Now I'm trying to add 2 cisco ip phones (7960) running SCCP (latest chan_sccp). I have the phones booted, and the tftp directory all setup, etc. But the phones do not quite work right. When I lift the handset I only get a dial-tone 1 out of 5 or so times I try, though hitting the speaker button works. I can dial
2006 May 10
2
[LLVMdev] SCCP
Chris Lattner wrote: > On Tue, 9 May 2006, Nick Lewycky wrote: > >>> You could do that, but SCCPSolver isn't really useful to mainline LLVM >>> for anything other than SCCP and IPSCCP, so we don't need it in a public >>> header. Out of curiosity, what are you looking to use the latice values >>> for? Why not just run SCCP and then look at the
2013 Apr 16
2
[LLVMdev] sccp pass with opt
Hi all, I am trying to see how single llvm optimizations work by running them one by one with opt and looking how the IR changes.Since I was interested in seeing how constant propagation was working I tried to run opt on the Sparse Conditional Constant Propagation, however by passing as argument -S -sccp -die it does not change anything in the output IR code. I attached the file with the source
2004 Sep 29
3
7912G SCCP only?
Mmm...I swear I read somehwere that the 7912G did SIP? Cisco lists it as an SCCP only phone? -- Undocumented Features quote of the moment... "It's not the one bullet with your name on it that you have to worry about; it's the twenty thousand-odd rounds labeled `occupant.'" --Murphy's Laws of Combat
2006 May 10
0
[LLVMdev] SCCP
On Tue, 9 May 2006, Nick Lewycky wrote: >> You could do that, but SCCPSolver isn't really useful to mainline LLVM >> for anything other than SCCP and IPSCCP, so we don't need it in a public >> header. Out of curiosity, what are you looking to use the latice values >> for? Why not just run SCCP and then look at the transformed code? > > I was planning to
2006 May 10
0
[LLVMdev] SCCP
On Wed, 10 May 2006, Nick Lewycky wrote: >> Then just run the SCCP pass, and check to see if any operands satisfy >> the predicate "isa<UndefValue>(V)". LLVM explicitly represents >> undefined values. > > I have a case where it doesn't, but perhaps the SCCP pass isn't to blame: > > extern void write_char(int); > > const char foo[4] =
2008 Oct 09
1
Cisco 7960 sccp, Skinny and 1.4
Hi All, I'm thinking of creating a new asterisk server using the latest 1.4 stable release to replace my ageing Asterisk SVN-branch-1.2-r7231 (its been a while!). My only concern - my phones are Cisco 7960's (with sccp firmware 7.2 loaded) and to support them better, I remember compiling in a skinny(?) driver to replace the (from what I could tell) basic in built sccp support. After
2013 Apr 16
0
[LLVMdev] sccp pass with opt
This compiler does not have mem-SSA, as far as I know, only few pass can propagate value along memory. You need to promote those local variable into register first before sccp is invoked. e.g1. opt a.ll -basicaa -gvn -sccp -S eg.2. opt a.ll -sroa -sccp -S On 4/16/13 12:37 PM, Niko Zarzani wrote: > Hi all, > > I am trying to see how single llvm optimizations work by running them
2005 Jul 19
2
cisco 7970 sccp
Does anyone have the 7970 work with sccp? I have used the example configurations from the wiki. I can see that the phone is failing to retrieve the CTLSEP<MAC>.tlv file and then is able to retrieve the SEP<MAC>.cnf.xml file. The phone is hanging with the message "updating ctl". Thanks, John SEP<MAC>.cnf.xml: <device> <devicePool>
2003 Aug 25
6
SIP vs SCCP vs XML
> > No, this is not the case currently with any of the Cisco SIP software > loads that I am aware of. If you find this to be incorrect, please > let the list know. Cisco has not deployed much of the featureset in > their SCCP phones (such as paging/intercom) into the SIP phones due > to lack of standards/interest/political capital. > > JT Ok, after further