| Hmmhesays | nat is fun crazy fun |
| Zefk | Hi. I'm using asterisk 1.4.2 with Avaya 4610SW phones. The phones' lamp remains off all the time. Any hints ? Thx. |
| coolbeans | Hi all. If I have 80 extensions and I want to have a wildcard extensions.conf entry to dial them (4-digit), how would I do that? exten => 8... ?? |
| MORA_ | 8XXX |
| coolbeans | Oh! Duh. Thanks! :) |
| [TK]D-Fender | coolbeans: I advise against that if a number in the match is not valid. Bad things will happen... |
| truz_`24 | Where can i get the xp100 module in ubuntu fiesty? did apt-get install zaptel and asterisk but modprobe zaptel fails |
| cnbrk | what does jitter buffer do? |
| penguinFunk | cnbrk: tries to control jitter by buffering data and sending it at a controlled amount |
| coolbeans | TK: It's actually 7XXX and I have nothing in the 7's in the dial plan. How do you typically handle large numbers of internal extensions? (And thanks for any advice/help) |
| Zeeek | how can I prevent asterisk from starting mp3 processes? |
| coolbeans | BTW: My exten-> _7XXX,s,macro.. is a macro |
| Qwell | Zeeek: don't use mpg123 |
| penguinFunk | so like instead of sending [data] + delay + [data] (no jitter buffer) you get [data] + [data] since delays arent buffered |
| Zeeek | I don't. I just started asterisk and for some reason it starts them |
| penguinFunk | send the buffer contents when it is all ready |
| Zeeek | musiconhold module isn't loaded |
| Qwell | eh? then asterisk isn't loading it |
| coolbeans | err.. s = 1 exten=> 7XXX,1,macro |
| Zeeek | but I made that change later. Is that where it would start them? ok, this was a remnant of an eariler stupidity |
| errr | anyone happen to know of a way to get the output of sip show peer <peer> in php with out having to use an exec or system command?? |
| killfill | wired.. i set language=es, and the girl is talking the digis in english.. files are there tho how can i debug this?.. |
| Rienzilla | hmm |
| coolbeans | On asterisk $ARGx variables, do they start with "0" or "1" when passing? |
| SuPrSluG | is there a command line speed test app |
| Rienzilla | hmm what is wrong in misdn when it tells me my port has a l1 link up, but the l2 link is down? did I miswire something? or is it a software issue or does it just mean im not using it :) |
| [TK]D-Fender | coolbeans: Your laste few lines look like gibberish. pastebin your dialplan. |
| irule | hi there, what is this? Asterisk died with code 1. |
| mosty | irule: that is a script noticing that asterisk died |
| irule | thanks mosty, that was enlightening! lol |
| mosty | irule: what do you expect? it could be anything, you will have to check your logs |
| cnbrk | so with jitter buffer, does it mean i'll get less latency? |
| mosty | cnbrk: no, jitterbuffer will increase latency |