Hi,

From header is from "bridge = ITSP" dialog. Sipxbridge.xml looks like:

<sipxbridge-config 
xmlns="http://www.sipfoundry.org/sipX/schema/xml/sipxbridge-00-00";>

  <bridge-configuration>
    <global-address>EXTERNAL_IP_ADDRESS</global-address>
    <external-address>EXTERNAL_IP_ADDRESS</external-address>
    <external-port>5080</external-port>
    <local-address>EXTERNAL_IP_ADDRESS</local-address>
    <local-port>5090</local-port>
    <sipx-proxy-domain>DOMAIN</sipx-proxy-domain>
    <sipx-supervisor-host>pbx.DOMAIN</sipx-supervisor-host>
    <sipx-supervisor-xml-rpc-port>8092</sipx-supervisor-xml-rpc-port>
    <stun-server-address>stun01.sipphone.com</stun-server-address>
    <sip-keepalive-seconds>20</sip-keepalive-seconds>
    
<sip-session-timer-interval-seconds>1800</sip-session-timer-interval-seconds>
    <media-keepalive-seconds>1</media-keepalive-seconds>
    <xml-rpc-port>8088</xml-rpc-port>
    <music-on-hold-support-enabled>false</music-on-hold-support-enabled>
    <music-on-hold-address>~~mh~</music-on-hold-address>
    <music-on-hold-delay-miliseconds>500</music-on-hold-delay-miliseconds>
    <music-on-hold-supported-codecs>PCMU,PCMA</music-on-hold-supported-codecs>
    <log-level>INFO</log-level>
    <log-directory>/var/log/sipxpbx/</log-directory>
    <location-id>1</location-id>
  </bridge-configuration>

  <itsp-account>
    <itsp-proxy-domain>ITSP_ADDRESS</itsp-proxy-domain>
    <user-name>USERNAME</user-name>
    <itsp-proxy-address>ITSP_ADDRESS</itsp-proxy-address>
    <itsp-proxy-listening-port>0</itsp-proxy-listening-port>
    <itsp-transport>UDP</itsp-transport>
    <use-global-addressing>true</use-global-addressing>
    <strip-private-headers>false</strip-private-headers>
    <default-asserted-identity>false</default-asserted-identity>
    <register-on-initialization>true</register-on-initialization>
    <registration-interval>600</registration-interval>
    <sip-keepalive-method>CR-LF</sip-keepalive-method>
    <rtp-keepalive-method>NONE</rtp-keepalive-method>
  </itsp-account>

</sipxbridge-config>

Pavel

--------------------------------------------------
From: "Scott Lawrence" <[email protected]>
Sent: Thursday, March 04, 2010 8:45 PM
To: "PavelArnošt" <[email protected]>
Cc: <[email protected]>
Subject: Re: [sipx-users] Outgoing per-user Caller-ID is not respected

> On Thu, 2010-03-04 at 19:55 +0100, Pavel Arnošt wrote:
>>
>> in our setup, outgoing per-user Caller-ID is not respected. Outgoing
>> calls goes through ITSP SIP trunk.   Default Caller ID of SIP trunk is
>> set to "XXXXX0000" number, Caller ID of user is set to "XXXXX0003"
>> number. In this setup, all outgoing calls have "XXXXX0000" number in
>> >From header, I would expect "XXXXX0003".
>
> When you say that the From header has a particular value, where are you
> examining it?
>
> The signalling path is:
>
>  phone ---- proxy ---- bridge ---- itsp
>
> Are you looking at the From between the proxy and the bridge, or between
> the bridge and the itsp?
>
> It would be helpful if you'd post your sipXbridge configuration file
> (with username and password removed).
>
>
> 
_______________________________________________
sipx-users mailing list [email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-users
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-users
sipXecs IP PBX -- http://www.sipfoundry.org/

Reply via email to