Displaying 3 results from an estimated 3 matches for "sipconf".
Did you mean:
sip_conf
2013 May 24
1
Asterisk 11 dtmf not recognised
...nPIN,,1,,5,3) ; Attempts for 5 times with 3 seconds of
timeout
exten = 100,n,GotoIf($["${inPIN}" = "${rightPIN}"]?pin-accepted,1)
exten = 100,n,Hangup() ; Didn't go to pin-accepted, so play badPIN and
hangup
exten=pinaccepted,1,Playback(avgtest/message2) ; correct pin, play
sipconf
[1001]
uername=1001
secret=1001
context=avgtest
disallow=all
allow=ulaw
allow=alaw
dtmfmode=auto
type=friend
host=dynamic
canreinvite=yes
relaxdtmf=yes
This looks very simple but dtmf is not recognised.
Am using asterisk 11.
Any suggestions is much appreciated.
Regards
-------------- next part...
2019 Feb 27
5
Asterisk - can't hear other side. Or other side does not hear us
Hello,
This is not technical post, just looking for suggestions on what to check.I have asterisk for long time, no updates, just maintain OS updates.
I use SPA504G phones
Very rarely and randomly when we pickup a phone - other side does not hear us. Call them back and all works.
Now I have couple people I'm talking to and it seems like very call like this. Someone can't hear someone.
2009 May 15
1
Fax t38 capability
...RECEIVE, UDP
Type : G.711
Description : Digium Fax G.711 Driver
Capabilities : SEND, RECEIVE
2 registered modules
************My Call File***************
Channel: SIP/6789 at add
MaxRetries: 2
WaitTime: 20
Extension: s
Priority: 1
Context: fax-tx
*************My sipconf**************************
Cisco Gateway
[add]
host=212.56.151.216
username=***userid***
secret=***password***
type=peer
t38pt_udptl = yes
*************My extension.conf**************************
[fax-tx]
exten => s,1,NoOp(**** SENDING FAX ****)
exten => s,n,Wait(6)
exten =>...