Hello,

I have two sipgate.de accounts and would like to attache them both at the same 
time to freeswitch. 
My problem is that I am not sure how to dial out using the second account. For 
the first one I can do: 

<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"
 
My sip profile looks like this:

<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"/>
  </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"/>
  </gateway>
</include>

I tried to change gateway name with realm, but no luck.


Thank you very much for your help.

Phil
-- 
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