Kann DTMF nicht abfangen

jobisoft

Mitglied
Mitglied seit
18 Mrz 2006
Beiträge
206
Punkte für Reaktionen
1
Punkte
0
Hi,

ich rufe per callfile eine reine sip nummer auf einem entfernten asterisk-server an, die dtmf töne sendet (mit SendDTMF). Mein callfile leitet diesen anruf in eine lokale extension um, die diese töne mit READ auswerten soll.

Im Debug kann ich die auch sehen:

Code:
Jun 13 02:06:31 -- Executing Read("Local/s@readdtmf-a537,2", "number|||||6") in
Jun 13 02:06:31 -- Executing Dial("Local/s@readdtmf-a537,1", "SIP/1000@out")
Jun 13 02:06:31 -- SIP/out-0816ae80 is making progress passing it to Local/s@readdtmf-a537,1
Jun 13 02:06:34 DEBUG[32102] rtp.c: Sending dtmf: 53 (5), at xxx.xxx.xxx.xxx
Jun 13 02:06:34 DEBUG[32102] rtp.c: Sending dtmf: 52 (4), at xxx.xxx.xxx.xxx
Hab ihr ne idee in welche richtung ich arbeiten muss?

codec ist alaw, relaxdtmf yes/no hat keine Änderung gebracht und habe auch alle dtmf-modi durch.

asterisk 1.2.12.1
 
Hallo!
Also ich würde die per dtmf gesendeten nummern einfach in eine entsprechende extension in deinem context laufen lassen. warum überhaupt read? brauchst doch gar nicht eigentlich.
und du scheinst ja zu wissen, welche dtmf du in etwa erwartest... also welches schema auf jeden fall. also solltest du ja auch ne extension bauen können, die das abfängt....
da ich ja neugierig bin... was machst du überhaupt? wäre es nicht vll einfacher, eine e-mail zu schicken? nur mal so theoretisch...
 
Ok, hab ich ausprobiert, einfach nen WaitExten gemacht und auf die DTMF gewartet, aber der Channel sieht sie nicht, obwohl sie im debug log auftauchen

Jun 13 02:06:34 DEBUG[32102] rtp.c: Sending dtmf: 53 (5), at xxx.xxx.xxx.xxx
Jun 13 02:06:34 DEBUG[32102] rtp.c: Sending dtmf: 52 (4), at xxx.xxx.xxx.xxx

das Problem ist also das selbe...

Warum ich das mache? Also bei voipstation muss man immer Guthaben aufladen um telefonieren zu können, es wäre also zu vermeiden, das alles Guthaben abtelefoniert wird und vergessen wird neues aufzuladen. Da ich selbst aber nur der Technicker bin und nicht immer gucken will, wollte ich asterisk selbst regelmäßig das guthaben abfragen lassen, und das am eben mit "bordmitteln". Wenn das guthaben eine Schwelle unterschreitet, ruft Asterisk einfach unsere Sekretärin an....

Die bei voipstation haben eine interne Nummer, wo das Guthaben angesagt wird, dort haben sie jetzt auf meinen Wunsch einen SendDTMF eingebaut, der das Guthaben auch mit DTMF übergibt - und die kann ich irgendwie nicht abfangen, obwohl es bei einem lokalen Test funktioniert hat. Und ich weiß nicht warum...

Danke!
John
 
also so spontan würde ich sagen, probier es doch mal mit einem background(silence)
darüber fängt er ja auch eingaben ab. (oder irre ich jetzt sehr?)
schau aber vorher nach, ob deine silence-soundfiles auch wirklich nicht leer sind oder so. war bei mir mal der fall, warum auch immer...
 
Ich hab jetzt alles probiert, mit background funzt es auch nicht. Ich denke mal, das da was auf deren seite nicht so ist wie es soll. Nachdem die Ansage durch ist, kommt nämlich auch ein 603 decline und kein Hangup. Ist es möglich das die den Channel nicht Answeren? Ich bin überfragt....

Bin für weitere Ideen offen, aber ich glaube ich muss auf Antwort vom voipstation-support warten, die sich aber leider gerade nicht melden...

Vielen Dank aber für deine Mühe
 
Nur mal so prinzipiell... wenn du manuell auf die dtmf-sende nr anrufst, hörst du die töne dann?
und nochmal prinzipiell, wenn du die callfile dich anrufen lässt, auf handy z.B.,
und du gibst dtmf-töne, erkennt dein asterisk diese?
 
Wenn ich anstatt den anderen server mein handy von dem callfile mit der abfang-extension verbinde, erfasst mein asterisk alle eingegebenen dtmfs

Wenn ich den anderen Server direkt angrufe, höre ich die dtmf nicht, die er sendet (sehe sie aber im log)

strange strange ...

Hier mal der DEBUG-Output

