Displaying 5 results from an estimated 5 matches for "call_in".
Did you mean:
call_id
2007 Jun 05
1
spa 3102 incoming call
...220:5060>)
where line01 is the context in sip.conf, 192.168.1.220 is the asterisk ip
and 5060 is the asterisk sip port.
[line01]
username = usersipura
fromuser = usersipura
secret = pwdsipura
host = 192.168.1.222
fromdomain = 192.168.1.222
port = 5061
type = friend
dtmfmode = rfc2833
context = call_in
insecure = very
Why?
is the dialplane wrong?
help me, please.
Damiano.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070605/91b7b017/attachment.htm
2007 Jun 05
1
spa 3102 configuration
...istered in asterisk, then i create an account
in sip.conf like this:
[general]
register = line01:pwdsipura:line01@192.168.1.222:5060/095377078
[line01]
username = line01
fromuser = line01
secret = pwdsipura
host = 192.168.1.222
fromdomain = 192.168.1.222
type = friend
dtmfmode = rfc2833
context = call_in
insecure = very
qualify = yes
port = 5060
nat = no
The problem is that in the asterisk CLI i always see this message:
10:13:26 05/06/2007 NOTICE[1980]: chan_sip.c:5492 sip_reg_timeout: --
Registration for 'line01@192.168.1.222' timed out, trying again (Attempt
#43)
10:13:26 05/06/2007...
2008 Nov 24
8
Cucumber Custom Logging
Where and how do you put custom logger statements in cucumber? I
understood (more or less) how to do this in rspec in the spec_helper
file but I do not know where to start with cucumber.
I want to add a simple identifying text line in the log file to assist
in picking through the output. Something akin to:
Running Scenario: X
Feature I should have this logged
....
Feature This should
2015 Mar 14
0
RTP sent to internal IP
...).
I'll be happy to provide any other information if needed:
Sip.conf:
[peer_name]
deny=0.0.0.0/0
permit=<remote_public_IP>
type=peer
host=<remote_public_IP> ; same as permit
defaultip=<remote_public_IP> ; same as permit
qualify=no
nat=yes
disallow=all
allow=alaw
context=CALL_in
dtmfmode=rfc2833
codecprobe=yes
canreinvite=yes
video=no
restrictcid=no
insecure=invite
trustrpid = yes
The SDP from both the INVITE and OK packets (from TShark). 172.24.100.2 is
the local-private IP address of the remote UA and 192.168.1.200 is the
local-private IP of my Asterisk. Both public IP&...
2015 Mar 21
1
RTP sent to remote internal IP
...).
I'll be happy to provide any other information if needed:
Sip.conf:
[peer_name]
deny=0.0.0.0/0
permit=<remote_public_IP>
type=peer
host=<remote_public_IP> ; same as permit
defaultip=<remote_public_IP> ; same as permit
qualify=no
nat=yes
disallow=all
allow=alaw
context=CALL_in
dtmfmode=rfc2833
codecprobe=yes
canreinvite=yes
video=no
restrictcid=no
insecure=invite
trustrpid = yes
Below is the SDP from both the INVITE and OK packets (from TShark).
172.24.100.2 is the local-private IP address of the remote UA and
192.168.1.200 is the local-private IP of my Asterisk. Both p...