Displaying 7 results from an estimated 7 matches for "dtfmode".
Did you mean:
dtmfmode
2007 May 06
2
Were i make mistake
I've found some manuals and tried this to do :
Sip.conf
[test]
type=friend
username=test1
secret=test1
host=192.168.1.238
context=tutorial
fromuser=SIP Phone
callerid=101
nat=no
canreinvite=yes
dtfmode=info
disallow=all
allow=ulaw
[test]
type=friend
username=test
secret=test
host=192.168.1.240
context=tutorial
callerid=100
nat=no
canreinvite=yes
dtfmode=info
disallow=all
allow=ulaw
Extensions.conf
[tutorial]
exten => 101,1,Dial(SIP/test1)
exten => 100,1,Dia...
2007 Jun 25
0
four ringing and hangup with error
...ting local channel
Jun 26 01:26:08 NOTICE[5555]: app_dial.c:474 wait_for_answer: Unable to create local channel for call forward to 'Local/1022 at mysip' (cause = 0)
My sip.conf
[41]
type=friend
context=mysip
username=41
host=dynamic
callerid=SIP Phone <41>
canreinvite=no
dtfmode=rfc2833
disallow=all
allow=alaw
allow=ulaw
[42]
type=friend
context=mysip
username=42
host=dynamic
callerid=SIP Phone <42>
canreinvite=no
dtfmode=rfc2833
disallow=all
allow=alaw
allow=ulaw
[43]
type=friend
context=mysip
username=43
host=dynamic
callerid=SIP Phone <43>
canrei...
2013 May 24
1
Registration timed out - for created users
...right. I have double check the configurations. But I could not find where I have done the mistake.
following is my configurations,
sip.conf
-------
register => alpahaUser:1234 at 192.168.1.10
[alphaUser]
type=friend
username=alphaUser
secret=1234
context=tutorial
host=dynamic
canreinvite=no
dtfmode=rfc2833
disallow=all
allow=ulaw
subscribecontext=tutorial
mailbox=alphaUser at internal
extensions.conf
----------------
[tutorial]
exten => 5555,1,Dial(SIP/alphaUser)
Please help me to identify and resolve the issue .
Thanks in Advance
Luke.
-------------- next part --------------
An HTM...
2009 Jan 11
2
sip peer permit/deny - Need some explanation
...1.4.21, same result.
Here is the problem: I have a peer -which is peer AND user- setted up
like this
[MyPeer]
;
type=peer
host=xxx.xxx.xxx.139
deny=0.0.0.0/0.0.0.0
permit=xxx.xxx.xxx.136/255.255.255.248 ;IP address from range 138 to 142
permit=yyy.yyy.yyy.yyy/255.255.255.255
context=from-MyPeer
dtfmode=auto
disallow=all
allow=ulaw,alaw
insecure=port,invite
nat=yes
canreinvite=no
call-limit=15
accountcode=MyPeer
On incoming calls, when the peer address is the one terminating with
.139 everything is OK.
If I change the external IP from the peer *ON* the peer machine to let's
say .140 (or an...
2010 Apr 26
0
DTMF from SIP phone to FXS/FXO
...IP phone I only hear a continuous noise. However, when I press any digit in the pone (FXS) I hear the DTMF tone fine in the SIP phone (the noise goes away for as long as I am pressing the key and I can hear the tone correctly). If I call from SIP phone to SIP phone everything works fine. When I set dtfmode to any other option, I can hear voice in both sides (SIP phone and analog line) but DTMF is not transfered.
I remember in the past (about 5 months ago) it worked for me with dtmfmode=inband (even dialing through an FXO line. I have been working on other things and just now came to realize that th...
2003 Nov 28
0
Can't seem to connect/call fwd network Help!
...pport for SIP video
;disallow=all ; Disallow all codecs
;allow=ulaw ; Allow codecs in order of preference
;allow=ilbc
allow=all
[fwd.pulver.com]
type=friend
secret=mypassword
username=myfwd#
host=fwd.pulver.com
[myfwd#]
type=friend
host=dynamic
dtfmode=inband ; Choices are inband,rcf2833, or info
context=sip
username= myfwd#
secret=mypassword
mailbox=100 ; Mailbox for message waiting indicator
callid="Red " <myfwd#>
register =>myfwd#:mypassword @fwd.pulver.com/100
[my2ndfwd#]
type=friend
host=dynamic
username=my2ndfwd#
secret...
2005 Aug 25
0
Internal FXS to SIP problem
...xternal ; Send unknown SIP callers to this context
[3000]
type=friend
username=3000
secret=9876
host=dynamic
defaultip=192.168.1.100
context=from-sip-internal
mailbox=3000
nat=no
invite=no
canreinvite=no ; Leave this alone for now; see archives for
details
qualify=1000
;dtmfmode=inband
dtfmode=rfc2833 ; inband is not supported in compressed codecs like
gsm, so we better set it to rfc2833
disallow=all
allow=gsm
extensions.conf
[local-sip-extensions]
exten => 3000,1,NoOp("call for: " ${EXTEN})
exten => 3000,2,Dial(SIP/3000|60,tr)
exten => 3000,3,Voicemail(u3000)
exten...