Displaying 20 results from an estimated 2000 matches similar to: "asterisk-users Digest, Vol 73, Issue 5"
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 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 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 28
2
Nat issue one way audio on IP dial
hi there,
i have posted earlier on the list but got no satisfying answer. the problem
is not big.
I have asterisk server directly connected with internet (79.80.x.x) and
clients are behind router. clients/users are registered with asterisk and
are using sipura and xlite softphone.
Now problem is that when a user calls other by dialing his IP:Port (sip
uri), call is connected fine and he can
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 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 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 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 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 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
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 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 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
2010 May 25
0
asterisk-users Digest, Vol 70, Issue 54
Hi,
I am having very strange situation. I have my sip peer located over the
internet and I am able to connect and dial to it.
the problem is that, if yesterday i was connected with it via my asterisk
client and dialing to it normal way, today when i run asterisk on my client,
my sip peer becomes unreachable.
there is no change in settings or anything else. it may become reachable
after one hour
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 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 Aug 03
1
chinaroby fxo card - never heard of them
Hello.
I'm looking to buy a FXO card to do some testing with two phone lines I have at home and was looking in ebay some and found some cheap ones but, the I've never heard of the brand or manufacturer: chinaroby. They run for about $99 plus shipping. Have any one used these? or please recommend one... Money IS an issue.
Thanks.
2003 Oct 16
0
Re-2: Some questions for chan_capi
Hi!
Yes you're right (for windows), but I found this thread
http://www.mail-archive.com/asterisk-users@lists.digium.com/msg10695.html
and that works! The first card is connected to a normal Telekom NTBA, the second to an internal PBX. There have to be a possibility to configure multiple ISDN cards (e.g. AVM B1 PCI) through capi.conf. How?
Or does chan_capi support only one ISDN-Card?
2010 Aug 02
6
Codec negotiation : expecting G726, getting G711a (alaw)
Hello list,
Grandstream GXP2010 phone calling to Snom 320, Asterisk in the middle.
Grandstream allows for 8 different codec specifications. I have defined
them as 4 x G726 & 4 x alaw.
Snom allow for 7 different codec specifications. I have defined them as
3 x G726 & 4 x G729.
The SIP peers are both defined as :
disallow=all
allow=g726
allow=alaw
allow=g729
allow=gsm
This is the
2009 Jul 20
0
No subject
supposed to be able to give you much help with such little info
anyway), I can only guess that since you are using the 's' extension,
you are in a macro ? If so, try scrolling down the wiki page to the
example using '[macro-inbound]'.<br>
<br>
Rob<br>
<br>
Jonas Kellens wrote:
<blockquote cite="mid:4C17C4A1.8020404 at telenet.be"