Displaying 20 results from an estimated 1000 matches similar to: "SIP show peers: UNREACHABLE"
2015 Feb 16
3
LAN sip-to-sip
I'm reading the O'Reilly "Asterisk the definitive guide", 4th ed, with a
starfish on it. In some ways, astonishing that it's not really that
definitive, it's more general -- and it only clocks in at one ream of
paper!
In any event, I'm having some port problems on my home network:
http://security.stackexchange.com/questions/81752/
I need to open ports for
2015 Feb 16
0
LAN sip-to-sip
It looks as if that is more of a question/issue with your router, rather than Asterisk.
I have SIP devices working on my LAN, all hardwired, and have no need to open any ports or have the router address SIP in any way
My switch is not managed, and the router ports on the LAN side are all unmanaged, just a huge Ethernet "wirenut"
You SHOULD be able to communicate between devices on the
2015 Feb 20
2
sipsak 200 for a user, but 404 for a different user...why?
What's the difference between user "123" and "devries"? Based on the
output here, they seem the same..?
tleilax*CLI>
tleilax*CLI> sip show users
Username Secret Accountcode
Def.Context ACL Forcerport
201 password 201
default No Yes
123
2015 Feb 20
0
sipsak 200 for a user, but 404 for a different user...why?
On 2/20/15 6:15 AM, thufir wrote:
> What's the difference between user "123" and "devries"? Based on the
> output here, they seem the same..?
>
> tleilax*CLI>
> tleilax*CLI> sip show users
> Username Secret Accountcode
> Def.Context ACL Forcerport
> 201 password 201
> default
2015 Feb 19
0
sipsak: 404 error
Hi,
I **think** that I have user of thufir101, because I get a 200 response
below, but I also get a 404. It seems to depend on how I send the ip
address/fqdn?
tleilax*CLI>
tleilax*CLI> sip show users
Username Secret Accountcode
Def.Context ACL Forcerport
201 password 201
default No Yes
2015 Mar 20
4
UNREACHABLE peer
I wasn't able to get much out of babytel, beyond the fact that I was,
apparently, sending options which is why I'm not getting 200 OK.
How can I, generally speaking, ping/telnet or otherwise test the
connection to get more data?
A connection to this peer directly from a softphone, Jitsi, works fine.
linux-k7qk*CLI>
linux-k7qk*CLI> sip show peer testcarrier
* Name :
2015 Mar 23
0
trying to connect to asterisk with softphone (logs, etc)
In the Asterisk log I see:
---
[Mar 23 19:25:29] VERBOSE[4067] chan_sip.c: [Mar 23 19:25:29]
<--- SIP read from UDP:198.38.7.34:5065 --->
SIP/2.0 200 OK
To: <sip:16046289850 at sip.babytel.ca>;tag=sd3D4swKRc
From: <sip:16046289850 at sip.babytel.ca>;tag=as07c833c5
Via: SIP/2.0/UDP 96.48.217.39:5060;branch=z9hG4bK13c68eb7;rport
Call-ID:
2015 Mar 20
0
UNREACHABLE peer
Turn on sip debugging for this peer and watch for the options sending
and response.
If you are getting a response to your options asterisk shouldn't be
marking the peer as unavailable.
is your asterisk behind a firewall?
On 20 March 2015 at 13:42, thufir <hawat.thufir at gmail.com> wrote:
> I wasn't able to get much out of babytel, beyond the fact that I was,
> apparently,
2015 Apr 13
1
dial out with channel variable; sub-string usage
On 15-04-09 12:06 PM, Chad Wallace wrote:
>> but don't know where to put those lines. I have BABY defined as
>> >channel variable:
>> >
>> >BABY = SIP/babytel_out
>> >
>> >but that seems circular, somehow.
> You put them in the context for your clients... From what you show
> below, I'd say they go in the "local_200"
2015 Apr 08
2
dial out with channel variable; sub-string usage
I want to do something like:
exten => _NXXXNxxxxxx,1,Dial(${BABY}/${EXTEN})
exten => _Nxxxxxx,1,Dial(${BABY}/${EXTEN})
exten => _1NXXNxxxxxx,1,Dial(${BABY}/${EXTEN})
exten => _011.,1,Dial(Dial({TOLL}/${EXTEN})
exten => _9NXXXNxxxxxx,1,Dial(${BABY}/${EXTEN})
exten => _9Nxxxxxx,1,Dial(${BABY}/${EXTEN})
exten => _91NXXNxxxxxx,1,Dial(${BABY}/${EXTEN})
exten =>
2015 Feb 20
2
sipsak 200 for a user, but 404 for a different user...why?
On Fri, 20 Feb 2015 08:46:13 -0500, Andres wrote:
> A "sip set debug on" will give you more info on why you are getting the
> 404. It probably has to do something with your context/dialplan.
on tleilax:
tleilax*CLI>
tleilax*CLI> sip set debug on
SIP Debugging enabled
tleilax*CLI>
on doge:
thufir at doge:~$
thufir at doge:~$ sudo sipsak -vv -s sip:devries at
2015 Feb 20
0
sipsak 200 for a user, but 404 for a different user...why?
On 2/20/15 2:29 PM, thufir wrote:
> On Fri, 20 Feb 2015 08:46:13 -0500, Andres wrote:
>
>
>> A "sip set debug on" will give you more info on why you are getting the
>> 404. It probably has to do something with your context/dialplan.
>
> on tleilax:
>
> tleilax*CLI>
> tleilax*CLI> sip set debug on
> SIP Debugging enabled
> tleilax*CLI>
2004 Oct 06
1
Asterisk to BabyTel VoIP SIP Provider
Hi,
Does anyone has configured Asterisk to connect to BabyTel (a SIP
Provider in Canada) ?
Here is my sip.conf (I'm behind a firewall and I already opened
port 5060 and 5065 (udp and tcp) to my Asterisk server):
[general]
port = 5065
context = Test
insecure = very
register => 1514XXXXXXX:password@sip.babytel.ca
When starting Asterisk, the sip registration failed after 5
connecting
2015 Feb 20
2
sipsak 200 for a user, but 404 for a different user...why?
On Fri, 20 Feb 2015 15:07:35 -0500, Andres wrote:
> This is showing nothing so I don't think your test message even made it
> here. I think it looped in the 'doge' server.
I was wondering the same thing :)
in tleilax, I looked in /var/log/asterisk/messages and see:
[Feb 20 15:13:19] VERBOSE[3661] chan_sip.c: [Feb 20 15:13:19]
<--- SIP read from UDP:192.168.1.3:38154
2008 Feb 09
1
Dialing SIP server user extension... Dial string issue...
Hi,
I'm trying to call a SIP server while providing the SIP server
username/password in dial string but it's not working ...
Dial(SIP/gs102:test at 192.168.2.81);
User on sip server (192.168.2.81):
[gs102]
disallow=all
allow=ulaw
allow=alaw
type=friend
username=gs102
secret=test
host=dynamic
dtmfmode=inband
defaultip=192.168.2.1
qualify=1000
mailbox=102
context=context-gs102
2006 Oct 21
1
zaptel 1.2.10 make problem
Hi
iam installing zaptel 1.2.10 on my FC5
when i make iam getting following error
any one suggest me whats wrong, i have installed source also in the same
server.
grep: /lib/modules/2.6.15-1.2054_FC5/build/include/linux/autoconf.h: No such
file or directory
ZAPTELVERSION="1.2.10" build_tools/make_version_h > version.h.tmp
if cmp -s version.h.tmp version.h ; then echo; else \
2015 Feb 22
2
dialplan contexts syntax and terminology
I'm looking into the dialplan specifics:
tleilax:~ #
tleilax:~ # cat /etc/asterisk/extensions.conf
[general]
static=yes
writeprotect=no
[globals]
CONSOLE=Console/dsp ; Console interface for
demo
TRUNK=DAHDI/r1 ; Trunk interface
TRUNKX=DAHDI/r2 ; 2nd trunk interface
TRUNKIAX=IAX2/ASTtest1:test at 10.10.10.16:4569 ; IAX trunk
2015 Feb 22
0
dialplan contexts syntax and terminology
READ READ READ ....
http://www.asteriskdocs.org/en/3rd_Edition/asterisk-book-html-chunk/asterisk-DP-Basics.html
Regards,
Mitul Limbani,
Business Head,
Enterux Solutions Pvt. Ltd.
110 Reena Complex, Opp. Nathani Steel,
Vidyavihar (W), Mumbai - 400 086. India
http://www.enterux.com/
http://www.entvoice.com/
email: mitul at enterux.in
DID: +91-22-71967196
Cell: +91-9820332422
On Sun, Feb 22,
2009 Nov 27
1
Asterisk 1.6.2.0-rc6 + Teliax = First Part Of Audio File Playback Cut Off
Good evening all, hope everyone in the US had a nice Thanksgiving!
On one of our internal servers, I decided to make the leap from 1.4.2x
to 1.6.2.0-rc6 so I could start learning about the changes and new
features that have been implemented. I upgraded all the configs, removed
all the deprecated stuff, etc -- well went well.
However, I noticed after the upgrade, when dialing into an
2020 May 03
3
Jitsi Meet on CentOS 7 ?
Le 03/05/2020 ? 08:44, Benson Muite a ?crit?:
> They have rpms:
>
> https://download.jitsi.org/jitsi/rpm/
That's the Jitsi desktop application.
>
> and also a scalable installation:
>
> https://github.com/jitsi/jitsi-meet/blob/master/doc/scalable-installation.md
That's Debian-specific.
>
> Which one do you need?
None.
I need a comprehensive