voip - Path Translation issue in Asterisk PBX DialPlan -


asterisk pbx cannot translate path calling cell did. when call cell did number warning in pbx occuring

no path translate sip/1005-000002cc sip/fornishantpbx-000002cb

spawn extension (from_nishantpstn, 14692498805, 1) exited non-zero on 'sip/fornishantpbx-000002cb'

following extensions.conf configuration dialplan:

[from_nishantpstn] exten => _14692498805,1,dial(sip/1005,20) 

here calling cell number did number: 14692498805, @ time of translation in pbx, getting above mentioned warning & call cannot connected.

i need suggestions dial plan make happen

that message mean have codecs a,b,c in inbound , d,e,f on outbound , there no matching codec , no translator can transcode choosed codec(for example if choosed a+e no translator e )

usually such situation when allowed g729 or g732 codec , have no codec_g729.so (which require license,so payed module)

you can solve set same allow= on both peers.


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -