Robert P. McKenzie schrieb:

So far Sipgate has proved to be the most problematic provider I've tried using.. and now they have my money with no refunds and I can't use them. Sigh.

I never had any problems with (the german) sipgate so far.

My sip.conf (only the sipgate-parts):

register => 0815:[EMAIL PROTECTED]/0815
context = incoming

[sipgate]
type=friend
username=0815
host=sipgate.de
fromuser=0815
fromdomain=sipgate.de
nat=no
canreinvite=no
---------------------------------
extensions.conf:

[incoming]
exten => _X.,1,Dial(Phone/phone0,90)
exten => _X.,2,Hangup
---------------------------------
callout.php: (I'm using an AGI-script for dialing)

function DialSipgate($agi, $number)
{
$agi->conlog("Dial Sipgate");
$agi->set_callerid("Michael Vogel <0815>");
$agi->agi_exec("EXEC DIAL SIP/".$number."@sipgate");
}
---------------------------------

Bye!

Michael
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to