|
From: Henri H. <hen...@gm...> - 2014-04-08 20:17:04
|
Fredrik, On SIP systems, by default, local party is always the calling party and remote party is always the called party. If you want correct local and remote party detection, you need to instruct orkaudio what IP address(es) are the references. I.e. if an INVITE comes from one of these IP addresses, the call is inbound. If an INVITE goes to one of these IP addresses, the call is outboud. E.g, if your SIP proxies are 65.34.98.56 and 65.34.98.57, you need to add the following configuration parameter to your config.xml under <VoIpPlugin>: <SipDirectionReferenceIpAddresses>65.34.98.56, 65.34.98.57</SipDirectionReferenceIpAddresses> Henri On 24 March 2014 04:36, Fredrik Lithén <fre...@xz...> wrote: > Hi > > All my inbound calls are recorded/named as outbound. Is there any way in > the config to change this so the direction is correct? > > Example of an incoming call from 848042100 to 73372: > > [nativecallid],_,[trackingid],_,[shortdirection],_,[remoteparty],_,[localentrypoint],_,[localparty],_,[localip],_,[remoteip],_,[hostname],_,[year],_,[day],_,[month],_,[hour],_,[min],_,[sec] > > Saved as: > > YzJmODliODU3YzRjNzM1MDhjOWM4ZWQ2ZTViNzk5YzU._VQNO_O_73372_nolocalentrypoint_848042100_10.1.1.10_10.2.1.12_recorder.testdomain.local_2014_24_03_09_16_47.wav > > 10.1.1.10 -> pbx / mediagateway > 10.2.1.12 and 73372 -> local extension > > There is an IVR between which picks up and delivers the call to the > extension, could that have something to do with it? > > Best regards > Fredrik > ---------- > Xzakt Kundrelation AB > Fredrik Lithén > > Tfn: +46 910 71 60 00 Fax: +46 910 71 60 99 > Dir: +46 (0)910 716012 Email: fre...@xz... > Adress Marknadskontor: Väpnargatan, 114 51 Stockholm > Adress Produktionsenhet: Lagergatan 1, 931 36 Skellefteå > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and their > applications. Written by three acclaimed leaders in the field, > this first edition is now available. Download your free book today! > http://p.sf.net/sfu/13534_NeoTech > _______________________________________________ > Oreka-user mailing list > Ore...@li... > https://lists.sourceforge.net/lists/listinfo/oreka-user > |