Code:
Jun 14 10:21:09 VERBOSE[1704] logger.c:     -- Attempting call on LOCAL/s@voipstation for 26@internalcontext:1 (Retry 1)
Jun 14 10:21:09 DEBUG[9447] devicestate.c: Changing state for Local/s@voipstation - state 2 (In use)
Jun 14 10:21:09 DEBUG[1705] pbx.c: Launching 'Answer'
Jun 14 10:21:09 VERBOSE[1705] logger.c:     -- Executing Answer("Local/s@voipstation-2f33,2", "") in new stack
Jun 14 10:21:09 DEBUG[1705] pbx.c: Launching 'Read'
Jun 14 10:21:09 VERBOSE[1705] logger.c:     -- Executing Read("Local/s@voipstation-2f33,2", "money|||||100") in new stack
Jun 14 10:21:09 DEBUG[9447] devicestate.c: Changing state for Local/s@voipstation - state 2 (In use)
Jun 14 10:21:09 DEBUG[1706] app_queue.c: Device 'Local/s@voipstation' changed to state '2' (In use) but we don't care because they're not a member of any queue.
Jun 14 10:21:09 DEBUG[1704] pbx.c: Launching 'Dial'
Jun 14 10:21:09 VERBOSE[1704] logger.c:     -- Executing Dial("Local/s@voipstation-2f33,1", "SIP/1000@remote-asterisk") in new stack
Jun 14 10:21:09 DEBUG[1704] chan_sip.c: Allocating new SIP dialog for (No Call-ID) - INVITE (With RTP)
Jun 14 10:21:09 DEBUG[1704] chan_sip.c: Setting NAT on RTP to 0
Jun 14 10:21:09 DEBUG[1704] acl.c: ##### Testing 85.214.61.130 with 192.168.78.0
Jun 14 10:21:09 DEBUG[1704] chan_sip.c: Target address 85.214.61.130 is not local, substituting externip
Jun 14 10:21:09 DEBUG[1704] channel.c: Not copying variable STACK-internalcontext-26-1.
Jun 14 10:21:09 DEBUG[1704] chan_sip.c: Outgoing Call for 1000
Jun 14 10:21:09 DEBUG[1704] chan_sip.c: Updating call counter for outgoing call
Jun 14 10:21:09 VERBOSE[1704] logger.c:     -- Called 1000@remote-asterisk
Jun 14 10:21:09 DEBUG[1704] channel.c: Set channel SIP/remote-asterisk-081d8560 to read format slin
Jun 14 10:21:09 DEBUG[1704] channel.c: Set channel SIP/remote-asterisk-081d8560 to write format slin
Jun 14 10:21:09 DEBUG[1707] app_queue.c: Device 'Local/s@voipstation' changed to state '2' (In use) but we don't care because they're not a member of any queue.
Jun 14 10:21:09 DEBUG[9447] devicestate.c: Changing state for Local/s@voipstation - state 2 (In use)
Jun 14 10:21:09 DEBUG[1708] app_queue.c: Device 'Local/s@voipstation' changed to state '2' (In use) but we don't care because they're not a member of any queue.
Jun 14 10:21:09 DEBUG[9456] chan_sip.c: = Found Their Call ID: [email][email protected][/email] Their Tag  Our tag: as0ab55868
Jun 14 10:21:09 DEBUG[9456] chan_sip.c: Acked pending invite 102
Jun 14 10:21:09 DEBUG[9456] chan_sip.c: Stopping retransmission on '[email protected]' of Request 102: Match Found
Jun 14 10:21:09 DEBUG[9456] chan_sip.c: SIP response 407 to standard invite
Jun 14 10:21:09 DEBUG[9456] chan_sip.c: Auth attempt 1 on INVITE
Jun 14 10:21:09 DEBUG[9456] chan_sip.c: = Found Their Call ID: [email][email protected][/email] Their Tag  Our tag: as0ab55868
Jun 14 10:21:09 DEBUG[9456] chan_sip.c: (Provisional) Stopping retransmission (but retaining packet) on '[email protected]' Request 103: Found
Jun 14 10:21:09 DEBUG[9456] chan_sip.c: SIP response 100 to standard invite
Jun 14 10:21:10 DEBUG[9456] chan_sip.c: = Found Their Call ID: [email][email protected][/email] Their Tag  Our tag: as0ab55868
Jun 14 10:21:10 DEBUG[9456] chan_sip.c: (Provisional) Stopping retransmission (but retaining packet) on '[email protected]' Request 103: Found
Jun 14 10:21:10 DEBUG[9456] chan_sip.c: SIP response 183 to standard invite
Jun 14 10:21:10 VERBOSE[1704] logger.c:     -- SIP/remote-asterisk-081d8560 is making progress passing it to Local/s@voipstation-2f33,1
Jun 14 10:21:12 DEBUG[9456] chan_sip.c: Allocating new SIP dialog for (No Call-ID) - OPTIONS (No RTP)
Jun 14 10:21:12 DEBUG[9456] acl.c: ##### Testing 85.214.61.130 with 192.168.78.0
Jun 14 10:21:12 DEBUG[9456] chan_sip.c: Target address 85.214.61.130 is not local, substituting externip
Jun 14 10:21:12 DEBUG[9456] chan_sip.c: Allocating new SIP dialog for (No Call-ID) - OPTIONS (No RTP)
Jun 14 10:21:12 DEBUG[9456] acl.c: ##### Testing 85.214.61.130 with 192.168.78.0
Jun 14 10:21:12 DEBUG[9456] chan_sip.c: Target address 85.214.61.130 is not local, substituting externip
Jun 14 10:21:12 DEBUG[9456] chan_sip.c: Allocating new SIP dialog for (No Call-ID) - OPTIONS (No RTP)
Jun 14 10:21:12 DEBUG[9456] acl.c: ##### Testing 85.214.61.130 with 192.168.78.0
Jun 14 10:21:12 DEBUG[9456] chan_sip.c: Target address 85.214.61.130 is not local, substituting externip
Jun 14 10:21:12 DEBUG[9456] chan_sip.c: Allocating new SIP dialog for (No Call-ID) - OPTIONS (No RTP)
Jun 14 10:21:12 DEBUG[9456] acl.c: ##### Testing 85.214.61.130 with 192.168.78.0
Jun 14 10:21:12 DEBUG[9456] chan_sip.c: Target address 85.214.61.130 is not local, substituting externip
Jun 14 10:21:12 DEBUG[9456] chan_sip.c: Allocating new SIP dialog for (No Call-ID) - OPTIONS (No RTP)
Jun 14 10:21:12 DEBUG[9456] acl.c: ##### Testing 85.214.61.130 with 192.168.78.0
Jun 14 10:21:12 DEBUG[9456] chan_sip.c: Target address 85.214.61.130 is not local, substituting externip
Jun 14 10:21:12 DEBUG[9456] chan_sip.c: = No match Their Call ID: [email protected] Their Tag  Our tag: as523357b1
Jun 14 10:21:12 DEBUG[9456] chan_sip.c: = No match Their Call ID: [email protected] Their Tag  Our tag: as2e706441
Jun 14 10:21:12 DEBUG[9456] chan_sip.c: = No match Their Call ID: [email protected] Their Tag  Our tag: as25af2739
Jun 14 10:21:12 DEBUG[9456] chan_sip.c: = No match Their Call ID: [email protected] Their Tag  Our tag: as0020c62a
Jun 14 10:21:12 DEBUG[9456] chan_sip.c: = Found Their Call ID: [email protected] Their Tag  Our tag: as4193eb99
Jun 14 10:21:12 DEBUG[9456] chan_sip.c: Stopping retransmission on '[email protected]' of Request 102: Match Found
Jun 14 10:21:12 DEBUG[9456] chan_sip.c: Allocating new SIP dialog for (No Call-ID) - OPTIONS (No RTP)
Jun 14 10:21:12 DEBUG[9456] acl.c: ##### Testing 85.214.61.130 with 192.168.78.0
Jun 14 10:21:12 DEBUG[9456] chan_sip.c: Target address 85.214.61.130 is not local, substituting externip
Jun 14 10:21:12 DEBUG[9456] chan_sip.c: = No match Their Call ID: [email protected] Their Tag  Our tag: as75498b9b
Jun 14 10:21:12 DEBUG[9456] chan_sip.c: = No match Their Call ID: [email protected] Their Tag  Our tag: as523357b1
Jun 14 10:21:12 DEBUG[9456] chan_sip.c: = No match Their Call ID: [email protected] Their Tag  Our tag: as2e706441
Jun 14 10:21:12 DEBUG[9456] chan_sip.c: = No match Their Call ID: [email protected] Their Tag  Our tag: as25af2739
Jun 14 10:21:12 DEBUG[9456] chan_sip.c: = Found Their Call ID: [email protected] Their Tag  Our tag: as0020c62a
Jun 14 10:21:12 DEBUG[9456] chan_sip.c: Stopping retransmission on '[email protected]' of Request 102: Match Found
Jun 14 10:21:12 DEBUG[9456] chan_sip.c: = No match Their Call ID: [email protected] Their Tag  Our tag: as75498b9b
Jun 14 10:21:12 DEBUG[9456] chan_sip.c: = No match Their Call ID: [email protected] Their Tag  Our tag: as523357b1
Jun 14 10:21:12 DEBUG[9456] chan_sip.c: = No match Their Call ID: [email protected] Their Tag  Our tag: as2e706441
Jun 14 10:21:12 DEBUG[9456] chan_sip.c: = Found Their Call ID: [email protected] Their Tag  Our tag: as25af2739
Jun 14 10:21:12 DEBUG[9456] chan_sip.c: Stopping retransmission on '[email protected]' of Request 102: Match Found
Jun 14 10:21:12 DEBUG[9456] chan_sip.c: = No match Their Call ID: [email protected] Their Tag  Our tag: as75498b9b
Jun 14 10:21:12 DEBUG[9456] chan_sip.c: = No match Their Call ID: [email protected] Their Tag  Our tag: as523357b1
Jun 14 10:21:12 DEBUG[9456] chan_sip.c: = Found Their Call ID: [email protected] Their Tag  Our tag: as2e706441
Jun 14 10:21:12 DEBUG[9456] chan_sip.c: Stopping retransmission on '[email protected]' of Request 102: Match Found
Jun 14 10:21:12 DEBUG[9456] chan_sip.c: = No match Their Call ID: [email protected] Their Tag  Our tag: as75498b9b
Jun 14 10:21:12 DEBUG[9456] chan_sip.c: = Found Their Call ID: [email protected] Their Tag  Our tag: as523357b1
Jun 14 10:21:12 DEBUG[9456] chan_sip.c: Stopping retransmission on '[email protected]' of Request 102: Match Found
Jun 14 10:21:12 DEBUG[9456] chan_sip.c: = Found Their Call ID: [email protected] Their Tag  Our tag: as75498b9b
Jun 14 10:21:12 DEBUG[9456] chan_sip.c: Stopping retransmission on '[email protected]' of Request 102: Match Found
[B]Jun 14 10:21:12 DEBUG[1704] rtp.c: Sending dtmf: 53 (5), at 85.214.61.130
Jun 14 10:21:12 DEBUG[1704] rtp.c: Sending dtmf: 50 (2), at 85.214.61.130[/B]
Jun 14 10:21:16 DEBUG[9456] chan_sip.c: Allocating new SIP dialog for (No Call-ID) - OPTIONS (No RTP)
Jun 14 10:21:16 DEBUG[9456] acl.c: ##### Testing 192.168.78.3 with 192.168.78.0
Jun 14 10:21:16 DEBUG[9456] chan_sip.c: = Found Their Call ID: [email protected] Their Tag  Our tag: as0a71eb72
Jun 14 10:21:16 DEBUG[9456] chan_sip.c: Stopping retransmission on '[email protected]' of Request 102: Match Found
Jun 14 10:21:16 DEBUG[9456] chan_sip.c: Allocating new SIP dialog for (No Call-ID) - OPTIONS (No RTP)
Jun 14 10:21:16 DEBUG[9456] acl.c: ##### Testing 192.168.78.3 with 192.168.78.0
Jun 14 10:21:16 DEBUG[9456] chan_sip.c: = Found Their Call ID: [email protected] Their Tag  Our tag: as373132b2
Jun 14 10:21:16 DEBUG[9456] chan_sip.c: Stopping retransmission on '[email protected]' of Request 102: Match Found
Jun 14 10:21:16 DEBUG[9456] chan_sip.c: Allocating new SIP dialog for (No Call-ID) - OPTIONS (No RTP)
Jun 14 10:21:16 DEBUG[9456] acl.c: ##### Testing 192.168.78.3 with 192.168.78.0
Jun 14 10:21:16 DEBUG[9456] chan_sip.c: = Found Their Call ID: [email protected] Their Tag  Our tag: as15b0333e
Jun 14 10:21:16 DEBUG[9456] chan_sip.c: Stopping retransmission on '[email protected]' of Request 102: Match Found
Jun 14 10:21:16 DEBUG[9456] chan_sip.c: Allocating new SIP dialog for (No Call-ID) - OPTIONS (No RTP)
Jun 14 10:21:16 DEBUG[9456] acl.c: ##### Testing 192.168.78.3 with 192.168.78.0
Jun 14 10:21:16 DEBUG[9456] chan_sip.c: = Found Their Call ID: [email protected] Their Tag  Our tag: as080209d6
Jun 14 10:21:16 DEBUG[9456] chan_sip.c: Stopping retransmission on '[email protected]' of Request 102: Match Found
Jun 14 10:21:16 DEBUG[9456] chan_sip.c: Auto destroying call '[email protected]'
Jun 14 10:21:16 DEBUG[9456] chan_sip.c: Auto destroying call '[email protected]'
Jun 14 10:21:16 DEBUG[9456] chan_sip.c: Auto destroying call '[email protected]'
Jun 14 10:21:16 DEBUG[9456] chan_sip.c: Auto destroying call '[email protected]'
Jun 14 10:21:17 DEBUG[9456] chan_sip.c: Auto destroying call '[email protected]'
Jun 14 10:21:17 DEBUG[9456] chan_sip.c: Auto destroying call '[email protected]'
Jun 14 10:21:20 DEBUG[9456] chan_sip.c: = Found Their Call ID: [email][email protected][/email] Their Tag as70e40bc3 Our tag: as0ab55868
Jun 14 10:21:20 DEBUG[9456] chan_sip.c: Acked pending invite 103
Jun 14 10:21:20 DEBUG[9456] chan_sip.c: Stopping retransmission on '[email protected]' of Request 103: Match Found
Jun 14 10:21:20 VERBOSE[9456] logger.c:     -- Got SIP response 603 "Declined" back from 85.214.61.130
Jun 14 10:21:20 VERBOSE[1704] logger.c:     -- SIP/remote-asterisk-081d8560 is busy
Jun 14 10:21:20 DEBUG[1704] channel.c: Hanging up channel 'SIP/remote-asterisk-081d8560'
Jun 14 10:21:20 DEBUG[1704] chan_sip.c: Hangup call SIP/remote-asterisk-081d8560, SIP callid [email][email protected][/email])
Jun 14 10:21:20 DEBUG[1704] chan_sip.c: update_call_counter(1000) - decrement call limit counter
Jun 14 10:21:20 DEBUG[1704] chan_sip.c: Updating call counter for outgoing call
Jun 14 10:21:20 VERBOSE[1704] logger.c:   == Everyone is busy/congested at this time (1:1/0/0)
Jun 14 10:21:20 DEBUG[1704] app_dial.c: Exiting with DIALSTATUS=BUSY.
Jun 14 10:21:20 DEBUG[1704] pbx.c: Launching 'Hangup'
Jun 14 10:21:20 VERBOSE[1704] logger.c:     -- Executing Hangup("Local/s@voipstation-2f33,1", "") in new stack
Jun 14 10:21:20 DEBUG[1704] pbx.c: Spawn extension (internalcontext,26,2) exited non-zero on 'Local/s@voipstation-2f33,1'
Jun 14 10:21:20 DEBUG[1704] pbx.c: Function result is '(null)'
Jun 14 10:21:20 DEBUG[1704] pbx.c: Function result is '(null)'
Jun 14 10:21:20 DEBUG[1704] pbx.c: Function result is '26'
Jun 14 10:21:20 DEBUG[1704] pbx.c: Function result is 'internalcontext'
Jun 14 10:21:20 DEBUG[1704] pbx.c: Function result is 'Local/s@voipstation-2f33,1'
Jun 14 10:21:20 DEBUG[1704] pbx.c: Function result is 'SIP/remote-asterisk-081d8560'
Jun 14 10:21:20 DEBUG[1704] pbx.c: Function result is 'Hangup'
Jun 14 10:21:20 DEBUG[1704] pbx.c: Function result is '(null)'
Jun 14 10:21:20 DEBUG[1704] pbx.c: Function result is '2007-06-14 10:21:09'
Jun 14 10:21:20 DEBUG[1704] pbx.c: Function result is '(null)'
Jun 14 10:21:20 DEBUG[1704] pbx.c: Function result is '2007-06-14 10:21:20'
Jun 14 10:21:20 DEBUG[1704] pbx.c: Function result is '11'
Jun 14 10:21:20 DEBUG[1704] pbx.c: Function result is '0'
Jun 14 10:21:20 DEBUG[1704] pbx.c: Function result is 'ANSWERED'
Jun 14 10:21:20 DEBUG[1704] pbx.c: Function result is 'DOCUMENTATION'
Jun 14 10:21:20 DEBUG[1704] pbx.c: Function result is '(null)'
Jun 14 10:21:20 DEBUG[1704] pbx.c: Function result is '1181816469.272'
Jun 14 10:21:20 DEBUG[1704] pbx.c: Function result is '(null)'
Jun 14 10:21:20 DEBUG[1704] channel.c: Hanging up channel 'Local/s@voipstation-2f33,1'
Jun 14 10:21:20 NOTICE[1704] pbx_spool.c: Call completed to LOCAL/s@voipstation
Jun 14 10:21:20 DEBUG[9447] chan_sip.c: Checking device state for peer remote-asterisk
Jun 14 10:21:20 DEBUG[9447] devicestate.c: Changing state for SIP/remote-asterisk - state 1 (Not in use)
Jun 14 10:21:20 DEBUG[9447] devicestate.c: Changing state for Local/s@voipstation - state 2 (In use)
Jun 14 10:21:20 VERBOSE[1705] logger.c:     -- User disconnected
Jun 14 10:21:20 DEBUG[1705] pbx.c: Spawn extension (voipstation,s,2) exited non-zero on 'Local/s@voipstation-2f33,2'
Jun 14 10:21:20 DEBUG[1705] pbx.c: Function result is '(null)'
Jun 14 10:21:20 DEBUG[1705] pbx.c: Function result is '(null)'
Jun 14 10:21:20 DEBUG[1705] pbx.c: Function result is 's'
Jun 14 10:21:20 DEBUG[1705] pbx.c: Function result is 'voipstation'
Jun 14 10:21:20 DEBUG[1705] pbx.c: Function result is 'Local/s@voipstation-2f33,2'
Jun 14 10:21:20 DEBUG[1705] pbx.c: Function result is '(null)'
Jun 14 10:21:20 DEBUG[1705] pbx.c: Function result is 'Read'
Jun 14 10:21:20 DEBUG[1705] pbx.c: Function result is 'money|||||100'
Jun 14 10:21:20 DEBUG[1705] pbx.c: Function result is '2007-06-14 10:21:09'
Jun 14 10:21:20 DEBUG[1705] pbx.c: Function result is '2007-06-14 10:21:09'
Jun 14 10:21:20 DEBUG[1705] pbx.c: Function result is '2007-06-14 10:21:20'
Jun 14 10:21:20 DEBUG[1705] pbx.c: Function result is '11'
Jun 14 10:21:20 DEBUG[1705] pbx.c: Function result is '11'
Jun 14 10:21:20 DEBUG[1705] pbx.c: Function result is 'ANSWERED'
Jun 14 10:21:20 DEBUG[1705] pbx.c: Function result is 'DOCUMENTATION'
Jun 14 10:21:20 DEBUG[1705] pbx.c: Function result is '(null)'
Jun 14 10:21:20 DEBUG[1705] pbx.c: Function result is '1181816469.273'
Jun 14 10:21:20 DEBUG[1705] pbx.c: Function result is '(null)'
Jun 14 10:21:20 DEBUG[1705] channel.c: Hanging up channel 'Local/s@voipstation-2f33,2'
Jun 14 10:21:20 DEBUG[1731] app_queue.c: Device 'SIP/remote-asterisk' changed to state '1' (Not in use) but we don't care because they're not a member of any queue.
Jun 14 10:21:20 DEBUG[1732] app_queue.c: Device 'Local/s@voipstation' changed to state '2' (In use) but we don't care because they're not a member of any queue.
Jun 14 10:21:20 DEBUG[9447] devicestate.c: Changing state for Local/s@voipstation - state 0 (Unknown)
Jun 14 10:21:20 DEBUG[1733] app_queue.c: Device 'Local/s@voipstation' changed to state '0' (Unknown) but we don't care because they're not a member of any queue.
Jun 14 10:21:26 DEBUG[9456] chan_sip.c: Allocating new SIP dialog for (No Call-ID) - OPTIONS (No RTP)
Jun 14 10:21:26 DEBUG[9456] acl.c: ##### Testing 212.227.15.231 with 192.168.78.0
Jun 14 10:21:26 DEBUG[9456] chan_sip.c: Target address 212.227.15.231 is not local, substituting externip
Jun 14 10:21:26 DEBUG[9456] chan_sip.c: = Found Their Call ID: [email protected] Their Tag  Our tag: as38ce8276
Jun 14 10:21:26 DEBUG[9456] chan_sip.c: Stopping retransmission on '[email protected]' of Request 102: Match Found

