Displaying 4 results from an estimated 4 matches for "voipin".
Did you mean:
vipin
2003 Oct 22
1
SIP and permit specified ip addresses
..." and "deny"
option in sip.conf play together?
Where is the difference between "user" and "peer" ?
I want configure SIP so that it is only from specified net section possible
to make a call.
I have tried following:
[test]
type=peer
callerid=testaccount
context=voipin
dtmfmode=inband ; Choices are inband, rfc2833, or info
deny=0.0.0.0/0.0.0.0
permit=172.20.0.0/255.255.0.0
Here i thought that it is possible to make a call only for computers from
the 172.20.0.0 net section.
But this don't work. No computer can make a call.
The only thing that worked...
2020 Aug 29
1
401 Unauthorized when originating SIP user exists on remote server
...m a PC
behind NAT.
From Bria/3CXPhone I connect to an Asterisk 11.25.0 server on the
internet at 100.100.94.210 with a SIP account "3333" created in sip.conf:
[3333]
type=friend
secret=something
host=dynamic
nat=yes
qualify=no
disallow=all
allow=alaw
allow=ulaw
canreinvite=no
context=voipin
I dial +1234 which goes to remote-server:
exten => +1234,1,Dial(SIP/${EXTEN}@remote-server)
On remote-server (IP: 100.100.92.16), which is running Asterisk 10.7.1,
I have the following entry for 100.100.94.210 in sip.conf:
[incoming-server]
host=100.100.94.210
type=peer
insecure=port,invite...
2023 May 05
0
Calls running forever / CDRs inaccurate
...his:
[root at voip]# asterisk -rx 'core show channels verbose' |sort -r -k 9 |
grep -v Outgoing
Channel Context Extension Prio State
Application Data CallerID Duration
Accountcode PeerAccount BridgeID
SIP/customer01 customer-voipin 49xxxxxxx 26 Ring Dial
SIP/+49xxxxxxx at provider 49xxxxxxxx 12:49:05
So, the longest currently active call is in state "Ringing" for 12 hours
49 minutes.
It could be also that a call is in state "Up" for an arbitrary duration
(10, 15, 20+ hours). A cron sc...
2003 Aug 29
1
additional digit in front of the dialed extenesion by outgoing pri/E1 call
Hi all,
i have configured incoming voip traffic as follows:
[voipin]
exten => _X.,1,SetCallerID(033283077734)
exten => _X.,2,Dial,Zap/g4/${EXTEN}
exten => _X.,3,Hangup
If the call going out the pri dials with an additional '0' before the dialed
number.
This is for caller number AND called number. But i can't see anything that
says set a '0...