Warning: Undefined array key "kkmods_kkpostslider" in /home/clients/bb1b7c38f63c1b363aa0114be7911e68/web/collaboration/wp-content/plugins/kk-divi-mods/kk_divi_mods.php on line 67
Archives | Cisco Collaboration

G711ulaw / G711alaw Asymetric choice for fax issues on VG224 configurations

On VG224 , you can choose asymetric G711 codec with the voice service voip command for the fax issues.

voice service voip
!
modem passthrough nse codec g711alaw
!

The modem passthrough commands will determine the G711 mode used for outbound calls

But the following part of config will determine the codec use for inbound calls :

!
dial-peer voice 15 voip
description <=== avoid PVID 0 in VG224 ==>
answer-address .
modem passthrough nse codec g711ulaw
session target ipv4:<<loopback_address>>
!

So in our case , the incoming calls will considered in g711ulaw and outgoing calls will be treated as g711ulaw

Oks’s Blog moved :)

I’m happy to announce that my old system under Joomla will be removed very soon and that this wordpress system will be the principal one as I’m moving info ….

With the redeployment phase , I have taken also some moments to populate more deeply the old sections and enhance the Content Management .

Enjoy it like I have enjoyed it and see you soon .

A wonderful tool

As I have said before , it is amazing what you can do with WordPress and I really love this CMS/Blog tool as you don’t need to go on hard programmation skills to put it in place .

I really apprieciate this and will recommend in any case to people needing tool like this

I’m nearly ready to launch my interface …

PVID 0

Never forget to use the answer-address or incoming called number to remove the use of the PVID 0.

Especially when you want to negotiate your codec and VAD.