VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
can_man at gmx.de Guest
|
Posted: Mon Dec 22, 2008 9:07 am Post subject: [Freeswitch-users] 2 Sipgate.de accounts - second one does n |
|
|
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/$1@sipgate.de"/>
</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
Quote: |
Quote: | 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/$1@sipgate.de"/>
</condition>
</extension>
Thanks for your help.
Phil
Quote: |
On Dec 21, 2008, at 5:55 PM, can_man@gmx.de wrote:
Quote: | <action application="bridge"
| data="sofia/gateway/sipgate.de/$1@sipgate.de
Quote: | "/>
and everything works, but for the second one I always get:
[INVALID_NUMBER_FORMAT] Whatever combination I try. E.g.
| "sofia/gateway/sipgate2/$1@sipgate.de
Quote: | " or "sofia/gateway/sipgate.de/$1@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
Freeswitch-users@lists.freeswitch.org
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
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Mon Dec 22, 2008 9:40 am Post subject: [Freeswitch-users] 2 Sipgate.de accounts - second one does n |
|
|
Remove the @sipgate.de it won't work properly if you add that.. you have this setting in the gateway xml so don't add it to the bridge line too.
/b
On Dec 22, 2008, at 8:05 AM, can_man@gmx.de (can_man@gmx.de) wrote:
Quote: | <action application="bridge" data="sofia/gateway/sipgate2/$1@sipgate.de ([email]sofia/gateway/sipgate2/$1@sipgate.de[/email])"/> |
|
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|