Hello,

I know, no top posting, but I want to say that I resolved my problem.
Don't ask me why exactly it works now, but after I removed the effective 
caller_id_number it works like  this:


   <extension name="Long Distance">
    <condition field="destination_number" expression="^(0708351963)$">
    <action application="bridge" data="sofia/gateway/sipgate2/[email protected]"/>
    </condition>
   </extension>


<include>
  <gateway name="sipgate.de">
    <param name="realm" value="sipgate.de"/>
    <param name="proxy" value="sipgate.de"/>
    <param name="username" value="******"/>
    <param name="password" value="******"/>
    <param name="extension" value="10000"/>
    <param name="register" value="true"/>
  </gateway>
</include>

<include>
  <gateway name="sipgate2">
    <param name="realm" value="sipgate.de"/>
    <param name="proxy" value="sipgate.de"/>
    <param name="username" value="******"/>
    <param name="password" value="******"/>
    <param name="extension" value="10000"/>
    <param name="register" value="true"/>
  </gateway>
</include>


I have added a note to the wiki Tested_Phone_Providers_Listing under Sipgate.de


Phil


> 
> 
> > Show me the full extension.
> 
> This extension with sipgate.de works for the single number specified,
> however when I change it to sipgate2 it doesn't. 
> 
>    <extension name="Long Distance">
>     <condition field="destination_number" expression="^(0708351963)$">
>      <action application="set" data="effective_caller_id_name=John
> Freeswitch"/>
>      <action application="set"
> data="effective_caller_id_number=07083970139"/>
>      <action application="bridge"
> data="sofia/gateway/sipgate.de/[email protected]"/>
>     </condition>
>    </extension>
> 
> Thanks for your help.
> 
> Phil
> 
> > 
> > On Dec 21, 2008, at 5:55 PM, [email protected] wrote:
> > 
> > > <action application="bridge"
> > data="sofia/gateway/sipgate.de/[email protected] 
> > > "/>
> > >
> > > and everything works, but for the second one I always get:  
> > > [INVALID_NUMBER_FORMAT] Whatever combination I try. E.g.
> > "sofia/gateway/sipgate2/[email protected] 
> > > " or "sofia/gateway/sipgate.de/$...@sipgate2"
> > 
> 
> -- 
> Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen:
> http://www.gmx.net/de/go/multimessenger
> 
> _______________________________________________
> Freeswitch-users mailing list
> [email protected]
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org

-- 
Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: 
http://www.gmx.net/de/go/multimessenger

_______________________________________________
Freeswitch-users mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to