Displaying 1 result from an estimated 1 matches for "0033xxxxxx".
2011 Apr 03
1
Asterisk 1.6 => No sound/voice when i redirect the call
.../${NUMAPPEL},180,rt)
exten => _00339xxxxxxxx,9,Hangup
and i have in sip.conf:
[MyOperator]
type=peer
host=host-of-my-operator
qualify=yes
dtmf=rfc2833
nat=no
canreinvite=no
canredirect=yes
insecure=port,invite
dtmfmode=rfc2833
disallow=all
allow=g729
allow=alaw
allow=g723
defaultuser=0033xxxxxx
secret=xxxxx
When i call directly from [MyOperator], no probleme i have sound/Voice
but when a customer call to the "00339xxx..", the call are correct, asterisk
call to my standard "SIP/MyOperator/${NUMAPPEL}" but no sound/voice
(i receive the call without problems, only soun...