*bump*From: fsh...@hotmail.comto: ekiga-l...@gnome.orgdate: Thu, 18 Dec 2008 
00:39:46 +0000Subject: [Ekiga-list] Unable to get incoming calls from sip 
provider ekiga.net set up on asterisk






I've been using the wiki as a guide 
here...http://wiki.ekiga.org/index.php/Connecting_Asterisk_to_ekiga.netI've 
also tried various permutations, combinations and contortions but nada.below is 
my extensions.conf***** begin extensions.conf ****[general]static = 
yeswriteprotect = noautofallthrough = yesclearglobalvars = no[globals]CONSOLE = 
Console/dsp  ; Console interface for 
demo;CONSOLE=Zap/1;CONSOLE=Phone/phone0IAXINFO = guest  ; IAXtel 
username/password;IAXINFO=myuser:mypassTRUNK = Zap/G2  ; Trunk 
interfaceTRUNKMSD = 1  ; MSD digits to strip (usually 1 or 
0);TRUNK=IAX2/user:p...@provider[default]exten => s,1,Verbose(1|Unrouted call 
handler)exten => s,n,Answer()exten => s,n,Wait(1)exten => 
s,n,Playback(tt-weasels)exten => s,n,Hangup()[macro-voicemail]exten => 
s,1,Dial(${ARG1},20)exten => s,n,Goto(s-${DIALSTATUS},1)exten => 
s-NOANSWER,1,Voicemail(u${MACRO_EXTEN})exten => s-NOANSWER,n,Hangup()exten => 
s-BUSY,1,Voicemail(b${MACRO_EXTEN})exten => s-BUSY,n,Hangup()exten => 
_s-.,1,Goto(s-NOANSWER,1)[incoming_calls]exten => 
ekiga_meyamma_in,1,Macro(voicemail,SIP/101)exten => 
ekiga_meyamma_in,n,Hangup()[internal_calls]exten => 
101,1,Macro(voicemail,SIP/101)exten => 101,n,Hangup()exten => 
102,1,Dial(SIP/102)exten => 102,n,Hangup()exten => 
8,1,VoiceMailMain(s${CALLERIDNUM})exten => 8,n,Hangup()exten => 
600,1,Answer()exten => 600,n,Playback(demo-echotest)exten => 600,n,Echo()exten 
=> 600,n,Playback(demo-echodone)exten => 600,n,Hangup()[outgoing_calls]exten => 
_9.,1,Dial(SIP/ekiga_meyamma_out/${EXTEN:1},20,r))exten => 
_9.,n,Hangup()[home]include => internal_callsinclude => outgoing_calls***** end 
extensions.conf ****below is my sip.conf**** begin sip.conf 
***[general]context=default                 bindport=5060                       
                            bindaddr=0.0.0.0                srvlookup=yes       
                                          disallow=all                   
allow=ulaw                     allow=alawallow=ilbc                     
allow=gsmallow=h261videosupport=yes                ;    Register 2345 at sip 
provider 'sip_proxy'.  Calls from this provider;    connect to local extension 
1234 in extensions.conf, default context,;    unless you configure a 
[sip_proxy] section below, and configure a;    context.;    Tip 1: Avoid 
assigning hostname to a sip.conf section like [provider.com];    Tip 2: Use 
separate type=peer and type=user sections for SIP providers;           (instead 
of type=friend) if you have calls in both directionsregister => 
meyamma:meya...@ekiga.net/ekiga_meyamma_inexternhost=fspublic.selfip.com    
externrefresh=10                
;localnet=192.168.1.0/255.255.255.0[authentication];setup[101]type=friendusername=101secret=welcomequalify=yes
    nat=no         host=dynamic   canreinvite=no context=home;port=5061    
;setup[102]type=friendusername=102secret=welcomequalify=yes    nat=no         
host=dynamic   canreinvite=no context=home;port=5061  
;ekiga.net[ekiga_meyamma_out]type=peerusername=meyammasecret=meyammahost=ekiga.netcanreinvite=noqualify=300insecure=port,invite;ekiga.net[ekiga_meyamma_in]type=userusername=meyammasecret=meyammahost=ekiga.netcanreinvite=noqualify=300context=incoming_callsinsecure=port,invite****
 end sip.conf ****These are the latest incantations of my sip and extensions 
conf files.  Can anyone assist in helping me to get incoming calls from 
ekiga.net set up.  I have the outgoing working as that was the simple part.  
That one is handled by [ekiga_meyamma_out] and [outgoing_calls].Thanks a 
milExplore the seven wonders of the world Learn more!
_________________________________________________________________
More than messages–check out the rest of the Windows Live™.
http://www.microsoft.com/windows/windowslive/
_______________________________________________
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list

Reply via email to