sip - How to fix Unknown RTP codec 126 received on aterisk? -



sip - How to fix Unknown RTP codec 126 received on aterisk? -

hello asterisk guys out there, im having problem lately on our server. before fine have error of

res_rtp_asterisk.c:4100 ast_rtp_read: unknown rtp codec 126 received 'x.x.x.x:55066'

cant dial voicemail "

sip.conf------------------------ [johndoe] type=friend secret=jonddoe directmedia=no disallow=all nat=force_rport allow=gsm allow=ulaw allow=alaw allow=g722 allow=g726 allow=h261 allow=h263 allow=h263p allow=h264 mailbox=1234@default extensions.conf-------------------- exten => 1000,1,dial(sip/johndoe,30) exten => 1000,2,voicemail(1234@default) exten => 1000,3,playback(vm-goodbye) exten => 1000,4,hangup() exten => *1,1,voicemailmain(1234@default) voicemail.conf------------------------ 1234 => 1234, johndoe, john@doe.com

"

hope guys can give insights , help me on this,

thanks in advance!

this warning, meaning sip client offers codec not known asterisk. happens softphones time, involving video offer. it's not reason why can't access voicemail. check dialplan.

sip asterisk voip voicemail

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -