[Freeswitch-users] 2 Sipgate.de accounts - second one does not register

can_man at gmx.de can_man at gmx.de
Sun Dec 21 15:55:54 PST 2008


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/$1 at sipgate.de"/>

and everything works, but for the second one I always get: [INVALID_NUMBER_FORMAT] Whatever combination I try. E.g. "sofia/gateway/sipgate2/$1 at sipgate.de" or "sofia/gateway/sipgate.de/$1 at 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




More information about the FreeSWITCH-users mailing list