Displaying 20 results from an estimated 30000 matches similar to: "asterisk-users Digest, Vol 70, Issue 54"
2010 May 11
1
asterisk-users Digest, Vol 70, Issue 24
Yes this scenario works on my 2 systems which are at LAN. I made one system
as server (192.168.0.20) and registered from other system... it is fine but
now there is a different scene.
actually there is a registered user named abc at system1 (192.168.0.20)
having context [payasyougo] which is used to do outbound calls. we want to
use this user's context and account so that when we register
2010 Jul 20
0
asterisk-users Digest, Vol 72, Issue 49
sorry for typo mistake in my last post. as from my orignal post two
registration of the same user are as follows
SIP/XYZ at 119.68.0.90:5060
SIP/XYZ at 202.16.34.10:5678
so dial command with unique-id i want to use will be
Dial(SIP/XYZ at 192.168.0.20:5062-096afee8,30,rtT)
Dial(SIP/XYZ at 192.168.0.12:64290-0966ab80,30,rtT)
and not
Dial(SIP/192.168.0.20:5062-096afee8,30,rtT)
2010 May 11
1
asterisk-users Digest, Vol 70, Issue 23
Thanks Vardan,
I will like to know if this scenario can work when peer is not having fixed
ip and we use
host = nasir.server.com
?
also I have set insecure=invite,port
what if i use
insecure=no
thanks again.
Message: 24
Date: Tue, 11 May 2010 10:52:14 +0500
From: Vardan <hvardan71 at gmail.com>
Subject: Re: [asterisk-users] Dialing a SIP Peer without using
register strin
To:
2010 May 12
2
asterisk-users Digest, Vol 70, Issue 25
Hi Vardan
I did same as you told and deleted the SIP information in Astdb and
restarted asterisk. but the result was same.
as you said there might be mistake in sip.conf so i am pasting both servers
configuration here..
1- nasir.server.com
[abc]
username=abc
type=friend
secret=mysecret
nat=yes
mailbox=12234568
incominglimit=2
outgoinglimit=2
host=dynamic
dtmfmode=rfc2833
context=payasyougo
2010 Aug 03
0
asterisk-users Digest, Vol 73, Issue 5
Hi C F
no asterisk and sip device are not behind same router. actually both are in
different countries. how ever when caller and callee are behind same routers
voice is just fine (both ways) and i can see re-INVITEs too.
but when someone calls from another router then this issue arises. caller
can hear the called party but called party can not hear caller. and there
are no re-invites issued
2010 Jul 16
0
asterisk-users Digest, Vol 72, Issue 39
yes, actually this scenario is on remote servers. like
SIP/XYZ at 119.18.230.20:5060
SIP/XYZ at 202.68.0.90:5678
audio is ok when dialing without using ip & port as below
SIP/XYZ
but when i dial using below dialstring
SIP/XYZ at 202.68.0.90:5678
or
SIP/XYZ at 119.18.230.20:5060
then the problem arises
hope you got the idea..
Nasir
2010 Jul 30
0
asterisk-users Digest, Vol 72, Issue 81
thanks for your reply but i did not meant that. ${CALLERID(DNID)} will
return then number which i don't want. what i want is channel-id like if we
have a user named "nasir", then we dial it as follows
Dial(SIP/nasir)
but actual channel-id that asterisk uses is something like " nasir-2b487e9".
and on the asterisk cli we can check this when call is answered or hangup,
2010 May 13
0
asterisk-users Digest, Vol 70, Issue 30
sorry, you r right i just checked it with registration so there were astdb
entries for SIP registration.
anyhow after clearing settings frm astdb i tried the same scenario you
advised but no luck.
I think i told that i am not using server as peer but want to use a user
[abc] as peer so that when ever i use
dial(SIP/${EXTEN}@abc) or dial(SIP/abc/${EXTEN})
the call will be out from server using
2010 Aug 03
2
RTP stream not passing through router with port forwarding
Hi,
I am trying to dial a registered user via his IP:Port mechanism, but problem
is that the audio data is not reaching to dialed user. here is the scenario.
caller and callee both are registered at asterisk server. asterisk server is
on public ip so no port forwarding and natting necessary there. however
caller and callee both are behind router and there is port forwarding
enabled and nat=yes,
2010 Jul 15
6
One way audio when dialing multiple registrations
Hi,
I am working on calling 2 registrations of same user on 2 different ip or
ports. It works fine and both phones ring simultaneously. the problem is
that there is one way audio, calling party can hear me but i can't hear
calling party.
here is the scenario..
SIP/XYZ at 192.168.0.20:5060
SIP/XYZ at 192.168.0.10:5678
i dial using following dial string
Dial(SIP/XYZ at
2010 May 10
1
Dialing a SIP Peer without using register strin
Hi,
I am new to this list and this is first time i m posting here. please help
me out
currently I am working on dialing a sip peer on an asterisk server from 2nd
asterisk server. scenario is like this.
on my system i am using this peer in sip.conf.
[abc]
type=peer
username=abc
secret=mysecret
host=192.168.0.20
context=default
dtmfmode=rfc2833
;restrictcid=no
canreinvite=yes
2008 Sep 22
1
I can't call my remote users?
Good day to all--
First off let me say that I have been very pleased with the mailing
list. I have learned a ton of stuff just reading other peoples
questions and comments. I really enjoyed the VOIP Conference call on
Friday morning. Still working on figuring out the best approach to
custom voicemail emails (the reason I joined this group); however, we
have more pressing issues. I
2010 Jul 28
0
what is rinstance parameter in sip header
hello
i was wondering what is the use of "rinstance" in SIP Headers. I noticed
that this parameter is visible only when there is NAT invloved.
I am experiencing one way audio when dialing a registered user by his
IP:port. I this case "rinstance" parameter is missing.
when i dial "SIP/username" audio is fine but when i dial SIP/x.x.x.x:port
there is one way audion.
2010 Jul 22
0
SIP URI Dial has one way audio
Hi,
I am trying to dial a sip user via his IP:PORT Combination. i am using XYZ
as target user which is registered.
Asterisk server IP: 70.118.x.x
calling user IP: 117.58.x.x
called user IP: 117.58.x.x:5062
First I dialed my registered user in normal way like this,
Dial(SIP/XYZ,30,rtT)
and during conversation audio was OK in both ways. Then I dialed the
registered user via
2010 Aug 05
1
Can ChanIsAvail return status from sip uri using router ip
hello,
Although my previous posts in this forum have not received satisfying
answers, here is another question from me.
my question is can i use ChanIsAvail function to get the status of a user in
the format SPI/user-id if i provide user in sip uri like this
ChanIsAvail(SIP/user at 153.18.x.x:5062)
calling user with this sip uri works fine.
I once tried but status returned was "unknow
2004 May 23
1
IAX2 REACHABLE/UNREACHABLE
All,
I have an issue with IAX that I can't comprehend. Approximately every eight
minutes my servers go unreachable. They stay unreachable for exactly 10ms.
I have two servers running IAX and it happens on both servers
simultaneously. I have searched the archives and see similar issues, but
not the exact same one. I am on the current CVS stable version of *.
Also, during IAX calls,
2013 Aug 21
1
IAX qualify timers
Hi,
I think I encountered a bug in the qualify timers for IAX on asterisk
1.8 but I'd like to check if I'm not messing up in my config somewhere
before reporting a bug.
In my IAX peer configuration I have this:
[remote-host]
type=friend
host=172.16.6.45
username=remote-host
secret=test
notransfer=yes
qualify=16000
qualifyfreqnotok=30000
disallow=all
allow=alaw
allow=ulaw
allow=ilbc
2006 Dec 07
0
sip qualify unreachable/reachable - ci$co 7940
I have logs full with this messages...
I must have qualify turned on, because phone is behind firewall,
main problem si, that phone is each hour about one hour unavailable! :'(
I tried to modify minexpiry/maxexpiry sip.conf timeouts, but nothing
help me.
I'm using latest firmware 8.4 in phone, will be better to downgrade? to
what version?
(latest asterisk 1.4branch)
[Dec 7 00:36:56]
2010 Jul 29
4
How to extract channel-id of a user or peer
Hi,
my question is how can i get channel-id of a user or peer. I tried using
ChanIsAvail(username). this works correctly when user and asterisk are on
Local LAN. But my asterisk server is on public ip and users are behind nat,
and so this method says unknow host when used on public asterisk server.
I also tried built-in variable ${CHANNEL}, but this returns the channel-id
of the calling channel.
2010 Nov 13
1
Nat Issue - I think
Hi,
I'm using qualify= on my asterisk server that provides outgoing pstn calls to a few companies.
I've got one client in particular that has their own asterisk server which is connected to my server.
This client seems to be having a nat issue. It's not a connectivity issue as i've tried constant pings and the line is up constantly.
I'm getting the following:
[2010-11-13