Und hier das log, von dem Anruf auf mein Handy:

Code:
Jun 14 10:28:48 VERBOSE[2885] logger.c:     -- Attempting call on LOCAL/s@voipstation for *0*XXXXXXXXX@pbx:1 (Retry 1)
Jun 14 10:28:48 DEBUG[9447] devicestate.c: Changing state for Local/s@voipstation - state 2 (In use)
Jun 14 10:28:48 DEBUG[2886] pbx.c: Launching 'Answer'
Jun 14 10:28:48 VERBOSE[2886] logger.c:     -- Executing Answer("Local/s@voipstation-ceb4,2", "") in new stack
Jun 14 10:28:48 DEBUG[2886] pbx.c: Launching 'Read'
Jun 14 10:28:48 VERBOSE[2886] logger.c:     -- Executing Read("Local/s@voipstation-ceb4,2", "money|||||100") in new stack
Jun 14 10:28:48 DEBUG[2887] app_queue.c: Device 'Local/s@voipstation' changed to state '2' (In use) but we don't care because they're not a member of any queue.
Jun 14 10:28:48 DEBUG[2885] pbx.c: Launching 'Set'
Jun 14 10:28:48 VERBOSE[2885] logger.c:     -- Executing Set("Local/s@voipstation-ceb4,1", "ToBeDialed=XXXXXXXXX") in new stack
Jun 14 10:28:48 DEBUG[2885] pbx.c: Launching 'Goto'
Jun 14 10:28:48 VERBOSE[2885] logger.c:     -- Executing Goto("Local/s@voipstation-ceb4,1", "plain-capi-out|s|1") in new stack
Jun 14 10:28:48 VERBOSE[2885] logger.c:     -- Goto (plain-capi-out,s,1)
Jun 14 10:28:48 DEBUG[2885] pbx.c: Launching 'Set'
Jun 14 10:28:48 VERBOSE[2885] logger.c:     -- Executing Set("Local/s@voipstation-ceb4,1", "OrigCallNum=") in new stack
Jun 14 10:28:48 DEBUG[2885] pbx.c: Launching 'SetCallerPres'
Jun 14 10:28:48 VERBOSE[2885] logger.c:     -- Executing SetCallerPres("Local/s@voipstation-ceb4,1", "") in new stack
Jun 14 10:28:48 WARNING[2885] app_setcallerid.c: '' is not a valid presentation (see 'show application SetCallerPres')
Jun 14 10:28:48 DEBUG[2885] pbx.c: Launching 'NoOp'
Jun 14 10:28:48 VERBOSE[2885] logger.c:     -- Executing NoOp("Local/s@voipstation-ceb4,1", "") in new stack
Jun 14 10:28:48 DEBUG[2885] pbx.c: Launching 'Dial'
Jun 14 10:28:48 VERBOSE[2885] logger.c:     -- Executing Dial("Local/s@voipstation-ceb4,1", "CAPI/ISDN1/:XXXXXXXXX||H") in new stack
Jun 14 10:28:48 DEBUG[2885] channel.c: Not copying variable STACK-plain-capi-out-s-4.
Jun 14 10:28:48 DEBUG[2885] channel.c: Not copying variable STACK-plain-capi-out-s-3.
Jun 14 10:28:48 DEBUG[2885] channel.c: Not copying variable STACK-plain-capi-out-s-2.
Jun 14 10:28:48 DEBUG[2885] channel.c: Not copying variable OrigCallNum.
Jun 14 10:28:48 DEBUG[2885] channel.c: Not copying variable STACK-plain-capi-out-s-1.
Jun 14 10:28:48 DEBUG[2885] channel.c: Not copying variable STACK-pbx-*0*XXXXXXXXX-2.
Jun 14 10:28:48 DEBUG[2885] channel.c: Not copying variable ToBeDialed.
Jun 14 10:28:48 DEBUG[2885] channel.c: Not copying variable STACK-pbx-*0*XXXXXXXXX-1.
Jun 14 10:28:48 VERBOSE[2885] logger.c:     -- Called ISDN1/:XXXXXXXXX
Jun 14 10:28:48 DEBUG[2885] channel.c: Set channel CAPI/ISDN1/XXXXXXXXX-2a to read format slin
Jun 14 10:28:48 DEBUG[2885] channel.c: Set channel CAPI/ISDN1/XXXXXXXXX-2a to write format slin
Jun 14 10:28:48 DEBUG[9447] devicestate.c: Changing state for Local/s@voipstation - state 2 (In use)
Jun 14 10:28:48 DEBUG[9447] devicestate.c: Changing state for Local/s@voipstation - state 2 (In use)
Jun 14 10:28:48 DEBUG[9447] devicestate.c: Changing state for CAPI/ISDN1/XXXXXXXXX - state 2 (In use)
Jun 14 10:28:48 DEBUG[9447] devicestate.c: Changing state for CAPI/ISDN1/XXXXXXXXX - state 2 (In use)
Jun 14 10:28:48 DEBUG[2888] app_queue.c: Device 'Local/s@voipstation' changed to state '2' (In use) but we don't care because they're not a member of any queue.
Jun 14 10:28:48 DEBUG[2889] app_queue.c: Device 'Local/s@voipstation' changed to state '2' (In use) but we don't care because they're not a member of any queue.
Jun 14 10:28:48 DEBUG[2891] app_queue.c: Device 'CAPI/ISDN1/XXXXXXXXX' changed to state '2' (In use) but we don't care because they're not a member of any queue.
Jun 14 10:28:48 DEBUG[2892] app_queue.c: Device 'CAPI/ISDN1/XXXXXXXXX' changed to state '2' (In use) but we don't care because they're not a member of any queue.
Jun 14 10:28:50 VERBOSE[2885] logger.c:     -- CAPI/ISDN1/XXXXXXXXX-2a is making progress passing it to Local/s@voipstation-ceb4,1
Jun 14 10:29:01 VERBOSE[9446] logger.c:     -- Remote UNIX connection
Jun 14 10:29:01 VERBOSE[2924] logger.c:     -- Remote UNIX connection disconnected
Jun 14 10:29:02 VERBOSE[9446] logger.c:     -- Remote UNIX connection
Jun 14 10:29:02 VERBOSE[2934] logger.c:     -- Remote UNIX connection disconnected
Jun 14 10:29:02 VERBOSE[9446] logger.c:     -- Remote UNIX connection
Jun 14 10:29:02 VERBOSE[2937] logger.c:     -- Remote UNIX connection disconnected
Jun 14 10:29:02 VERBOSE[9446] logger.c:     -- Remote UNIX connection
Jun 14 10:29:02 VERBOSE[2948] logger.c:     -- Remote UNIX connection disconnected
Jun 14 10:29:03 VERBOSE[2885] logger.c:     -- CAPI/ISDN1/XXXXXXXXX-2a is ringing
Jun 14 10:29:04 DEBUG[9456] chan_sip.c: Allocating new SIP dialog for (No Call-ID) - OPTIONS (No RTP)
Jun 14 10:29:04 DEBUG[9456] acl.c: ##### Testing 192.168.78.254 with 192.168.78.0
Jun 14 10:29:04 DEBUG[9456] chan_sip.c: = Found Their Call ID: [email protected] Their Tag  Our tag: as76fc0480
Jun 14 10:29:04 DEBUG[9456] chan_sip.c: Stopping retransmission on '[email protected]' of Request 102: Match Found
Jun 14 10:29:05 DEBUG[9456] chan_sip.c: Allocating new SIP dialog for (No Call-ID) - OPTIONS (No RTP)
Jun 14 10:29:05 DEBUG[9456] acl.c: ##### Testing 192.168.78.36 with 192.168.78.0
Jun 14 10:29:05 DEBUG[9456] chan_sip.c: = Found Their Call ID: [email protected] Their Tag  Our tag: as432167f0
Jun 14 10:29:05 DEBUG[9456] chan_sip.c: Stopping retransmission on '[email protected]' of Request 102: Match Found
Jun 14 10:29:05 DEBUG[9447] devicestate.c: Changing state for CAPI/ISDN1/XXXXXXXXX - state 2 (In use)
Jun 14 10:29:05 VERBOSE[2885] logger.c:     -- CAPI/ISDN1/XXXXXXXXX-2a answered Local/s@voipstation-ceb4,1
Jun 14 10:29:05 DEBUG[2885] channel.c: Dropping duplicate answer!
Jun 14 10:29:05 DEBUG[2957] app_queue.c: Device 'CAPI/ISDN1/XXXXXXXXX' changed to state '2' (In use) but we don't care because they're not a member of any queue.
[B]Jun 14 10:29:09 DTMF[2885] channel.c: Local/s@voipstation-ceb4,1 : 8
Jun 14 10:29:10 DTMF[2885] channel.c: Local/s@voipstation-ceb4,1 : 5
Jun 14 10:29:11 DTMF[2885] channel.c: Local/s@voipstation-ceb4,1 : 4
[/B]Jun 14 10:29:12 DEBUG[9456] chan_sip.c: Allocating new SIP dialog for (No Call-ID) - OPTIONS (No RTP)
Jun 14 10:29:12 DEBUG[9456] acl.c: ##### Testing 85.214.61.130 with 192.168.78.0
Jun 14 10:29:12 DEBUG[9456] chan_sip.c: Target address 85.214.61.130 is not local, substituting externip
Jun 14 10:29:12 DEBUG[9456] chan_sip.c: Allocating new SIP dialog for (No Call-ID) - OPTIONS (No RTP)
Jun 14 10:29:12 DEBUG[9456] acl.c: ##### Testing 85.214.61.130 with 192.168.78.0
Jun 14 10:29:12 DEBUG[9456] chan_sip.c: Target address 85.214.61.130 is not local, substituting externip
Jun 14 10:29:12 DEBUG[9456] chan_sip.c: Allocating new SIP dialog for (No Call-ID) - OPTIONS (No RTP)
Jun 14 10:29:12 DEBUG[9456] acl.c: ##### Testing 85.214.61.130 with 192.168.78.0
Jun 14 10:29:12 DEBUG[9456] chan_sip.c: Target address 85.214.61.130 is not local, substituting externip
Jun 14 10:29:12 DEBUG[9456] chan_sip.c: Allocating new SIP dialog for (No Call-ID) - OPTIONS (No RTP)
Jun 14 10:29:12 DEBUG[9456] acl.c: ##### Testing 85.214.61.130 with 192.168.78.0
Jun 14 10:29:12 DEBUG[9456] chan_sip.c: Target address 85.214.61.130 is not local, substituting externip
Jun 14 10:29:12 DEBUG[9456] chan_sip.c: Allocating new SIP dialog for (No Call-ID) - OPTIONS (No RTP)
Jun 14 10:29:12 DEBUG[9456] acl.c: ##### Testing 85.214.61.130 with 192.168.78.0
Jun 14 10:29:12 DEBUG[9456] chan_sip.c: Target address 85.214.61.130 is not local, substituting externip
Jun 14 10:29:12 DEBUG[9456] chan_sip.c: Allocating new SIP dialog for (No Call-ID) - OPTIONS (No RTP)
Jun 14 10:29:12 DEBUG[9456] acl.c: ##### Testing 85.214.61.130 with 192.168.78.0
Jun 14 10:29:12 DEBUG[9456] chan_sip.c: Target address 85.214.61.130 is not local, substituting externip
Jun 14 10:29:12 DEBUG[9456] chan_sip.c: = No match Their Call ID: [email protected] Their Tag  Our tag: as5fb1bc56
Jun 14 10:29:12 DEBUG[9456] chan_sip.c: = No match Their Call ID: [email protected] Their Tag  Our tag: as7998bb0c
Jun 14 10:29:12 DEBUG[9456] chan_sip.c: = No match Their Call ID: [email protected] Their Tag  Our tag: as02371d10
Jun 14 10:29:12 DEBUG[9456] chan_sip.c: = No match Their Call ID: [email protected] Their Tag  Our tag: as7ac1d29e
Jun 14 10:29:12 DEBUG[9456] chan_sip.c: = No match Their Call ID: [email protected] Their Tag  Our tag: as08d00413
Jun 14 10:29:12 DEBUG[9456] chan_sip.c: = Found Their Call ID: [email protected] Their Tag  Our tag: as5347953c
Jun 14 10:29:12 DEBUG[9456] chan_sip.c: Stopping retransmission on '[email protected]' of Request 102: Match Found
Jun 14 10:29:12 DEBUG[9456] chan_sip.c: = No match Their Call ID: [email protected] Their Tag  Our tag: as5fb1bc56
Jun 14 10:29:12 DEBUG[9456] chan_sip.c: = No match Their Call ID: [email protected] Their Tag  Our tag: as7998bb0c
Jun 14 10:29:12 DEBUG[9456] chan_sip.c: = No match Their Call ID: [email protected] Their Tag  Our tag: as02371d10
Jun 14 10:29:12 DEBUG[9456] chan_sip.c: = No match Their Call ID: [email protected] Their Tag  Our tag: as7ac1d29e
Jun 14 10:29:12 DEBUG[9456] chan_sip.c: = Found Their Call ID: [email protected] Their Tag  Our tag: as08d00413
Jun 14 10:29:12 DEBUG[9456] chan_sip.c: Stopping retransmission on '[email protected]' of Request 102: Match Found
Jun 14 10:29:12 DEBUG[9456] chan_sip.c: = No match Their Call ID: [email protected] Their Tag  Our tag: as5fb1bc56
Jun 14 10:29:12 DEBUG[9456] chan_sip.c: = No match Their Call ID: [email protected] Their Tag  Our tag: as7998bb0c
Jun 14 10:29:12 DEBUG[9456] chan_sip.c: = No match Their Call ID: [email protected] Their Tag  Our tag: as02371d10
Jun 14 10:29:12 DEBUG[9456] chan_sip.c: = Found Their Call ID: [email protected] Their Tag  Our tag: as7ac1d29e
Jun 14 10:29:12 DEBUG[9456] chan_sip.c: Stopping retransmission on '[email protected]' of Request 102: Match Found
Jun 14 10:29:12 DEBUG[9456] chan_sip.c: = No match Their Call ID: [email protected] Their Tag  Our tag: as5fb1bc56
Jun 14 10:29:12 DEBUG[9456] chan_sip.c: = No match Their Call ID: [email protected] Their Tag  Our tag: as7998bb0c
Jun 14 10:29:12 DEBUG[9456] chan_sip.c: = Found Their Call ID: [email protected] Their Tag  Our tag: as02371d10
Jun 14 10:29:12 DEBUG[9456] chan_sip.c: Stopping retransmission on '[email protected]' of Request 102: Match Found
Jun 14 10:29:12 DEBUG[9456] chan_sip.c: = No match Their Call ID: [email protected] Their Tag  Our tag: as5fb1bc56
Jun 14 10:29:12 DEBUG[9456] chan_sip.c: = Found Their Call ID: [email protected] Their Tag  Our tag: as7998bb0c
Jun 14 10:29:12 DEBUG[9456] chan_sip.c: Stopping retransmission on '[email protected]' of Request 102: Match Found
Jun 14 10:29:13 DEBUG[9456] chan_sip.c: = Found Their Call ID: [email protected] Their Tag  Our tag: as5fb1bc56
Jun 14 10:29:13 DEBUG[9456] chan_sip.c: Stopping retransmission on '[email protected]' of Request 102: Match Found
[B]Jun 14 10:29:13 DTMF[2885] channel.c: Local/s@voipstation-ceb4,1 : #
Jun 14 10:29:13 VERBOSE[2886] logger.c:     -- User entered '854'[/B]
Jun 14 10:29:13 DEBUG[2886] pbx.c: Launching 'NoOp'
Jun 14 10:29:13 VERBOSE[2886] logger.c:     -- Executing NoOp("Local/s@voipstation-ceb4,2", "854") in new stack
Jun 14 10:29:13 DEBUG[2886] pbx.c: Launching 'Hangup'
Jun 14 10:29:13 VERBOSE[2886] logger.c:     -- Executing Hangup("Local/s@voipstation-ceb4,2", "") in new stack
Jun 14 10:29:13 DEBUG[2886] pbx.c: Spawn extension (voipstation,s,4) exited non-zero on 'Local/s@voipstation-ceb4,2'
Jun 14 10:29:13 DEBUG[2886] pbx.c: Function result is '(null)'
Jun 14 10:29:13 DEBUG[2886] pbx.c: Function result is '(null)'
Jun 14 10:29:13 DEBUG[2886] pbx.c: Function result is 's'
Jun 14 10:29:13 DEBUG[2886] pbx.c: Function result is 'voipstation'
Jun 14 10:29:13 DEBUG[2886] pbx.c: Function result is 'Local/s@voipstation-ceb4,2'
Jun 14 10:29:13 DEBUG[2886] pbx.c: Function result is '(null)'
Jun 14 10:29:13 DEBUG[2886] pbx.c: Function result is 'Hangup'
Jun 14 10:29:13 DEBUG[2886] pbx.c: Function result is '(null)'
Jun 14 10:29:13 DEBUG[2886] pbx.c: Function result is '2007-06-14 10:28:48'
Jun 14 10:29:13 DEBUG[2886] pbx.c: Function result is '2007-06-14 10:28:48'
Jun 14 10:29:13 DEBUG[2886] pbx.c: Function result is '2007-06-14 10:29:13'
Jun 14 10:29:13 DEBUG[2886] pbx.c: Function result is '25'
Jun 14 10:29:13 DEBUG[2886] pbx.c: Function result is '25'
Jun 14 10:29:13 DEBUG[2886] pbx.c: Function result is 'ANSWERED'
Jun 14 10:29:13 DEBUG[2886] pbx.c: Function result is 'DOCUMENTATION'
Jun 14 10:29:13 DEBUG[2886] pbx.c: Function result is '(null)'
Jun 14 10:29:13 DEBUG[2886] pbx.c: Function result is '1181816928.276'
Jun 14 10:29:13 DEBUG[2886] pbx.c: Function result is '(null)'
Jun 14 10:29:13 DEBUG[2886] channel.c: Hanging up channel 'Local/s@voipstation-ceb4,2'
Jun 14 10:29:13 DEBUG[2885] channel.c: Didn't get a frame from channel: Local/s@voipstation-ceb4,1
Jun 14 10:29:13 DEBUG[2885] channel.c: Bridge stops bridging channels Local/s@voipstation-ceb4,1 and CAPI/ISDN1/XXXXXXXXX-2a
Jun 14 10:29:13 DEBUG[2885] channel.c: Hanging up channel 'CAPI/ISDN1/XXXXXXXXX-2a'
Jun 14 10:29:13 DEBUG[2885] app_dial.c: Exiting with DIALSTATUS=ANSWER.
Jun 14 10:29:13 DEBUG[2885] pbx.c: Spawn extension (plain-capi-out,s,4) exited non-zero on 'Local/s@voipstation-ceb4,1'
Jun 14 10:29:13 DEBUG[2885] pbx.c: Function result is '(null)'
Jun 14 10:29:13 DEBUG[2885] pbx.c: Function result is '(null)'
Jun 14 10:29:13 DEBUG[2885] pbx.c: Function result is 's'
Jun 14 10:29:13 DEBUG[2885] pbx.c: Function result is 'plain-capi-out'
Jun 14 10:29:13 DEBUG[2885] pbx.c: Function result is 'Local/s@voipstation-ceb4,1'
Jun 14 10:29:13 DEBUG[2885] pbx.c: Function result is 'CAPI/ISDN1/XXXXXXXXX-2a'
Jun 14 10:29:13 DEBUG[2885] pbx.c: Function result is 'Dial'
Jun 14 10:29:13 DEBUG[2885] pbx.c: Function result is 'CAPI/ISDN1/:XXXXXXXXX||H'
Jun 14 10:29:13 DEBUG[2885] pbx.c: Function result is '2007-06-14 10:28:48'
Jun 14 10:29:13 DEBUG[2885] pbx.c: Function result is '2007-06-14 10:29:05'
Jun 14 10:29:13 DEBUG[2885] pbx.c: Function result is '2007-06-14 10:29:13'
Jun 14 10:29:13 DEBUG[2885] pbx.c: Function result is '25'
Jun 14 10:29:13 DEBUG[2885] pbx.c: Function result is '8'
Jun 14 10:29:13 DEBUG[2885] pbx.c: Function result is 'ANSWERED'
Jun 14 10:29:13 DEBUG[2885] pbx.c: Function result is 'DOCUMENTATION'
Jun 14 10:29:13 DEBUG[2885] pbx.c: Function result is '(null)'
Jun 14 10:29:13 DEBUG[2885] pbx.c: Function result is '1181816928.275'
Jun 14 10:29:13 DEBUG[2885] pbx.c: Function result is '(null)'
Jun 14 10:29:13 DEBUG[2885] channel.c: Hanging up channel 'Local/s@voipstation-ceb4,1'
Jun 14 10:29:13 NOTICE[2885] pbx_spool.c: Call completed to LOCAL/s@voipstation
Jun 14 10:29:13 DEBUG[9447] devicestate.c: Changing state for Local/s@voipstation - state 0 (Unknown)
Jun 14 10:29:13 DEBUG[9447] devicestate.c: Changing state for CAPI/ISDN1/XXXXXXXXX - state 1 (Not in use)
Jun 14 10:29:13 DEBUG[9447] devicestate.c: Changing state for CAPI/ISDN1/XXXXXXXXX - state 1 (Not in use)
Jun 14 10:29:13 DEBUG[9447] devicestate.c: Changing state for Local/s@voipstation - state 0 (Unknown)
Jun 14 10:29:13 DEBUG[2972] app_queue.c: Device 'Local/s@voipstation' changed to state '0' (Unknown) but we don't care because they're not a member of any queue.
Jun 14 10:29:13 DEBUG[2973] app_queue.c: Device 'CAPI/ISDN1/XXXXXXXXX' changed to state '1' (Not in use) but we don't care because they're not a member of any queue.
Jun 14 10:29:13 DEBUG[2974] app_queue.c: Device 'CAPI/ISDN1/XXXXXXXXX' changed to state '1' (Not in use) but we don't care because they're not a member of any queue.
Jun 14 10:29:13 DEBUG[2975] app_queue.c: Device 'Local/s@voipstation' changed to state '0' (Unknown) but we don't care because they're not a member of any queue.
Jun 14 10:29:16 DEBUG[9456] chan_sip.c: Allocating new SIP dialog for (No Call-ID) - OPTIONS (No RTP)
Jun 14 10:29:16 DEBUG[9456] acl.c: ##### Testing 192.168.78.3 with 192.168.78.0
Jun 14 10:29:16 DEBUG[9456] chan_sip.c: = Found Their Call ID: [email protected] Their Tag  Our tag: as2da32167
Jun 14 10:29:16 DEBUG[9456] chan_sip.c: Stopping retransmission on '[email protected]' of Request 102: Match Found
Jun 14 10:29:16 DEBUG[9456] chan_sip.c: Allocating new SIP dialog for (No Call-ID) - OPTIONS (No RTP)
Jun 14 10:29:16 DEBUG[9456] acl.c: ##### Testing 192.168.78.3 with 192.168.78.0
Jun 14 10:29:16 DEBUG[9456] chan_sip.c: = Found Their Call ID: [email protected] Their Tag  Our tag: as63dacbb7
Jun 14 10:29:16 DEBUG[9456] chan_sip.c: Stopping retransmission on '[email protected]' of Request 102: Match Found
Jun 14 10:29:16 DEBUG[9456] chan_sip.c: Allocating new SIP dialog for (No Call-ID) - OPTIONS (No RTP)
Jun 14 10:29:16 DEBUG[9456] acl.c: ##### Testing 192.168.78.3 with 192.168.78.0
Jun 14 10:29:16 DEBUG[9456] chan_sip.c: = Found Their Call ID: [email protected] Their Tag  Our tag: as1a460a59
Jun 14 10:29:16 DEBUG[9456] chan_sip.c: Stopping retransmission on '[email protected]' of Request 102: Match Found
Jun 14 10:29:16 DEBUG[9456] chan_sip.c: Allocating new SIP dialog for (No Call-ID) - OPTIONS (No RTP)
Jun 14 10:29:16 DEBUG[9456] acl.c: ##### Testing 192.168.78.3 with 192.168.78.0
Jun 14 10:29:16 DEBUG[9456] chan_sip.c: = Found Their Call ID: [email protected] Their Tag  Our tag: as58a8682a
Jun 14 10:29:16 DEBUG[9456] chan_sip.c: Stopping retransmission on '[email protected]' of Request 102: Match Found

Edit Guard-X: Beiträhe zusammengeführt. Bitte nächstes mal Code Tags benutzen!
 
AHHHH! STOP! Sorry, aber mit den ganzen DEBUG-Meldungen kann ich jetz grad nicht soviel anfangen. wenn mit verbose-meldungen kann ich grade noch was machen, aber debug weiss ich dann auch nich mehr soviel.
aber wenn du mit dem handy die dtmfs nicht hörst von voipstation... dann is da meiner meinung nach was faul!
 
Ich wollte sie jetzt nur der Vollständigkeit halber gepostet haben :-) die wichtigen Zeilen sind fett.

Evtl stolpert ja ein asterisk-guru drüber und kann da was rauslesen...

Ich denke auch das da was bei voipstation faul ist, aber die melden sich gerade nicht .... *däumchendreh* ... was mich halt nur wurmt ist das die übermittelten dtmf im log auftauchen, also "empfangen" aber nicht ausgewertet werden, als ob es irgend eine inkompatibilität gibt.

Ich weiß es auch nicht ... ich muss jetzt wohl einfach warten bis ich Antwort von voipstation bekomme...

Aber Danke Dir :-)
 
Hi,

nur eine Idee, hast Du mal mit den DTMF-Modes gespielt - ich weiss nun nicht wie sich das dort auswirkt, aber es sollte ja einen Unterschied zwischen hörbaren und nicht hörbaren DTMF Tönen geben, eben so wie es diese ja auch bei inband und outofband gibt.

Zu finden in der sip.conf --> dtmfmode=

Grüsse und Viel Erfolg,

Stefan
 
Kostenlos!

Statistik des Forums

Themen
248,914
Beiträge
2,304,945
Mitglieder
378,626
Neuestes Mitglied
0xFaB1